View Source GoogleApi.HealthCare.V1.Model.ImportResourcesRequest (google_api_health_care v0.50.1)

Request to import resources.

Attributes

  • contentStructure (type: String.t, default: nil) - The content structure in the source location. If not specified, the server treats the input source files as BUNDLE.
  • gcsSource (type: GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirGcsSource.t, default: nil) - Cloud Storage source data location and import configuration. The Healthcare Service Agent account requires the roles/storage.objectAdmin role on the Cloud Storage location. Each Cloud Storage object should be a text file that contains the format specified in ContentStructure.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.ImportResourcesRequest{
  contentStructure: String.t() | nil,
  gcsSource:
    GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirGcsSource.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.