Sha256: afe27f333cbb1aae4a58f3b4b8fc025072121679f9148243154e083f762198d5
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 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 RunWorkflowParameters include MsRestAzure # @return [String] Gets or sets the name of workflow run trigger. attr_accessor :name # @return Gets or sets the outputs of workflow run trigger. attr_accessor :outputs # # Mapper for RunWorkflowParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RunWorkflowParameters', type: { name: 'Composite', class_name: 'RunWorkflowParameters', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, outputs: { required: false, serialized_name: 'outputs', type: { name: 'Object' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems