class Azure::ResourceHealth::Mgmt::V2018_07_01::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/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