class Azure::ARM::Insights::Models::IncidentListResult
The List incidents operation response.
Attributes
value[RW]
@return [Array<Incident>] the incident collection.
Public Class Methods
mapper()
click to toggle source
Mapper for IncidentListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/generated/azure_mgmt_insights/models/incident_list_result.rb, line 23 def self.mapper() { required: false, serialized_name: 'IncidentListResult', type: { name: 'Composite', class_name: 'IncidentListResult', model_properties: { value: { required: false, serialized_name: 'value', type: { name: 'Sequence', element: { required: false, serialized_name: 'IncidentElementType', type: { name: 'Composite', class_name: 'Incident' } } } } } } } end