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

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

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

final case class GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValueArgs private(
  name: besom.types.Output[scala.Option[String]],
  nameCaseSensitive: besom.types.Output[scala.Option[Boolean]],
  nameHasWildcard: besom.types.Output[scala.Option[Boolean]],
  options: besom.types.Output[scala.Option[besom.api.akamai.inputs.GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValueOptionsArgs]],
  `type`: besom.types.Output[String],
  values: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]]
)

object GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValueArgs:
  def apply(
    name: besom.types.Input.Optional[String] = scala.None,
    nameCaseSensitive: besom.types.Input.Optional[Boolean] = scala.None,
    nameHasWildcard: besom.types.Input.Optional[Boolean] = scala.None,
    options: besom.types.Input.Optional[besom.api.akamai.inputs.GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValueOptionsArgs] = scala.None,
    `type`: besom.types.Input[String],
    values: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None
  )(using besom.types.Context): GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValueArgs =
    new GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValueArgs(
      name = name.asOptionOutput(isSecret = false),
      nameCaseSensitive = nameCaseSensitive.asOptionOutput(isSecret = false),
      nameHasWildcard = nameHasWildcard.asOptionOutput(isSecret = false),
      options = options.asOptionOutput(isSecret = false),
      `type` = `type`.asOutput(isSecret = false),
      values = values.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy