Reference documentation and code samples for the Cloud Tasks V2beta2 API class Google::Cloud::Tasks::V2beta2::ListTasksResponse.
Response message for listing tasks using ListTasks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
-
(::String) — A token to retrieve next page of results.
To return the next page of results, call ListTasks with this value as the page_token.
If the next_page_token is empty, there are no more results.
#next_page_token=
def next_page_token=(value) -> ::String
-
value (::String) — A token to retrieve next page of results.
To return the next page of results, call ListTasks with this value as the page_token.
If the next_page_token is empty, there are no more results.
-
(::String) — A token to retrieve next page of results.
To return the next page of results, call ListTasks with this value as the page_token.
If the next_page_token is empty, there are no more results.
#tasks
def tasks() -> ::Array<::Google::Cloud::Tasks::V2beta2::Task>
- (::Array<::Google::Cloud::Tasks::V2beta2::Task>) — The list of tasks.
#tasks=
def tasks=(value) -> ::Array<::Google::Cloud::Tasks::V2beta2::Task>
- value (::Array<::Google::Cloud::Tasks::V2beta2::Task>) — The list of tasks.
- (::Array<::Google::Cloud::Tasks::V2beta2::Task>) — The list of tasks.