Sha256: 75a20a5b06bbdf091e202f4b0ffb0e13729064365416985c568c0948e98a16b8
Contents?: true
Size: 525 Bytes
Versions: 7
Compression:
Stored size: 525 Bytes
Contents
# DatadogAPIClient::V2::UserUpdateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**UserUpdateAttributes**](UserUpdateAttributes.md) | | | | **id** | **String** | ID of the user. | | | **type** | [**UsersType**](UsersType.md) | | [default to 'users'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::UserUpdateData.new( attributes: null, id: 00000000-0000-0000-0000-000000000000, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems