Sha256: a28df0fa20b1fc0ba940107c6bf221ebb18982c60e71231c78906b93b0e40202
Contents?: true
Size: 466 Bytes
Versions: 7
Compression:
Stored size: 466 Bytes
Contents
# DatadogAPIClient::V2::APIKeyRelationships ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] | | **modified_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::APIKeyRelationships.new( created_by: null, modified_by: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems