Show / Hide Table of Contents

Class ExportAppRequest

Request message for AgentService.ExportApp.

Inheritance
object
ExportAppRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX