src.index.inputs.GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai.inputs
final case class GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs private(
escapeValue: besom.types.Output[scala.Option[Boolean]],
locked: besom.types.Output[scala.Option[Boolean]],
lowerBound: besom.types.Output[scala.Option[Int]],
matchCaseSensitiveName: besom.types.Output[scala.Option[Boolean]],
matchCaseSensitiveValue: besom.types.Output[scala.Option[Boolean]],
matchOperator: besom.types.Output[scala.Option[String]],
matchWildcardName: besom.types.Output[scala.Option[Boolean]],
matchWildcardValue: besom.types.Output[scala.Option[Boolean]],
parameterName: besom.types.Output[scala.Option[String]],
templateUuid: besom.types.Output[scala.Option[String]],
upperBound: besom.types.Output[scala.Option[Int]],
uuid: besom.types.Output[scala.Option[String]],
values: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]]
)
object GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs:
def apply(
escapeValue: besom.types.Input.Optional[Boolean] = scala.None,
locked: besom.types.Input.Optional[Boolean] = scala.None,
lowerBound: besom.types.Input.Optional[Int] = scala.None,
matchCaseSensitiveName: besom.types.Input.Optional[Boolean] = scala.None,
matchCaseSensitiveValue: besom.types.Input.Optional[Boolean] = scala.None,
matchOperator: besom.types.Input.Optional[String] = scala.None,
matchWildcardName: besom.types.Input.Optional[Boolean] = scala.None,
matchWildcardValue: besom.types.Input.Optional[Boolean] = scala.None,
parameterName: besom.types.Input.Optional[String] = scala.None,
templateUuid: besom.types.Input.Optional[String] = scala.None,
upperBound: besom.types.Input.Optional[Int] = scala.None,
uuid: besom.types.Input.Optional[String] = scala.None,
values: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None
)(using besom.types.Context): GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs =
new GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs(
escapeValue = escapeValue.asOptionOutput(isSecret = false),
locked = locked.asOptionOutput(isSecret = false),
lowerBound = lowerBound.asOptionOutput(isSecret = false),
matchCaseSensitiveName = matchCaseSensitiveName.asOptionOutput(isSecret = false),
matchCaseSensitiveValue = matchCaseSensitiveValue.asOptionOutput(isSecret = false),
matchOperator = matchOperator.asOptionOutput(isSecret = false),
matchWildcardName = matchWildcardName.asOptionOutput(isSecret = false),
matchWildcardValue = matchWildcardValue.asOptionOutput(isSecret = false),
parameterName = parameterName.asOptionOutput(isSecret = false),
templateUuid = templateUuid.asOptionOutput(isSecret = false),
upperBound = upperBound.asOptionOutput(isSecret = false),
uuid = uuid.asOptionOutput(isSecret = false),
values = values.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs] =
besom.internal.Encoder.derived[GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs] =
besom.internal.ArgsEncoder.derived[GetPropertyRulesBuilderRulesV20231030CriterionQueryStringParameterArgs]