Show / Hide Table of Contents

Class DeploymentConfig

Metadata the defines how a deployment is configured.

Inheritance
object
DeploymentConfig
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.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class DeploymentConfig : IDirectResponseSchema

Properties

Description

The description for this deployment.

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

ManifestFileName

The manifest file name for this deployment.

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

ScriptId

The script project's Drive ID.

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

VersionNumber

The version number on which this deployment is based.

Declaration
[JsonProperty("versionNumber")]
public virtual int? VersionNumber { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX