Class ExportInstanceRequest
Request for Export.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class ExportInstanceRequest : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
OutputConfig
Required. Specify data to be exported.
Declaration
[JsonProperty("outputConfig")]
public virtual OutputConfig OutputConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| OutputConfig |