Class: DatadogAPIClient::V1::SharedDashboard

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

Overview

The metadata object associated with how a dashboard has been/will be shared.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#authorObject

User who shared the dashboard.



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

def author
  @author
end

#created_atObject

Date the dashboard was shared.



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

def created_at
  @created_at
end

#dashboard_idObject

ID of the dashboard to share.



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

def dashboard_id
  @dashboard_id
end

#dashboard_typeObject

The type of the associated private dashboard.



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

def dashboard_type
  @dashboard_type
end

#global_timeObject

Object containing the live span selection for the dashboard.



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

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.



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

def global_time_selectable_enabled
  @global_time_selectable_enabled
end

#public_urlObject

URL of the shared dashboard.



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

def public_url
  @public_url
end

#selectable_template_varsObject

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



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

def selectable_template_vars
  @selectable_template_vars
end

#share_listObject

List of email addresses that can receive an invitation to access to the shared dashboard.



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

def share_list
  @share_list
end

#share_typeObject

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



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

def share_type
  @share_type
end

#tokenObject

A unique token assigned to the shared dashboard.



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

def token
  @token
end