Class: DatadogAPIClient::V2::CreateAppRequestDataAttributes

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

Overview

App definition attributes such as name, description, and components.

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/create_app_request_data_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#componentsObject

The UI components that make up the app.



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

def components
  @components
end

#descriptionObject

A human-readable description for the app.



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

def description
  @description
end

#nameObject

The name of the app.



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

def name
  @name
end

#queriesObject

An array of queries, such as external actions and state variables, that the app uses.



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

def queries
  @queries
end

#root_instance_nameObject

The name of the root component of the app. This must be a grid component that contains all other components.



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

def root_instance_name
  @root_instance_name
end

#tagsObject

A list of tags for the app, which can be used to filter apps.



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

def tags
  @tags
end