Show / Hide Table of Contents

Class TierMapping

TierMapping describes the mapping between a Tier and its associated UnitKinds.

Inheritance
object
TierMapping
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 TierMapping : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Tier

Required. The tier.

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

UnitKinds

Declaration
[JsonProperty("unitKinds")]
public virtual IList<TierUnitKind> UnitKinds { get; set; }
Property Value
Type Description
IList<TierUnitKind>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX