Sha256: 8ef574a57ab810f7ed83b723cedfacabc0fbd0b7bd96cd4da75f93c35a27036a
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 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 # # Model object. # # 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() { required: false, serialized_name: 'MetricAvailability', type: { name: 'Composite', class_name: 'MetricAvailability', model_properties: { time_grain: { required: false, serialized_name: 'timeGrain', type: { name: 'String' } }, blob_duration: { required: false, serialized_name: 'blobDuration', 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_availability.rb |