Class ImportMessagesRequest
Request to import messages.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ImportMessagesRequest : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("gcsSource")]
public virtual GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GcsSource |