class Azure::Cosmosdb::Mgmt::V2020_03_01::Models::MongoDBCollectionListResult
The List operation response, that contains the MongoDB collections and their properties.
Attributes
value[RW]
@return [Array<MongoDBCollectionGetResults>] List of MongoDB collections and their properties.
Public Class Methods
mapper()
click to toggle source
Mapper for MongoDBCollectionListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-03-01/generated/azure_mgmt_cosmosdb/models/mongo_dbcollection_list_result.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MongoDBCollectionListResult', type: { name: 'Composite', class_name: 'MongoDBCollectionListResult', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'MongoDBCollectionGetResultsElementType', type: { name: 'Composite', class_name: 'MongoDBCollectionGetResults' } } } } } } } end