google_api_admin v0.12.0 GoogleApi.Admin.Directory_v1.Model.Buildings View Source
JSON template for Building List Response object in Directory API.
Attributes
buildings
(type:list(GoogleApi.Admin.Directory_v1.Model.Building.t)
, default:nil
) - The Buildings in this page of results.etag
(type:String.t
, default:nil
) - ETag of the resource.kind
(type:String.t
, default:admin#directory#resources#buildings#buildingsList
) - Kind of resource this is.nextPageToken
(type:String.t
, default:nil
) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Admin.Directory_v1.Model.Buildings{ buildings: [GoogleApi.Admin.Directory_v1.Model.Building.t()], etag: String.t(), kind: String.t(), nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.