Class: Azure::ARM::Logic::Models::PartnerContent
- Inherits:
-
Object
- Object
- Azure::ARM::Logic::Models::PartnerContent
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_logic/models/partner_content.rb
Overview
The integration account partner content.
Instance Attribute Summary collapse
-
#b2b ⇒ B2BPartnerContent
The B2B partner content.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PartnerContent class as Ruby Hash.
Instance Attribute Details
#b2b ⇒ B2BPartnerContent
Returns The B2B partner content.
17 18 19 |
# File 'lib/generated/azure_mgmt_logic/models/partner_content.rb', line 17 def b2b @b2b end |
Class Method Details
.mapper ⇒ Object
Mapper for PartnerContent class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/generated/azure_mgmt_logic/models/partner_content.rb', line 24 def self.mapper() { required: false, serialized_name: 'PartnerContent', type: { name: 'Composite', class_name: 'PartnerContent', model_properties: { b2b: { required: false, serialized_name: 'b2b', type: { name: 'Composite', class_name: 'B2BPartnerContent' } } } } } end |