Sha256: d6938eab206d3d5a49e4520637b9485a4dee27054a36402cb60c69fce528330d
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # The workflow filter. # class WorkflowFilter include MsRestAzure include MsRest::JSONable # @return [WorkflowState] The state of workflows. Possible values # include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', # 'Suspended' attr_accessor :state # # Mapper for WorkflowFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'WorkflowFilter', type: { name: 'Composite', class_name: 'WorkflowFilter', model_properties: { state: { required: false, serialized_name: 'state', type: { name: 'Enum', module: 'WorkflowState' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.12.0 | lib/generated/azure_mgmt_logic/models/workflow_filter.rb |
azure_mgmt_logic-0.11.0 | lib/generated/azure_mgmt_logic/models/workflow_filter.rb |