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

Properties

Base__

Base Type (configurable service) that backs this Type.

Declaration
[JsonProperty("base")]
public virtual BaseType Base__ { get; set; }
Property Value
Type Description
BaseType

Description

An optional textual description of the resource; provided by the client when the resource is created.

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

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

Labels

Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.

Declaration
[JsonProperty("labels")]
public virtual IList<TypeLabelEntry> Labels { get; set; }
Property Value
Type Description
IList<TypeLabelEntry>

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