Table of Contents

Class Schemas

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON response template for List Schema operation in Directory API.

public class Schemas : IDirectResponseSchema
Inheritance
Schemas
Implements
IDirectResponseSchema
Inherited Members

Constructors

Schemas()

public Schemas()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Kind

Kind of resource this is.

public virtual string Kind { get; set; }

Property Value

string

SchemasValue

List of UserSchema objects.

public virtual IList<Schema> SchemasValue { get; set; }

Property Value

IList<Schema>