Sha256: c75b02b88660750cd0beb324ba542b9f5132192407375072e072a3c857bfdcd5
Contents?: true
Size: 1.65 KB
Versions: 5
Compression:
Stored size: 1.65 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 # # A collection of workflow run action repetitions. # class WorkflowRunActionRepetitionDefinitionCollection include MsRestAzure # @return [Array<WorkflowRunActionRepetitionDefinition>] attr_accessor :value # # Mapper for WorkflowRunActionRepetitionDefinitionCollection class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkflowRunActionRepetitionDefinitionCollection', type: { name: 'Composite', class_name: 'WorkflowRunActionRepetitionDefinitionCollection', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'WorkflowRunActionRepetitionDefinitionElementType', type: { name: 'Composite', class_name: 'WorkflowRunActionRepetitionDefinition' } } } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems