Class: DatadogAPIClient::V1::SharedDashboardUpdateRequest

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

Overview

Update a shared dashboard's settings.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 39

def additional_properties
  @additional_properties
end

#embeddable_domainsObject

The SharedDashboard embeddable_domains.



25
26
27
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 25

def embeddable_domains
  @embeddable_domains
end

#expirationObject

The time when an OPEN shared dashboard becomes publicly unavailable.



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

def expiration
  @expiration
end

#global_timeObject

Timeframe setting for the shared dashboard.



25
26
27
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 25

def global_time
  @global_time
end

#global_time_selectable_enabledObject

Whether to allow viewers to select a different global time setting for the shared dashboard.



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

def global_time_selectable_enabled
  @global_time_selectable_enabled
end

#inviteesObject

The SharedDashboard invitees.



37
38
39
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 37

def invitees
  @invitees
end

#selectable_template_varsObject

List of objects representing template variables on the shared dashboard which can have selectable values.



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

def selectable_template_vars
  @selectable_template_vars
end

#share_listObject

List of email addresses that can be given access to the shared dashboard.



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

def share_list
  @share_list
end

#share_typeObject

Type of sharing access (either open to anyone who has the public URL or invite-only).



37
38
39
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 37

def share_type
  @share_type
end

#statusObject

Active means the dashboard is publicly available. Paused means the dashboard is not publicly available.



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

def status
  @status
end

#titleObject

Title of the shared dashboard.



52
53
54
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 52

def title
  @title
end

#viewing_preferencesObject

The viewing preferences for a shared dashboard.



55
56
57
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 55

def viewing_preferences
  @viewing_preferences
end