Class: DatadogAPIClient::V2::SecureEmbedUpdateRequestAttributes

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

Overview

Attributes for updating a secure embed shared dashboard. All fields are optional.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#global_timeObject

Default time range configuration for the secure embed.



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

def global_time
  @global_time
end

#global_time_selectableObject

Updated time selectability.



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

def global_time_selectable
  @global_time_selectable
end

#selectable_template_varsObject

Updated template variables.



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

def selectable_template_vars
  @selectable_template_vars
end

#statusObject

The status of the secure embed share. Active means the shared dashboard is available. Paused means it is not.



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

def status
  @status
end

#titleObject

Updated title.



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

def title
  @title
end

#viewing_preferencesObject

Display settings for the secure embed shared dashboard.



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

def viewing_preferences
  @viewing_preferences
end