class Google::Apis::HealthcareV1::ImportResourcesRequest

Request to import resources.

Attributes

content_structure[RW]

The content structure in the source location. If not specified, the server treats the input source files as BUNDLE. Corresponds to the JSON property `contentStructure` @return [String]

gcs_source[RW]

Specifies the configuration for importing data from Cloud Storage. Corresponds to the JSON property `gcsSource` @return [Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsSource]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 2397
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 2402
def update!(**args)
  @content_structure = args[:content_structure] if args.key?(:content_structure)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end