Sha256: fedb3887d417781cae1749e9c267b03935222238fd380b4cc9ef95ca237efc2c
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # The integration account partner filter for odata query. # class IntegrationAccountPartnerFilter include MsRestAzure include MsRest::JSONable # @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