Sha256: abc23a7f916e392d17dc639caed003920a2c32d5f8ba1accc464e6df4710f58f

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 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()
        {
          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.15.1 lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_filter.rb
azure_mgmt_logic-0.15.0 lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_filter.rb