Sha256: 9b19a8bd793e0ef8e2fdf6807820150f4300f07345d2c06fe319f709e2ab665e
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# DatadogAPIClient::V2::UserAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | Creation time of the user. | [optional] | | **disabled** | **Boolean** | Whether the user is disabled. | [optional] | | **email** | **String** | Email of the user. | [optional] | | **handle** | **String** | Handle of the user. | [optional] | | **icon** | **String** | URL of the user's icon. | [optional] | | **modified_at** | **Time** | Time that the user was last modified. | [optional] | | **name** | **String** | Name of the user. | [optional] | | **status** | **String** | Status of the user. | [optional] | | **title** | **String** | Title of the user. | [optional] | | **verified** | **Boolean** | Whether the user is verified. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::UserAttributes.new( created_at: null, disabled: null, email: null, handle: null, icon: null, modified_at: null, name: null, status: null, title: null, verified: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems