google_api_health_care v0.7.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.objectViewer Cloud 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

Link to this type

t()

View Source
t() :: %GoogleApi.HealthCare.V1beta1.Model.ImportResourcesRequest{
  contentStructure: String.t(),
  gcsSource:
    GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirRestGcsSource.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.