Class: DatadogAPIClient::V1::NotebookAuthor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookAuthor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_author.rb
Overview
Attributes of user object returned by the API.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Creation time of the user.
-
#disabled ⇒ Object
Whether the user is disabled.
-
#email ⇒ Object
Email of the user.
-
#handle ⇒ Object
Handle of the user.
-
#icon ⇒ Object
URL of the user’s icon.
-
#name ⇒ Object
Name of the user.
-
#status ⇒ Object
Status of the user.
-
#title ⇒ Object
Title of the user.
-
#verified ⇒ Object
Whether the user is verified.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 51 def additional_properties @additional_properties end |
#created_at ⇒ Object
Creation time of the user.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 25 def created_at @created_at end |
#disabled ⇒ Object
Whether the user is disabled.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 28 def disabled @disabled end |
#email ⇒ Object
Email of the user.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 31 def email @email end |
#handle ⇒ Object
Handle of the user.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 34 def handle @handle end |
#icon ⇒ Object
URL of the user’s icon.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 37 def icon @icon end |
#name ⇒ Object
Name of the user.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 40 def name @name end |
#status ⇒ Object
Status of the user.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 43 def status @status end |
#title ⇒ Object
Title of the user.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 46 def title @title end |
#verified ⇒ Object
Whether the user is verified.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 49 def verified @verified end |