Sha256: 36dcaac8d1fca3463c9eada847fb5a8beac8a6bce5019ec8326d90272115fb6d

Contents?: true

Size: 1.33 KB

Versions: 5

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::V2018_07_01_preview
  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()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'WorkflowRunActionFilter',
          type: {
            name: 'Composite',
            class_name: 'WorkflowRunActionFilter',
            model_properties: {
              status: {
                client_side_validation: true,
                required: false,
                serialized_name: 'status',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_mgmt_logic-0.18.3 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/workflow_run_action_filter.rb
azure_mgmt_logic-0.18.2 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/workflow_run_action_filter.rb
azure_mgmt_logic-0.18.1 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/workflow_run_action_filter.rb
azure_mgmt_logic-0.18.0 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/workflow_run_action_filter.rb
azure_mgmt_logic-0.17.2 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/workflow_run_action_filter.rb