Show / Hide Table of Contents

Class ExportAppResponse

Response message for AgentService.ExportApp.

Inheritance
object
ExportAppResponse
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.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX