All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.index.inputs.GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai.inputs

final case class GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs private(
  locked: besom.types.Output[scala.Option[Boolean]],
  matchOn: besom.types.Output[scala.Option[String]],
  matchOperator: besom.types.Output[scala.Option[String]],
  templateUuid: besom.types.Output[scala.Option[String]],
  uuid: besom.types.Output[scala.Option[String]]
)

object GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs:
  def apply(
    locked: besom.types.Input.Optional[Boolean] = scala.None,
    matchOn: besom.types.Input.Optional[String] = scala.None,
    matchOperator: besom.types.Input.Optional[String] = scala.None,
    templateUuid: besom.types.Input.Optional[String] = scala.None,
    uuid: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs =
    new GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs(
      locked = locked.asOptionOutput(isSecret = false),
      matchOn = matchOn.asOptionOutput(isSecret = false),
      matchOperator = matchOperator.asOptionOutput(isSecret = false),
      templateUuid = templateUuid.asOptionOutput(isSecret = false),
      uuid = uuid.asOptionOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs] =
    besom.internal.Encoder.derived[GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs] =
    besom.internal.ArgsEncoder.derived[GetPropertyRulesBuilderRulesV20231030CriterionAdvancedImMatchArgs]






© 2015 - 2024 Weber Informatics LLC | Privacy Policy