Sha256: 044fc03960943de298e8485be9c75c459dfce07f4833085822ee7724b6cc02b3
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # Model object. # # class IntegrationAccountPartnerFilter include MsRestAzure # @return [PartnerType] The partner type of integration account partner. # Possible values include: 'NotSpecified', 'B2B' attr_accessor :partner_type # # Mapper for IntegrationAccountPartnerFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'IntegrationAccountPartnerFilter', type: { name: 'Composite', class_name: 'IntegrationAccountPartnerFilter', model_properties: { partner_type: { required: false, serialized_name: 'partnerType', type: { name: 'Enum', module: 'PartnerType' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.9.0 | lib/generated/azure_mgmt_logic/models/integration_account_partner_filter.rb |