Class: Azure::ResourceHealth::Mgmt::V2018_07_01::Models::EventPropertiesArticle
- Inherits:
-
Object
- Object
- Azure::ResourceHealth::Mgmt::V2018_07_01::Models::EventPropertiesArticle
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-07-01/generated/azure_mgmt_resource_health/models/event_properties_article.rb
Overview
Article of event.
Instance Attribute Summary collapse
-
#article_content ⇒ String
Article content of event.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for EventPropertiesArticle class as Ruby Hash.
Instance Attribute Details
#article_content ⇒ String
Returns Article content of event.
16 17 18 |
# File 'lib/2018-07-01/generated/azure_mgmt_resource_health/models/event_properties_article.rb', line 16 def article_content @article_content end |
Class Method Details
.mapper ⇒ Object
Mapper for EventPropertiesArticle class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2018-07-01/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 |