Sha256: 085af024472f6971e09edc2b0eea485d13ffb6ad824a079c3298be49c1e6d0c6
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Logic::Mgmt::V2016_06_01 module Models # # The workflow run action filter. # class WorkflowRunActionFilter include MsRestAzure # @return [WorkflowStatus] The status of workflow run action. Possible # values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', # 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', # 'TimedOut', 'Aborted', 'Ignored' attr_accessor :status # # Mapper for WorkflowRunActionFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'WorkflowRunActionFilter', type: { name: 'Composite', class_name: 'WorkflowRunActionFilter', model_properties: { status: { required: false, serialized_name: 'status', type: { name: 'Enum', module: 'WorkflowStatus' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems