Sha256: 5bdda306c22a8ad3fce68a4254549e551a61fff91bf578383881294f8fe4d414
Contents?: true
Size: 1.33 KB
Versions: 9
Compression:
Stored size: 1.33 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 filter. # class WorkflowRunFilter include MsRestAzure # @return [WorkflowStatus] The status of workflow run. Possible values # include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', # 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', # 'Aborted', 'Ignored' attr_accessor :status # # Mapper for WorkflowRunFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkflowRunFilter', type: { name: 'Composite', class_name: 'WorkflowRunFilter', model_properties: { status: { client_side_validation: true, required: false, serialized_name: 'status', type: { name: 'Enum', module: 'WorkflowStatus' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems