Sha256: bbee097556d290d16e877e5ee47c9eb7de4a3b13364a08499f33136ae2d2e872
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 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 ServiceSpecification include MsRestAzure # @return [Array<MetricSpecification>] attr_accessor :metric_specifications # # Mapper for ServiceSpecification class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ServiceSpecification', type: { name: 'Composite', class_name: 'ServiceSpecification', model_properties: { metric_specifications: { required: false, serialized_name: 'metricSpecifications', type: { name: 'Sequence', element: { required: false, serialized_name: 'MetricSpecificationElementType', type: { name: 'Composite', class_name: 'MetricSpecification' } } } } } } } 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/service_specification.rb |