Sha256: 64abf3ee820047ad4c7a58163e034c4d08d587919b0b10a6cf88e2a0536ef594
Contents?: true
Size: 1.46 KB
Versions: 11
Compression:
Stored size: 1.46 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::OperationalInsights::Mgmt::V2015_03_20 module Models # # The sort parameters for search. # class SearchSort include MsRestAzure # @return [String] The name of the field the search query is sorted on. attr_accessor :name # @return [SearchSortEnum] The sort order of the search. Possible values # include: 'asc', 'desc' attr_accessor :order # # Mapper for SearchSort class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SearchSort', type: { name: 'Composite', class_name: 'SearchSort', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, order: { client_side_validation: true, required: false, serialized_name: 'order', type: { name: 'String' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems