class Azure::Cosmosdb::Mgmt::V2019_12_12::Models::ExcludedPath

Model object.

Attributes

path[RW]

@return [String] The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-12-12/generated/azure_mgmt_cosmosdb/models/excluded_path.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ExcludedPath',
    type: {
      name: 'Composite',
      class_name: 'ExcludedPath',
      model_properties: {
        path: {
          client_side_validation: true,
          required: false,
          serialized_name: 'path',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end