Class UpdateDeploymentRequest
Request with deployment information to update an existing deployment.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class UpdateDeploymentRequest : IDirectResponseSchema
Properties
DeploymentConfig
The deployment configuration.
Declaration
[JsonProperty("deploymentConfig")]
public virtual DeploymentConfig DeploymentConfig { get; set; }
Property Value
Type | Description |
---|---|
DeploymentConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |