Class Buildings
- 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
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
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; }