Sha256: ac4e17ce7e623e30368dd0392047c6bd24861d7705f1c6d03796247f0767b690
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 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::ARM::Web module Models # # Metric availability and retention. # class MetricAvailabilily include MsRestAzure # @return [String] Time grain. attr_accessor :time_grain # @return [String] Retention period for the current time grain. attr_accessor :retention # # Mapper for MetricAvailabilily class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'MetricAvailabilily', type: { name: 'Composite', class_name: 'MetricAvailabilily', model_properties: { time_grain: { required: false, serialized_name: 'timeGrain', type: { name: 'String' } }, retention: { required: false, serialized_name: 'retention', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.14.0 | lib/generated/azure_mgmt_web/models/metric_availabilily.rb |