Sha256: e84267d447999ee41e304f9df197fa9f83a71a02c4ebe08af59f5113450624f7
Contents?: true
Size: 1.3 KB
Versions: 9
Compression:
Stored size: 1.3 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 filter for odata query. # 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() { client_side_validation: true, required: false, serialized_name: 'IntegrationAccountPartnerFilter', type: { name: 'Composite', class_name: 'IntegrationAccountPartnerFilter', model_properties: { partner_type: { client_side_validation: true, required: true, serialized_name: 'partnerType', type: { name: 'Enum', module: 'PartnerType' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems