Sha256: ea89bb672f3704bdec9650569e8c141060f31a3fbef5153245aed0f5b28d1afb
Contents?: true
Size: 1.22 KB
Versions: 9
Compression:
Stored size: 1.22 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 filter. # class WorkflowFilter include MsRestAzure # @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() { client_side_validation: true, required: false, serialized_name: 'WorkflowFilter', type: { name: 'Composite', class_name: 'WorkflowFilter', model_properties: { state: { client_side_validation: true, required: false, serialized_name: 'state', type: { name: 'Enum', module: 'WorkflowState' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems