Class: DatadogAPIClient::V2::BlueprintAttributes

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

Overview

The attributes of a blueprint resource.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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

#definitionObject

The app definition type.



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

def definition
  @definition
end

#descriptionObject

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_blueprintsObject

Embedded datastore blueprints.



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

def embedded_datastore_blueprints
  @embedded_datastore_blueprints
end

#embedded_native_actionsObject

Embedded native actions.



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

def embedded_native_actions
  @embedded_native_actions
end

#embedded_workflow_blueprintsObject

Embedded workflow blueprints.



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

def embedded_workflow_blueprints
  @embedded_workflow_blueprints
end

#integration_idObject

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_outputsObject

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

#nameObject

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

#slugObject

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

#tagsObject

Tags associated with the blueprint.



55
56
57
# File 'lib/datadog_api_client/v2/models/blueprint_attributes.rb', line 55

def tags
  @tags
end

#tile_backgroundObject

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_fqnObject

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_atObject

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