Sha256: 8119e86426d1cb3e3235284344305fca0c45877ad05606ce60eab1f07f50e6ff
Contents?: true
Size: 1.27 KB
Versions: 5
Compression:
Stored size: 1.27 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::V2018_07_01_preview 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: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems