Sha256: ca89967bc705184674f90aaab7bd80dce10903ea76919be271f161d04707f7e8
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 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 # # Retention policy of a resource metric. # class MetricAvailability include MsRestAzure # @return [String] attr_accessor :time_grain # @return [String] attr_accessor :blob_duration # # Mapper for MetricAvailability class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MetricAvailability', type: { name: 'Composite', class_name: 'MetricAvailability', model_properties: { time_grain: { client_side_validation: true, required: false, serialized_name: 'timeGrain', type: { name: 'String' } }, blob_duration: { client_side_validation: true, required: false, serialized_name: 'blobDuration', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.18.1 | lib/2020-09-01/generated/azure_mgmt_web/models/metric_availability.rb |
azure_mgmt_web-0.18.0 | lib/2020-09-01/generated/azure_mgmt_web/models/metric_availability.rb |