Sha256: ac49a0a62af4bcd30f5bf06215739bf8e2b0656a1d305fc63be9644c509e2ed3
Contents?: true
Size: 1.37 KB
Versions: 9
Compression:
Stored size: 1.37 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::V2015_02_01_preview module Models # # Model object. # # class WorkflowRunActionFilter include MsRestAzure # @return [WorkflowStatus] Gets or sets the status of workflow run # action. Possible values include: 'NotSpecified', 'Paused', 'Running', # 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', # 'Faulted', 'TimedOut', 'Aborted' 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: 'Enum', module: 'WorkflowStatus' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems