Show / Hide Table of Contents

Class Deployment

Representation of a single script deployment.

Inheritance
object
Deployment
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX