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