Sha256: 5732f6781a2bcf76d3c405cd0c0b7c58f048e96528c22ea9ae4f406bc19e194c
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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() { required: false, serialized_name: 'IntegrationAccountMapProperties_parametersSchema', type: { name: 'Composite', class_name: 'IntegrationAccountMapPropertiesParametersSchema', model_properties: { ref: { required: false, serialized_name: 'ref', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems