Class ImportResourcesRequest
Request to import resources.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ImportResourcesRequest : IDirectResponseSchema
Properties
ContentStructure
The content structure in the source location. If not specified, the server treats the input source files as BUNDLE.
Declaration
[JsonProperty("contentStructure")]
public virtual string ContentStructure { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
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.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudHealthcareV1FhirGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudHealthcareV1FhirGcsSource |