View Source GoogleApi.Admin.Directory_v1.Model.Buildings (google_api_admin v0.43.0)
Public API: Resources.buildings
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.Buildings{ buildings: [GoogleApi.Admin.Directory_v1.Model.Building.t()] | nil, etag: String.t() | nil, kind: String.t() | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.