Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 543 Bytes

File metadata and controls

22 lines (16 loc) · 543 Bytes

DatadogAPIClient::V2::APIKeyUpdateData

Properties

Name Type Description Notes
attributes APIKeyUpdateAttributes
id String ID of the API key.
type APIKeysType [default to 'api_keys']

Example

require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::APIKeyUpdateData.new(
  attributes: null,
  id: 00112233-4455-6677-8899-aabbccddeeff,
  type: null
)