Sha256: 04a12b32f4b7dde2365d931f14cb5c43cc1e957c5be49f807d54abf7229dc354
Contents?: true
Size: 1.13 KB
Versions: 10
Compression:
Stored size: 1.13 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::V2015_04_08 module Models # # Cosmos DB resource throughput object # class ThroughputResource include MsRestAzure # @return [Integer] Value of the Cosmos DB resource throughput attr_accessor :throughput # # Mapper for ThroughputResource class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ThroughputResource', type: { name: 'Composite', class_name: 'ThroughputResource', model_properties: { throughput: { client_side_validation: true, required: true, serialized_name: 'throughput', type: { name: 'Number' } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems