Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 491 Bytes

File metadata and controls

20 lines (14 loc) · 491 Bytes

DatadogAPIClient::V2::APIKeyResponse

Properties

Name Type Description Notes
data FullAPIKey [optional]
included Array<APIKeyResponseIncludedItem> Array of objects related to the API key. [optional]

Example

require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::APIKeyResponse.new(
  data: null,
  included: null
)