Sha256: 58198d9377c95c456ac4d1296829d544bfacb37778f738a3205068ba2ee066ae
Contents?: true
Size: 616 Bytes
Versions: 7
Compression:
Stored size: 616 Bytes
Contents
# DatadogAPIClient::V2::User ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**UserAttributes**](UserAttributes.md) | | [optional] | | **id** | **String** | ID of the user. | [optional] | | **relationships** | [**UserResponseRelationships**](UserResponseRelationships.md) | | [optional] | | **type** | [**UsersType**](UsersType.md) | | [optional][default to 'users'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::User.new( attributes: null, id: null, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems