Class DeploymentConfig
Metadata the defines how a deployment is configured.
Implements
Inherited Members
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? |