Show / Hide Table of Contents

Class Aliases

JSON response template to list aliases in Directory API.

Inheritance
System.Object
Aliases
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class Aliases : IDirectResponseSchema

Properties

AliasesValue

Declaration
[JsonProperty("aliases")]
public virtual IList<object> AliasesValue { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>

ETag

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top