class Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter
The workflow run action filter.
Attributes
status[RW]
@return [WorkflowStatus] The status of workflow run action. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'
Private Class Methods
mapper()
click to toggle source
Mapper for WorkflowRunActionFilter
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-01-preview/generated/azure_mgmt_logic/models/workflow_run_action_filter.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkflowRunActionFilter', type: { name: 'Composite', class_name: 'WorkflowRunActionFilter', model_properties: { status: { client_side_validation: true, required: false, serialized_name: 'status', type: { name: 'String' } } } } } end