Class: DatadogAPIClient::V1::NotebookAuthor

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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

#disabledObject

Whether the user is disabled.



28
29
30
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 28

def disabled
  @disabled
end

#emailObject

Email of the user.



31
32
33
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 31

def email
  @email
end

#handleObject

Handle of the user.



34
35
36
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 34

def handle
  @handle
end

#iconObject

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

#nameObject

Name of the user.



40
41
42
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 40

def name
  @name
end

#statusObject

Status of the user.



43
44
45
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 43

def status
  @status
end

#titleObject

Title of the user.



46
47
48
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 46

def title
  @title
end

#verifiedObject

Whether the user is verified.



49
50
51
# File 'lib/datadog_api_client/v1/models/notebook_author.rb', line 49

def verified
  @verified
end