Class: Google::Cloud::Workflows::V1::ListWorkflowRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1::ListWorkflowRevisionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/v1/workflows.rb
Overview
Response for the ListWorkflowRevisions method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#workflows ⇒ ::Array<::Google::Cloud::Workflows::V1::Workflow>
The revisions of the workflow, ordered in reverse chronological order.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
405 406 407 408 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 405 class ListWorkflowRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflows ⇒ ::Array<::Google::Cloud::Workflows::V1::Workflow>
Returns The revisions of the workflow, ordered in reverse chronological order.
405 406 407 408 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 405 class ListWorkflowRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |