class Azure::ResourceHealth::Mgmt::V2018_08_01_preview::Models::EventPropertiesArticle
Article of event.
Attributes
article_content[RW]
@return [String] Article content of event.
Public Class Methods
mapper()
click to toggle source
Mapper for EventPropertiesArticle
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-01-preview/generated/azure_mgmt_resource_health/models/event_properties_article.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'event_properties_article', type: { name: 'Composite', class_name: 'EventPropertiesArticle', model_properties: { article_content: { client_side_validation: true, required: false, serialized_name: 'articleContent', type: { name: 'String' } } } } } end