Sha256: e3b2d54b02a25ad8c83d90f1ac09fe33c08463e5f6345ade23e346c63fdf35d5
Contents?: true
Size: 1.29 KB
Versions: 9
Compression:
Stored size: 1.29 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 schema filter for odata query. # class IntegrationAccountSchemaFilter include MsRestAzure # @return [SchemaType] The schema type of integration account schema. # Possible values include: 'NotSpecified', 'Xml' attr_accessor :schema_type # # Mapper for IntegrationAccountSchemaFilter class as Ruby Hash. # This will be used for serialization/deserialization. # 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: 'Enum', module: 'SchemaType' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems