
src.firebasehosting.v1beta1.GetCustomDomainArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.firebasehosting.v1beta1
final case class GetCustomDomainArgs private(
customDomainId: besom.types.Output[String],
project: besom.types.Output[scala.Option[String]],
siteId: besom.types.Output[String]
)
object GetCustomDomainArgs:
def apply(
customDomainId: besom.types.Input[String],
project: besom.types.Input.Optional[String] = scala.None,
siteId: besom.types.Input[String]
)(using besom.types.Context): GetCustomDomainArgs =
new GetCustomDomainArgs(
customDomainId = customDomainId.asOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false),
siteId = siteId.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetCustomDomainArgs] =
besom.internal.Encoder.derived[GetCustomDomainArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetCustomDomainArgs] =
besom.internal.ArgsEncoder.derived[GetCustomDomainArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy