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

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

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

final case class GetPropertyRulesBuilderRulesV20230105CriterionMatchAdvancedArgs private(
  closeXml: besom.types.Output[scala.Option[String]],
  description: besom.types.Output[scala.Option[String]],
  locked: besom.types.Output[scala.Option[Boolean]],
  openXml: besom.types.Output[scala.Option[String]],
  templateUuid: besom.types.Output[scala.Option[String]],
  uuid: besom.types.Output[scala.Option[String]]
)

object GetPropertyRulesBuilderRulesV20230105CriterionMatchAdvancedArgs:
  def apply(
    closeXml: besom.types.Input.Optional[String] = scala.None,
    description: besom.types.Input.Optional[String] = scala.None,
    locked: besom.types.Input.Optional[Boolean] = scala.None,
    openXml: 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): GetPropertyRulesBuilderRulesV20230105CriterionMatchAdvancedArgs =
    new GetPropertyRulesBuilderRulesV20230105CriterionMatchAdvancedArgs(
      closeXml = closeXml.asOptionOutput(isSecret = false),
      description = description.asOptionOutput(isSecret = false),
      locked = locked.asOptionOutput(isSecret = false),
      openXml = openXml.asOptionOutput(isSecret = false),
      templateUuid = templateUuid.asOptionOutput(isSecret = false),
      uuid = uuid.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy