Class: DatadogAPIClient::V2::ComponentProperties

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

Overview

Properties of a UI component. Different component types can have their own additional unique properties. See the components documentation for more detail on each component type and its properties.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/component_properties.rb', line 30

def additional_properties
  @additional_properties
end

#childrenObject

The child components of the UI component.



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

def children
  @children
end

#is_visibleObject

Whether the UI component is visible. If this is a string, it must be a valid JavaScript expression that evaluates to a boolean.



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

def is_visible
  @is_visible
end