Sha256: 421f76fa1d1ce4f0361cada611de6469d69a555ab587d2c54f44484e10e6d1d9
Contents?: true
Size: 1.64 KB
Versions: 7
Compression:
Stored size: 1.64 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::V2016_06_01 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
7 entries across 7 versions & 1 rubygems