Sha256: e8ae12fd0f801799ba93be5393abf05f90276a20c42e5807ade52fd8311bcd4e

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 Bytes

Contents

# DatadogAPIClient::V2::UserCreateAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **email** | **String** | The email of the user. |  |
| **name** | **String** | The name of the user. | [optional] |
| **title** | **String** | The title of the user. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::UserCreateAttributes.new(
  email: jane.doe@example.com,
  name: null,
  title: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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