Show / Hide Table of Contents

Class ImportAppRequest

Request message for AgentService.ImportApp.

Inheritance
object
ImportAppRequest
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 ImportAppRequest : IDirectResponseSchema

Properties

AppContent

Raw bytes representing the compressed zip file with the app folder structure.

Declaration
[JsonProperty("appContent")]
public virtual string AppContent { get; set; }
Property Value
Type Description
string

AppId

Optional. The ID to use for the imported app. * If not specified, a unique ID will be automatically assigned for the app. * Otherwise, the imported app will use this ID as the final component of its resource name. If an app with the same ID already exists at the specified location in the project, the content of the existing app will be replaced.

Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type Description
string

DisplayName

Optional. The display name of the app to import. * If the app is created on import, and the display name is specified, the imported app will use this display name. If a conflict is detected with an existing app, a timestamp will be appended to the display name to make it unique. * If the app is a reimport, this field should not be set. Providing a display name during reimport will result in an INVALID_ARGUMENT error.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

GcsUri

The Google Cloud Storage URI from which to import app. The format of this URI must be gs:///.

Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Type Description
string

IgnoreAppLock

Optional. Flag for overriding the app lock during import. If set to true, the import process will ignore the app lock.

Declaration
[JsonProperty("ignoreAppLock")]
public virtual bool? IgnoreAppLock { get; set; }
Property Value
Type Description
bool?

ImportOptions

Optional. Options governing the import process for the app.

Declaration
[JsonProperty("importOptions")]
public virtual ImportAppRequestImportOptions ImportOptions { get; set; }
Property Value
Type Description
ImportAppRequestImportOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX