Table of Contents

Class Buildings

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

JSON template for Building List Response object in Directory API.

public class Buildings : IDirectResponseSchema
Inheritance
Buildings
Implements
IDirectResponseSchema
Inherited Members

Constructors

Buildings()

public Buildings()

Properties

BuildingsValue

The Buildings in this page of results.

public virtual IList<Building> BuildingsValue { get; set; }

Property Value

IList<Building>

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

NextPageToken

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

public virtual string NextPageToken { get; set; }

Property Value

string