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

src.firebase.v1beta1.GetIosAppArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.firebase.v1beta1

final case class GetIosAppArgs private(
  iosAppId: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

object GetIosAppArgs:
  def apply(
    iosAppId: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetIosAppArgs =
    new GetIosAppArgs(
      iosAppId = iosAppId.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy