google_api_health_care v0.20.0 GoogleApi.HealthCare.V1beta1.Model.ImportResourcesRequest 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.GoogleCloudHealthcareV1beta1FhirRestGcsSource.t, default:nil) - Cloud Storage source data location and import configuration.The Cloud Storage location requires the
roles/storage.objectViewerCloud IAM role. 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(),
gcsSource:
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirRestGcsSource.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.