Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 607 Bytes

File metadata and controls

22 lines (16 loc) · 607 Bytes

DatadogAPIClient::V2::ApplicationKeyUpdateData

Properties

Name Type Description Notes
attributes ApplicationKeyUpdateAttributes
id String ID of the application key.
type ApplicationKeysType [default to 'application_keys']

Example

require 'datadog_api_client/v2'

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