src.index.inputs.GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai.inputs
final case class GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs private(
continents: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
countries: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
locationType: besom.types.Output[scala.Option[String]],
locked: besom.types.Output[scala.Option[Boolean]],
matchOperator: besom.types.Output[scala.Option[String]],
regions: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
templateUuid: besom.types.Output[scala.Option[String]],
uuid: besom.types.Output[scala.Option[String]]
)
object GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs:
def apply(
continents: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
countries: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
locationType: besom.types.Input.Optional[String] = scala.None,
locked: besom.types.Input.Optional[Boolean] = scala.None,
matchOperator: besom.types.Input.Optional[String] = scala.None,
regions: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
templateUuid: besom.types.Input.Optional[String] = scala.None,
uuid: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs =
new GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs(
continents = continents.asOptionOutput(isSecret = false),
countries = countries.asOptionOutput(isSecret = false),
locationType = locationType.asOptionOutput(isSecret = false),
locked = locked.asOptionOutput(isSecret = false),
matchOperator = matchOperator.asOptionOutput(isSecret = false),
regions = regions.asOptionOutput(isSecret = false),
templateUuid = templateUuid.asOptionOutput(isSecret = false),
uuid = uuid.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs] =
besom.internal.Encoder.derived[GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs] =
besom.internal.ArgsEncoder.derived[GetPropertyRulesBuilderRulesV20240109CriterionServerLocationArgs]