Sha256: eea38b86aee9a1ba44f25edb8d9d59b6f1a3d3b1e577ac917111d785830389b4
Contents?: true
Size: 1.84 KB
Versions: 9
Compression:
Stored size: 1.84 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::Cosmosdb::Mgmt::V2019_08_01 module Models # # The paths that are included in indexing # class IncludedPath include MsRestAzure # @return [String] The path for which the indexing behavior applies to. # Index paths typically start with root and end with wildcard (/path/*) attr_accessor :path # @return [Array<Indexes>] List of indexes for this path attr_accessor :indexes # # Mapper for IncludedPath class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IncludedPath', type: { name: 'Composite', class_name: 'IncludedPath', model_properties: { path: { client_side_validation: true, required: false, serialized_name: 'path', type: { name: 'String' } }, indexes: { client_side_validation: true, required: false, serialized_name: 'indexes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IndexesElementType', type: { name: 'Composite', class_name: 'Indexes' } } } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems