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

src.index.GetEdgeWorkersPropertyRulesArgs.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai

final case class GetEdgeWorkersPropertyRulesArgs private(
  edgeworkerId: besom.types.Output[Int]
)

object GetEdgeWorkersPropertyRulesArgs:
  def apply(
    edgeworkerId: besom.types.Input[Int]
  )(using besom.types.Context): GetEdgeWorkersPropertyRulesArgs =
    new GetEdgeWorkersPropertyRulesArgs(
      edgeworkerId = edgeworkerId.asOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy