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