Sha256: c5b7b1a9869f9953bcf2257f3b9e28bbcb5bfc29e8a3444bf3347e9f25243ec8
Contents?: true
Size: 1.88 KB
Versions: 3
Compression:
Stored size: 1.88 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::V2019_03_22_preview 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
3 entries across 3 versions & 1 rubygems