docs/v2/UserCreateData.md in datadog_api_client-1.4.0 vs docs/v2/UserCreateData.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,14 +1,14 @@
# DatadogAPIClient::V2::UserCreateData
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **attributes** | [**UserCreateAttributes**](UserCreateAttributes.md) | | |
-| **relationships** | [**UserRelationships**](UserRelationships.md) | | [optional] |
-| **type** | [**UsersType**](UsersType.md) | | [default to 'users'] |
+| Name | Type | Description | Notes |
+| ----------------- | --------------------------------------------------- | ----------- | ---------------------------- |
+| **attributes** | [**UserCreateAttributes**](UserCreateAttributes.md) | | |
+| **relationships** | [**UserRelationships**](UserRelationships.md) | | [optional] |
+| **type** | [**UsersType**](UsersType.md) | | [default to 'users'] |
## Example
```ruby
require 'datadog_api_client/v2'
@@ -17,6 +17,5 @@
attributes: null,
relationships: null,
type: null
)
```
-