Sha256: e7addff89b225ddd33b582eb244e73784df30fd45cacbb6c7d84c66c3b274986
Contents?: true
Size: 1.15 KB
Versions: 5
Compression:
Stored size: 1.15 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::V2018_07_01_preview 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
5 entries across 5 versions & 1 rubygems