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

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

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

final case class GetPropertyRulesBuilderRulesV20240109CriterionRegularExpressionArgs private(
  caseSensitive: besom.types.Output[scala.Option[Boolean]],
  locked: besom.types.Output[scala.Option[Boolean]],
  matchString: besom.types.Output[scala.Option[String]],
  regex: besom.types.Output[scala.Option[String]],
  templateUuid: besom.types.Output[scala.Option[String]],
  uuid: besom.types.Output[scala.Option[String]]
)

object GetPropertyRulesBuilderRulesV20240109CriterionRegularExpressionArgs:
  def apply(
    caseSensitive: besom.types.Input.Optional[Boolean] = scala.None,
    locked: besom.types.Input.Optional[Boolean] = scala.None,
    matchString: besom.types.Input.Optional[String] = scala.None,
    regex: besom.types.Input.Optional[String] = scala.None,
    templateUuid: besom.types.Input.Optional[String] = scala.None,
    uuid: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetPropertyRulesBuilderRulesV20240109CriterionRegularExpressionArgs =
    new GetPropertyRulesBuilderRulesV20240109CriterionRegularExpressionArgs(
      caseSensitive = caseSensitive.asOptionOutput(isSecret = false),
      locked = locked.asOptionOutput(isSecret = false),
      matchString = matchString.asOptionOutput(isSecret = false),
      regex = regex.asOptionOutput(isSecret = false),
      templateUuid = templateUuid.asOptionOutput(isSecret = false),
      uuid = uuid.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy