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

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

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

final case class GetPropertyRulesBuilderRulesV20231030CriterionTimeArgs private(
  applyDaylightSavingsTime: besom.types.Output[scala.Option[Boolean]],
  beginDate: besom.types.Output[scala.Option[String]],
  endDate: besom.types.Output[scala.Option[String]],
  lastingDate: besom.types.Output[scala.Option[String]],
  lastingDuration: besom.types.Output[scala.Option[String]],
  locked: besom.types.Output[scala.Option[Boolean]],
  matchOperator: besom.types.Output[scala.Option[String]],
  repeatBeginDate: besom.types.Output[scala.Option[String]],
  repeatDuration: besom.types.Output[scala.Option[String]],
  repeatInterval: besom.types.Output[scala.Option[String]],
  templateUuid: besom.types.Output[scala.Option[String]],
  uuid: besom.types.Output[scala.Option[String]]
)

object GetPropertyRulesBuilderRulesV20231030CriterionTimeArgs:
  def apply(
    applyDaylightSavingsTime: besom.types.Input.Optional[Boolean] = scala.None,
    beginDate: besom.types.Input.Optional[String] = scala.None,
    endDate: besom.types.Input.Optional[String] = scala.None,
    lastingDate: besom.types.Input.Optional[String] = scala.None,
    lastingDuration: besom.types.Input.Optional[String] = scala.None,
    locked: besom.types.Input.Optional[Boolean] = scala.None,
    matchOperator: besom.types.Input.Optional[String] = scala.None,
    repeatBeginDate: besom.types.Input.Optional[String] = scala.None,
    repeatDuration: besom.types.Input.Optional[String] = scala.None,
    repeatInterval: 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): GetPropertyRulesBuilderRulesV20231030CriterionTimeArgs =
    new GetPropertyRulesBuilderRulesV20231030CriterionTimeArgs(
      applyDaylightSavingsTime = applyDaylightSavingsTime.asOptionOutput(isSecret = false),
      beginDate = beginDate.asOptionOutput(isSecret = false),
      endDate = endDate.asOptionOutput(isSecret = false),
      lastingDate = lastingDate.asOptionOutput(isSecret = false),
      lastingDuration = lastingDuration.asOptionOutput(isSecret = false),
      locked = locked.asOptionOutput(isSecret = false),
      matchOperator = matchOperator.asOptionOutput(isSecret = false),
      repeatBeginDate = repeatBeginDate.asOptionOutput(isSecret = false),
      repeatDuration = repeatDuration.asOptionOutput(isSecret = false),
      repeatInterval = repeatInterval.asOptionOutput(isSecret = false),
      templateUuid = templateUuid.asOptionOutput(isSecret = false),
      uuid = uuid.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy