Class ExportAppRequest
Request message for AgentService.ExportApp.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ExportAppRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExportFormat
Required. The format to export the app in.
Declaration
[JsonProperty("exportFormat")]
public virtual string ExportFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsUri
Optional. The Google Cloud Storage URI to which to export the app.
The format of this URI must be gs:///. The exported app archive will be written directly to the specified
GCS object.
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |