class Azure::Support::Mgmt::V2020_04_01::Models::ProblemClassification
ProblemClassification
resource object.
Attributes
display_name[RW]
@return [String] Localized name of problem classification.
id[RW]
@return [String] Id of the resource.
name[RW]
@return [String] Name of the resource.
type[RW]
@return [String] Type
of the resource 'Microsoft.Support/problemClassification'.
Private Class Methods
mapper()
click to toggle source
Mapper for ProblemClassification
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-04-01/generated/azure_mgmt_support/models/problem_classification.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProblemClassification', type: { name: 'Composite', class_name: 'ProblemClassification', 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' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'properties.displayName', type: { name: 'String' } } } } } end