GoogleApi.Logging.V2.Model.ListBucketsResponse (google_api_logging v0.38.2) View Source
The response from ListBuckets.
Attributes
-
buckets
(type:list(GoogleApi.Logging.V2.Model.LogBucket.t)
, default:nil
) - A list of buckets. -
nextPageToken
(type:String.t
, default:nil
) - If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Logging.V2.Model.ListBucketsResponse{ buckets: [GoogleApi.Logging.V2.Model.LogBucket.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.