Class: DatadogAPIClient::V2::DowntimeCreateRequestData

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

Overview

Object to create a downtime.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Downtime details.



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

def attributes
  @attributes
end

#typeObject

Downtime resource type.



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

def type
  @type
end