GoogleApi.HealthCare.V1beta1.Model.ImportResourcesRequest (google_api_health_care v0.40.0) View Source
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.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirGcsSource.t, default:nil) - Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires theroles/storage.objectViewerCloud IAM roles on the Cloud Storage location. The Healthcare Service Agent Each Cloud Storage object should be a text file that contains the format specified in ContentStructure.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.ImportResourcesRequest{
contentStructure: String.t() | nil,
gcsSource:
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirGcsSource.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.