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

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

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

final case class GetPropertyRulesBuilderRulesV20230920Args private(
  advancedOverride: besom.types.Output[scala.Option[String]],
  behaviors: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920BehaviorArgs]]],
  childrens: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
  comments: besom.types.Output[scala.Option[String]],
  criteriaLocked: besom.types.Output[scala.Option[Boolean]],
  criteriaMustSatisfy: besom.types.Output[scala.Option[String]],
  criterions: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920CriterionArgs]]],
  customOverride: besom.types.Output[scala.Option[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920CustomOverrideArgs]],
  isSecure: besom.types.Output[scala.Option[Boolean]],
  name: besom.types.Output[String],
  templateLink: besom.types.Output[scala.Option[String]],
  templateUuid: besom.types.Output[scala.Option[String]],
  uuid: besom.types.Output[scala.Option[String]],
  variables: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920VariableArgs]]]
)

object GetPropertyRulesBuilderRulesV20230920Args:
  def apply(
    advancedOverride: besom.types.Input.Optional[String] = scala.None,
    behaviors: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920BehaviorArgs]]] = scala.None,
    childrens: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
    comments: besom.types.Input.Optional[String] = scala.None,
    criteriaLocked: besom.types.Input.Optional[Boolean] = scala.None,
    criteriaMustSatisfy: besom.types.Input.Optional[String] = scala.None,
    criterions: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920CriterionArgs]]] = scala.None,
    customOverride: besom.types.Input.Optional[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920CustomOverrideArgs] = scala.None,
    isSecure: besom.types.Input.Optional[Boolean] = scala.None,
    name: besom.types.Input[String],
    templateLink: besom.types.Input.Optional[String] = scala.None,
    templateUuid: besom.types.Input.Optional[String] = scala.None,
    uuid: besom.types.Input.Optional[String] = scala.None,
    variables: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20230920VariableArgs]]] = scala.None
  )(using besom.types.Context): GetPropertyRulesBuilderRulesV20230920Args =
    new GetPropertyRulesBuilderRulesV20230920Args(
      advancedOverride = advancedOverride.asOptionOutput(isSecret = false),
      behaviors = behaviors.asOptionOutput(isSecret = false),
      childrens = childrens.asOptionOutput(isSecret = false),
      comments = comments.asOptionOutput(isSecret = false),
      criteriaLocked = criteriaLocked.asOptionOutput(isSecret = false),
      criteriaMustSatisfy = criteriaMustSatisfy.asOptionOutput(isSecret = false),
      criterions = criterions.asOptionOutput(isSecret = false),
      customOverride = customOverride.asOptionOutput(isSecret = false),
      isSecure = isSecure.asOptionOutput(isSecret = false),
      name = name.asOutput(isSecret = false),
      templateLink = templateLink.asOptionOutput(isSecret = false),
      templateUuid = templateUuid.asOptionOutput(isSecret = false),
      uuid = uuid.asOptionOutput(isSecret = false),
      variables = variables.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy