Class: DatadogAPIClient::V2::WorkflowDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::WorkflowDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/workflow_data_attributes.rb
Overview
The definition of WorkflowDataAttributes
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
When the workflow was created.
-
#description ⇒ Object
Description of the workflow.
-
#name ⇒ Object
readonly
Name of the workflow.
-
#published ⇒ Object
Set the workflow to published or unpublished.
-
#spec ⇒ Object
readonly
The spec defines what the workflow does.
-
#tags ⇒ Object
Tags of the workflow.
-
#updated_at ⇒ Object
When the workflow was last updated.
-
#webhook_secret ⇒ Object
If a Webhook trigger is defined on this workflow, a webhookSecret is required and should be provided here.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 48 def additional_properties @additional_properties end |
#created_at ⇒ Object
When the workflow was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 25 def created_at @created_at end |
#description ⇒ Object
Description of the workflow.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 28 def description @description end |
#name ⇒ Object
Name of the workflow.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 31 def name @name end |
#published ⇒ Object
Set the workflow to published or unpublished. Workflows in an unpublished state will only be executable via manual runs. Automatic triggers such as Schedule will not execute the workflow until it is published.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 34 def published @published end |
#spec ⇒ Object
The spec defines what the workflow does.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 37 def spec @spec end |
#tags ⇒ Object
Tags of the workflow.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 40 def @tags end |
#updated_at ⇒ Object
When the workflow was last updated.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 43 def updated_at @updated_at end |
#webhook_secret ⇒ Object
If a Webhook trigger is defined on this workflow, a webhookSecret is required and should be provided here.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/workflow_data_attributes.rb', line 46 def webhook_secret @webhook_secret end |