src.index.inputs.GetPropertyRulesBuilderRulesV20240212Args.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai.inputs
final case class GetPropertyRulesBuilderRulesV20240212Args private(
advancedOverride: besom.types.Output[scala.Option[String]],
behaviors: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20240212BehaviorArgs]]],
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.GetPropertyRulesBuilderRulesV20240212CriterionArgs]]],
customOverride: besom.types.Output[scala.Option[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20240212CustomOverrideArgs]],
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.GetPropertyRulesBuilderRulesV20240212VariableArgs]]]
)
object GetPropertyRulesBuilderRulesV20240212Args:
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.GetPropertyRulesBuilderRulesV20240212BehaviorArgs]]] = 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.GetPropertyRulesBuilderRulesV20240212CriterionArgs]]] = scala.None,
customOverride: besom.types.Input.Optional[besom.api.akamai.inputs.GetPropertyRulesBuilderRulesV20240212CustomOverrideArgs] = 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.GetPropertyRulesBuilderRulesV20240212VariableArgs]]] = scala.None
)(using besom.types.Context): GetPropertyRulesBuilderRulesV20240212Args =
new GetPropertyRulesBuilderRulesV20240212Args(
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[GetPropertyRulesBuilderRulesV20240212Args] =
besom.internal.Encoder.derived[GetPropertyRulesBuilderRulesV20240212Args]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPropertyRulesBuilderRulesV20240212Args] =
besom.internal.ArgsEncoder.derived[GetPropertyRulesBuilderRulesV20240212Args]