Sha256: c1285636a3641508cbea1578cc87575779362a7240040adcd0c6c5c8a1809a59
Contents?: true
Size: 1.22 KB
Versions: 9
Compression:
Stored size: 1.22 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 # # The parameters schema of integration account map. # class IntegrationAccountMapPropertiesParametersSchema include MsRestAzure # @return [String] The reference name. attr_accessor :ref # # Mapper for IntegrationAccountMapPropertiesParametersSchema class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationAccountMapProperties_parametersSchema', type: { name: 'Composite', class_name: 'IntegrationAccountMapPropertiesParametersSchema', model_properties: { ref: { client_side_validation: true, required: false, serialized_name: 'ref', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems