Googly. CloudStorage. Model. GoogleLongrunningListOperationsResponse
(googly_cloud_storage v0.1.0)
Copy Markdown
View Source
The response message for storage.buckets.operations.list.
Attributes
-
kind(type:String.t()) - The kind of item this is. For lists of operations, this is always storage#operations. -
next_page_token(type:String.t()) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. -
operations(type:list(Googly.CloudStorage.Model.GoogleLongrunningOperation.t())) - A list of operations that matches the specified filter in the request.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.GoogleLongrunningListOperationsResponse{ kind: String.t() | nil, next_page_token: String.t() | nil, operations: [Googly.CloudStorage.Model.GoogleLongrunningOperation.t()] | nil }