Sha256: a537841bc260e39c021899c411f02c130abdc87d83ba1c2f8ea28ce16c5e38f1
Contents?: true
Size: 734 Bytes
Versions: 7
Compression:
Stored size: 734 Bytes
Contents
# DatadogAPIClient::V2::PartialAPIKeyAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **String** | Creation date of the API key. | [optional][readonly] | | **last4** | **String** | The last four characters of the API key. | [optional][readonly] | | **modified_at** | **String** | Date the API key was last modified. | [optional][readonly] | | **name** | **String** | Name of the API key. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::PartialAPIKeyAttributes.new( created_at: 2020-11-23T10:00:00.000Z, last4: abcd, modified_at: 2020-11-23T10:00:00.000Z, name: API Key for submitting metrics ) ```
Version data entries
7 entries across 7 versions & 1 rubygems