src.index.inputs.GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai.inputs
final case class GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs private(
cookieName: besom.types.Output[scala.Option[String]],
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]],
templateUuid: besom.types.Output[scala.Option[String]],
upperBound: besom.types.Output[scala.Option[Int]],
uuid: besom.types.Output[scala.Option[String]],
value: besom.types.Output[scala.Option[String]]
)
object GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs:
def apply(
cookieName: besom.types.Input.Optional[String] = 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,
templateUuid: besom.types.Input.Optional[String] = scala.None,
upperBound: besom.types.Input.Optional[Int] = scala.None,
uuid: besom.types.Input.Optional[String] = scala.None,
value: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs =
new GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs(
cookieName = cookieName.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),
templateUuid = templateUuid.asOptionOutput(isSecret = false),
upperBound = upperBound.asOptionOutput(isSecret = false),
uuid = uuid.asOptionOutput(isSecret = false),
value = value.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs] =
besom.internal.Encoder.derived[GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs] =
besom.internal.ArgsEncoder.derived[GetPropertyRulesBuilderRulesV20231030CriterionRequestCookieArgs]