Class: DatadogAPIClient::V2::DowntimeRelationshipsCreatedByData

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/downtime_relationships_created_by_data.rb

Overview

Data for the user who created the downtime.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

User ID of the downtime creator.



25
26
27
# File 'lib/datadog_api_client/v2/models/downtime_relationships_created_by_data.rb', line 25

def id
  @id
end

#typeObject

Users resource type.



28
29
30
# File 'lib/datadog_api_client/v2/models/downtime_relationships_created_by_data.rb', line 28

def type
  @type
end