Sha256: a96c5ab0dbeb46fc3184a084e15fa4b991fea8caa3bdf36d8081674be0418850
Contents?: true
Size: 1.7 KB
Versions: 2
Compression:
Stored size: 1.7 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::Web::Mgmt::V2020_09_01 module Models # # Model object. # # class ContainerThrottlingData include MsRestAzure # @return [Integer] attr_accessor :periods # @return [Integer] attr_accessor :throttled_periods # @return [Integer] attr_accessor :throttled_time # # Mapper for ContainerThrottlingData class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerThrottlingData', type: { name: 'Composite', class_name: 'ContainerThrottlingData', model_properties: { periods: { client_side_validation: true, required: false, serialized_name: 'periods', type: { name: 'Number' } }, throttled_periods: { client_side_validation: true, required: false, serialized_name: 'throttledPeriods', type: { name: 'Number' } }, throttled_time: { client_side_validation: true, required: false, serialized_name: 'throttledTime', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems