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

src.index.outputs.GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKey.scala Maven / Gradle / Ivy

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


final case class GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKey private(
  authKeyName: String,
  expiryDate: String,
  headerName: String,
  secret: String
)
object GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKey :

  given decoder(using besom.types.Context): besom.types.Decoder[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKey] =
    besom.internal.Decoder.derived[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKey]



  given outputOps: {} with
    extension(output: besom.types.Output[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKey])
      def authKeyName : besom.types.Output[String] = output.map(_.authKeyName)
      def expiryDate : besom.types.Output[String] = output.map(_.expiryDate)
      def headerName : besom.types.Output[String] = output.map(_.headerName)
      def secret : besom.types.Output[String] = output.map(_.secret)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKey]])
      def authKeyName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.authKeyName))
      def expiryDate : besom.types.Output[scala.Option[String]] = output.map(_.map(_.expiryDate))
      def headerName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.headerName))
      def secret : besom.types.Output[scala.Option[String]] = output.map(_.map(_.secret))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy