Sha256: 68ebb924172cc68feebcfbb99b83013f565be09f051dfc41165a777379d4e988
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 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() { required: false, serialized_name: 'IntegrationAccountPartnerFilter', type: { name: 'Composite', class_name: 'IntegrationAccountPartnerFilter', model_properties: { partner_type: { required: true, serialized_name: 'partnerType', type: { name: 'Enum', module: 'PartnerType' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems