Show / Hide Table of Contents

Class ImportResourcesRequest

Request to import resources.

Inheritance
System.Object
ImportResourcesRequest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

GcsSource

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.

Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudHealthcareV1FhirGcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudHealthcareV1FhirGcsSource

Implements

IDirectResponseSchema
Back to top