src.index.inputs.GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai.inputs
final case class GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs private(
name: besom.types.Output[scala.Option[String]],
nameCaseSensitive: besom.types.Output[scala.Option[Boolean]],
nameHasWildcard: besom.types.Output[scala.Option[Boolean]],
options: besom.types.Output[scala.Option[besom.api.akamai.inputs.GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptionsArgs]],
`type`: besom.types.Output[String],
values: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]]
)
object GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs:
def apply(
name: besom.types.Input.Optional[String] = scala.None,
nameCaseSensitive: besom.types.Input.Optional[Boolean] = scala.None,
nameHasWildcard: besom.types.Input.Optional[Boolean] = scala.None,
options: besom.types.Input.Optional[besom.api.akamai.inputs.GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptionsArgs] = scala.None,
`type`: besom.types.Input[String],
values: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None
)(using besom.types.Context): GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs =
new GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs(
name = name.asOptionOutput(isSecret = false),
nameCaseSensitive = nameCaseSensitive.asOptionOutput(isSecret = false),
nameHasWildcard = nameHasWildcard.asOptionOutput(isSecret = false),
options = options.asOptionOutput(isSecret = false),
`type` = `type`.asOutput(isSecret = false),
values = values.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs] =
besom.internal.Encoder.derived[GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs] =
besom.internal.ArgsEncoder.derived[GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueArgs]