class Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaFilter

The integration account schema filter for odata query.

Attributes

schema_type[RW]

@return [SchemaType] The schema type of integration account schema. Possible values include: 'NotSpecified', 'Xml'

Private Class Methods

mapper() click to toggle source

Mapper for IntegrationAccountSchemaFilter class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema_filter.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'IntegrationAccountSchemaFilter',
    type: {
      name: 'Composite',
      class_name: 'IntegrationAccountSchemaFilter',
      model_properties: {
        schema_type: {
          client_side_validation: true,
          required: true,
          serialized_name: 'schemaType',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end