| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | UserCreateAttributes | ||
| relationships | UserRelationships | [optional] | |
| type | UsersType | [default to 'users'] |
require 'datadog_api_client/v2'
instance = DatadogAPIClient::V2::UserCreateData.new(
attributes: null,
relationships: null,
type: null
)