Sha256: e4a0286e24cfe7e22897c376406d46b832f48b065f127aff2168449ce112f4b4

Contents?: true

Size: 513 Bytes

Versions: 7

Compression:

Stored size: 513 Bytes

Contents

# DatadogAPIClient::V2::UserUpdateAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **disabled** | **Boolean** | If the user is enabled or disabled. | [optional] |
| **email** | **String** | The email of the user. | [optional] |
| **name** | **String** | The name of the user. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::UserUpdateAttributes.new(
  disabled: null,
  email: null,
  name: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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