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