class Azure::Advisor::Mgmt::V2017_04_19::Models::ShortDescription
A summary of the recommendation.
Attributes
problem[RW]
@return [String] The issue or opportunity identified by the recommendation.
solution[RW]
@return [String] The remediation action suggested by the recommendation.
Public Class Methods
mapper()
click to toggle source
Mapper for ShortDescription
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-04-19/generated/azure_mgmt_advisor/models/short_description.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ShortDescription', type: { name: 'Composite', class_name: 'ShortDescription', model_properties: { problem: { client_side_validation: true, required: false, serialized_name: 'problem', type: { name: 'String' } }, solution: { client_side_validation: true, required: false, serialized_name: 'solution', type: { name: 'String' } } } } } end