Class: DatadogAPIClient::V2::BlueprintAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::BlueprintAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/blueprint_attributes.rb
Overview
The attributes of a blueprint resource.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The timestamp when the blueprint was created.
-
#definition ⇒ Object
readonly
The app definition type.
-
#description ⇒ Object
readonly
A description of what the blueprint does.
-
#embedded_datastore_blueprints ⇒ Object
Embedded datastore blueprints.
-
#embedded_native_actions ⇒ Object
Embedded native actions.
-
#embedded_workflow_blueprints ⇒ Object
Embedded workflow blueprints.
-
#integration_id ⇒ Object
The integration ID associated with the blueprint.
-
#mocked_outputs ⇒ Object
Mocked outputs for testing the blueprint.
-
#name ⇒ Object
readonly
The human-readable name of the blueprint.
-
#slug ⇒ Object
readonly
The unique slug identifier of the blueprint.
-
#tags ⇒ Object
Tags associated with the blueprint.
-
#tile_background ⇒ Object
The background style of the blueprint tile.
-
#tile_icon_action_fqn ⇒ Object
The fully qualified name of the action used as the tile icon.
-
#updated_at ⇒ Object
readonly
The timestamp when the blueprint was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 66 def additional_properties @additional_properties end |
#created_at ⇒ Object
The timestamp when the blueprint was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 25 def created_at @created_at end |
#definition ⇒ Object
The app definition type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 28 def definition @definition end |
#description ⇒ Object
A description of what the blueprint does.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 31 def description @description end |
#embedded_datastore_blueprints ⇒ Object
Embedded datastore blueprints.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 34 def @embedded_datastore_blueprints end |
#embedded_native_actions ⇒ Object
Embedded native actions.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 37 def @embedded_native_actions end |
#embedded_workflow_blueprints ⇒ Object
Embedded workflow blueprints.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 40 def @embedded_workflow_blueprints end |
#integration_id ⇒ Object
The integration ID associated with the blueprint.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 43 def integration_id @integration_id end |
#mocked_outputs ⇒ Object
Mocked outputs for testing the blueprint.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 46 def mocked_outputs @mocked_outputs end |
#name ⇒ Object
The human-readable name of the blueprint.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 49 def name @name end |
#slug ⇒ Object
The unique slug identifier of the blueprint.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 52 def slug @slug end |
#tags ⇒ Object
Tags associated with the blueprint.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 55 def @tags end |
#tile_background ⇒ Object
The background style of the blueprint tile.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 58 def tile_background @tile_background end |
#tile_icon_action_fqn ⇒ Object
The fully qualified name of the action used as the tile icon.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 61 def tile_icon_action_fqn @tile_icon_action_fqn end |
#updated_at ⇒ Object
The timestamp when the blueprint was last updated.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 64 def updated_at @updated_at end |