Class ExportAppResponse
Response message for AgentService.ExportApp.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ExportAppResponse : IDirectResponseSchema
Properties
AppContent
App folder compressed as a zip file.
Declaration
[JsonProperty("appContent")]
public virtual string AppContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AppUri
The Google Cloud Storage URI to which the app was exported.
Declaration
[JsonProperty("appUri")]
public virtual string AppUri { 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 |