Sha256: 79fa5117cd28419b65b4277c21b431054f0a4d1fc5d6f88a73e45bae84799335
Contents?: true
Size: 1.14 KB
Versions: 9
Compression:
Stored size: 1.14 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 integration account partner content. # class PartnerContent include MsRestAzure # @return [B2BPartnerContent] The B2B partner content. attr_accessor :b2b # # Mapper for PartnerContent class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PartnerContent', type: { name: 'Composite', class_name: 'PartnerContent', model_properties: { b2b: { client_side_validation: true, required: false, serialized_name: 'b2b', type: { name: 'Composite', class_name: 'B2BPartnerContent' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems