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

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

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

final case class GetPropertyRulesBuilderRulesV20231030CriterionMatchCpCodeValueCpCodeLimitsArgs private(
  currentCapacity: besom.types.Output[scala.Option[Int]],
  limit: besom.types.Output[scala.Option[Int]],
  limitType: besom.types.Output[scala.Option[String]]
)

object GetPropertyRulesBuilderRulesV20231030CriterionMatchCpCodeValueCpCodeLimitsArgs:
  def apply(
    currentCapacity: besom.types.Input.Optional[Int] = scala.None,
    limit: besom.types.Input.Optional[Int] = scala.None,
    limitType: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetPropertyRulesBuilderRulesV20231030CriterionMatchCpCodeValueCpCodeLimitsArgs =
    new GetPropertyRulesBuilderRulesV20231030CriterionMatchCpCodeValueCpCodeLimitsArgs(
      currentCapacity = currentCapacity.asOptionOutput(isSecret = false),
      limit = limit.asOptionOutput(isSecret = false),
      limitType = limitType.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy