Sha256: eeedf0ca239e907516f413cdc91b38fb43dc49db6f95eb1c0c066be7deaaa60d
Contents?: true
Size: 1.57 KB
Versions: 4
Compression:
Stored size: 1.57 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::NetApp::Mgmt::V2020_06_01 module Models # # One property of operation, include metric specifications. # class ServiceSpecification include MsRestAzure # @return [Array<MetricSpecification>] Metric specifications of # operation. attr_accessor :metric_specifications # # Mapper for ServiceSpecification class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceSpecification', type: { name: 'Composite', class_name: 'ServiceSpecification', 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
4 entries across 4 versions & 1 rubygems