Class: DatadogAPIClient::V2::SharedDashboardResponseAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb

Overview

Attributes of a shared dashboard response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



69
70
71
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 69

def additional_properties
  @additional_properties
end

#created_atObject

Time when the shared dashboard was created.



25
26
27
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 25

def created_at
  @created_at
end

#embeddable_domainsObject

Domains where embed-type shared dashboards can be embedded.



28
29
30
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 28

def embeddable_domains
  @embeddable_domains
end

#expirationObject

Time when the shared dashboard expires.



31
32
33
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 31

def expiration
  @expiration
end

#global_timeObject

Default time range configuration for the shared dashboard.



34
35
36
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 34

def global_time
  @global_time
end

#global_time_selectableObject

Whether viewers can select a different global time setting.



37
38
39
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 37

def global_time_selectable
  @global_time_selectable
end

#inviteesObject

Invitees for invite-only shared dashboards.



40
41
42
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 40

def invitees
  @invitees
end

#last_accessedObject

Time when the shared dashboard was last accessed.



43
44
45
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 43

def last_accessed
  @last_accessed
end

#selectable_template_varsObject

Template variables that viewers can modify.



46
47
48
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 46

def selectable_template_vars
  @selectable_template_vars
end

#share_typeObject

Type of dashboard sharing.



49
50
51
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 49

def share_type
  @share_type
end

#sharer_disabledObject

Whether the user who shared the dashboard is disabled.



52
53
54
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 52

def sharer_disabled
  @sharer_disabled
end

#statusObject

Status of the shared dashboard.



55
56
57
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 55

def status
  @status
end

#titleObject

Display title for the shared dashboard.



58
59
60
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 58

def title
  @title
end

#tokenObject

Token assigned to the shared dashboard.



61
62
63
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 61

def token
  @token
end

#urlObject

URL for the shared dashboard.



64
65
66
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 64

def url
  @url
end

#viewing_preferencesObject

Display settings for the shared dashboard.



67
68
69
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 67

def viewing_preferences
  @viewing_preferences
end