Sha256: 80e77caa27ba746d4e936894440be05d614255e113a3a610af2c5a05f5bba348
Contents?: true
Size: 1.87 KB
Versions: 6
Compression:
Stored size: 1.87 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::IotHub::Mgmt::V2018_01_22 module Models # # Quota metrics properties. # class IotHubQuotaMetricInfo include MsRestAzure # @return [String] The name of the quota metric. attr_accessor :name # @return [Integer] The current value for the quota metric. attr_accessor :current_value # @return [Integer] The maximum value of the quota metric. attr_accessor :max_value # # Mapper for IotHubQuotaMetricInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IotHubQuotaMetricInfo', type: { name: 'Composite', class_name: 'IotHubQuotaMetricInfo', model_properties: { name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, current_value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'currentValue', type: { name: 'Number' } }, max_value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'maxValue', type: { name: 'Number' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems