class Azure::Cosmosdb::Mgmt::V2020_09_01::Models::ApiProperties

Model object.

Attributes

server_version[RW]

@return [ServerVersion] Describes the ServerVersion of an a MongoDB account. Possible values include: '3.2', '3.6'

Public Class Methods

mapper() click to toggle source

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

# File lib/2020-09-01/generated/azure_mgmt_cosmosdb/models/api_properties.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ApiProperties',
    type: {
      name: 'Composite',
      class_name: 'ApiProperties',
      model_properties: {
        server_version: {
          client_side_validation: true,
          required: false,
          serialized_name: 'serverVersion',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end