Sha256: 389781ac8ed14e3cfdc4834c5db1f7147ddbf1e405bc1b4921af574a838dfb7b

Contents?: true

Size: 468 Bytes

Versions: 7

Compression:

Stored size: 468 Bytes

Contents

# DatadogAPIClient::V2::UserResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**User**](User.md) |  | [optional] |
| **included** | [**Array<UserResponseIncludedItem>**](UserResponseIncludedItem.md) | Array of objects related to the user. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::UserResponse.new(
  data: null,
  included: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/UserResponse.md
datadog_api_client-1.3.0 docs/v2/UserResponse.md
datadog_api_client-1.2.0 docs/v2/UserResponse.md
datadog_api_client-1.1.0 docs/v2/UserResponse.md
datadog_api_client-1.0.0 docs/v2/UserResponse.md
datadog_api_client-1.0.0.beta.3 docs/v2/UserResponse.md
datadog_api_client-1.0.0.beta.2 docs/v2/UserResponse.md