class Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory
Class representing detector definition
Attributes
description[RW]
@return [String] Description of the diagnostic category
Private Class Methods
mapper()
click to toggle source
Mapper for DiagnosticCategory
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DiagnosticCategory', type: { name: 'Composite', class_name: 'DiagnosticCategory', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, kind: { client_side_validation: true, required: false, serialized_name: 'kind', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, description: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', type: { name: 'String' } } } } } end