Sha256: 56746db0b576da5c57ffafb07abac79bf906ef146ee6d379858c8bba28e236fe
Contents?: true
Size: 1.69 KB
Versions: 2
Compression:
Stored size: 1.69 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::StorageCache::Mgmt::V2020_10_01 module Models # # Specification of the all the metrics provided for a resource type. # class ApiOperationPropertiesServiceSpecification include MsRestAzure # @return [Array<MetricSpecification>] Details about operations related # to metrics. attr_accessor :metric_specifications # # Mapper for ApiOperationPropertiesServiceSpecification class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApiOperation_properties_serviceSpecification', type: { name: 'Composite', class_name: 'ApiOperationPropertiesServiceSpecification', model_properties: { metric_specifications: { client_side_validation: true, required: false, serialized_name: 'metricSpecifications', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'MetricSpecificationElementType', type: { name: 'Composite', class_name: 'MetricSpecification' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems