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

src.healthcare.v1.GetFhirArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.healthcare.v1

final case class GetFhirArgs private(
  datasetId: besom.types.Output[String],
  fhirId: besom.types.Output[String],
  fhirId1: besom.types.Output[String],
  fhirStoreId: besom.types.Output[String],
  location: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

object GetFhirArgs:
  def apply(
    datasetId: besom.types.Input[String],
    fhirId: besom.types.Input[String],
    fhirId1: besom.types.Input[String],
    fhirStoreId: besom.types.Input[String],
    location: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetFhirArgs =
    new GetFhirArgs(
      datasetId = datasetId.asOutput(isSecret = false),
      fhirId = fhirId.asOutput(isSecret = false),
      fhirId1 = fhirId1.asOutput(isSecret = false),
      fhirStoreId = fhirStoreId.asOutput(isSecret = false),
      location = location.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy