Show / Hide Table of Contents

Class Type

A resource type supported by Deployment Manager.

Inheritance
object
Type
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.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class Type : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
ulong?

InsertTime

Output only. Creation timestamp in RFC3339 text format.

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

Name

Name of the type.

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

Operation

Output only. The Operation that most recently ran, or is currently running, on this type.

Declaration
[JsonProperty("operation")]
public virtual Operation Operation { get; set; }
Property Value
Type Description
Operation

SelfLink

Output only. Server defined URL for the resource.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX