
src.healthcare.v1.GetAttributeDefinitionArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.healthcare.v1
final case class GetAttributeDefinitionArgs private(
attributeDefinitionId: 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 GetAttributeDefinitionArgs:
def apply(
attributeDefinitionId: 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): GetAttributeDefinitionArgs =
new GetAttributeDefinitionArgs(
attributeDefinitionId = attributeDefinitionId.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[GetAttributeDefinitionArgs] =
besom.internal.Encoder.derived[GetAttributeDefinitionArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetAttributeDefinitionArgs] =
besom.internal.ArgsEncoder.derived[GetAttributeDefinitionArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy