Class: Google::Apis::DataformV1beta1::QueryWorkflowInvocationActionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataform_v1beta1/classes.rb,
lib/google/apis/dataform_v1beta1/representations.rb,
lib/google/apis/dataform_v1beta1/representations.rb

Overview

QueryWorkflowInvocationActions response message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueryWorkflowInvocationActionsResponse

Returns a new instance of QueryWorkflowInvocationActionsResponse.



1870
1871
1872
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1870

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1863
1864
1865
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1863

def next_page_token
  @next_page_token
end

#workflow_invocation_actionsArray<Google::Apis::DataformV1beta1::WorkflowInvocationAction>

List of workflow invocation actions. Corresponds to the JSON property workflowInvocationActions



1868
1869
1870
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1868

def workflow_invocation_actions
  @workflow_invocation_actions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1875
1876
1877
1878
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1875

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @workflow_invocation_actions = args[:workflow_invocation_actions] if args.key?(:workflow_invocation_actions)
end