Sha256: a0c2991c48797a0129d10d0872bd2e157e9d0f14314894e81d2e59d002f1a702
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # The parameters schema of integration account map. # class IntegrationAccountMapPropertiesParametersSchema include MsRestAzure include MsRest::JSONable # @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