Show / Hide Table of Contents

Class ImportResourcesRequest

Request to import resources.

Inheritance
object
ImportResourcesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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 Cloud Healthcare Service Agent requires the roles/storage.objectViewer Cloud IAM roles on the Cloud Storage location. The Healthcare Service Agent Each Cloud Storage object should be a text file that contains the format specified in ContentStructure.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX