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