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