Sha256: 0d89f9e73e92d35b813c82270fefe52efa1b47df980be203eba5e2d07b79b4f6
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 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() { required: false, serialized_name: 'WorkflowRunActionFilter', type: { name: 'Composite', class_name: 'WorkflowRunActionFilter', 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