Sha256: e70f3cd941fb210c1b067384d2684621d37434942363d3bc75852de49c60f1a1

Contents?: true

Size: 1.34 KB

Versions: 2

Compression:

Stored size: 1.34 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 trigger history filter.
    #
    class WorkflowTriggerHistoryFilter

      include MsRestAzure

      include MsRest::JSONable
      # @return [WorkflowStatus] The status of workflow trigger history.
      # Possible values include: 'NotSpecified', 'Paused', 'Running',
      # 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed',
      # 'Faulted', 'TimedOut', 'Aborted', 'Ignored'
      attr_accessor :status


      #
      # Mapper for WorkflowTriggerHistoryFilter class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'WorkflowTriggerHistoryFilter',
          type: {
            name: 'Composite',
            class_name: 'WorkflowTriggerHistoryFilter',
            model_properties: {
              status: {
                required: false,
                serialized_name: 'status',
                type: {
                  name: 'Enum',
                  module: 'WorkflowStatus'
                }
              }
            }
          }
        }
      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_trigger_history_filter.rb
azure_mgmt_logic-0.11.0 lib/generated/azure_mgmt_logic/models/workflow_trigger_history_filter.rb