Class Deployment
Representation of a single script deployment.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class Deployment : IDirectResponseSchema
Properties
DeploymentConfig
The deployment configuration.
Declaration
[JsonProperty("deploymentConfig")]
public virtual DeploymentConfig DeploymentConfig { get; set; }
Property Value
Type | Description |
---|---|
DeploymentConfig |
DeploymentId
The deployment ID for this deployment.
Declaration
[JsonProperty("deploymentId")]
public virtual string DeploymentId { 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 |
EntryPoints
The deployment's entry points.
Declaration
[JsonProperty("entryPoints")]
public virtual IList<EntryPoint> EntryPoints { get; set; }
Property Value
Type | Description |
---|---|
IList<EntryPoint> |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Last modified date time stamp.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |