class Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapFilter
The integration account map filter for odata query.
Attributes
map_type[RW]
@return [MapType] The map type of integration account map. Possible values include: 'NotSpecified', 'Xslt', 'Xslt20', 'Xslt30', 'Liquid'
Private Class Methods
mapper()
click to toggle source
Mapper for IntegrationAccountMapFilter
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_map_filter.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationAccountMapFilter', type: { name: 'Composite', class_name: 'IntegrationAccountMapFilter', model_properties: { map_type: { client_side_validation: true, required: true, serialized_name: 'mapType', type: { name: 'String' } } } } } end