Sha256: 75ef307f77718a3deab5beedfbd0388aa94813dc00462dd44b40ac3efa735031
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
# DatadogAPIClient::V1::NotebookAuthor ## 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] | | **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/v1' instance = DatadogAPIClient::V1::NotebookAuthor.new( created_at: null, disabled: null, email: null, handle: null, icon: null, name: null, status: null, title: null, verified: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebookAuthor.md |
datadog_api_client-1.5.0 | docs/v1/NotebookAuthor.md |