Show / Hide Table of Contents

Class TierUnitKind

A description of a single Unit Kind that is part of a Tier.

Inheritance
object
TierUnitKind
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.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class TierUnitKind : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InputVariables

Optional. Output only. Input variables for the UnitKind.

Declaration
[JsonProperty("inputVariables")]
public virtual IList<UnitVariable> InputVariables { get; set; }
Property Value
Type Description
IList<UnitVariable>

UnitKind

Required. Immutable. The unique identifier of the UnitKind.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX