Class: DatadogAPIClient::V2::UpdateCampaignRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateCampaignRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb
Overview
Attributes for updating a campaign.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
The description of the campaign.
-
#due_date ⇒ Object
The due date of the campaign.
-
#entity_scope ⇒ Object
Entity scope query to filter entities for this campaign.
-
#guidance ⇒ Object
Guidance for the campaign.
-
#key ⇒ Object
The unique key for the campaign.
-
#name ⇒ Object
readonly
The name of the campaign.
-
#owner_id ⇒ Object
readonly
The UUID of the campaign owner.
-
#rule_ids ⇒ Object
readonly
Array of rule IDs associated with this campaign.
-
#start_date ⇒ Object
readonly
The start date of the campaign.
-
#status ⇒ Object
readonly
The status of the campaign.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 54 def additional_properties @additional_properties end |
#description ⇒ Object
The description of the campaign.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 25 def description @description end |
#due_date ⇒ Object
The due date of the campaign.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 28 def due_date @due_date end |
#entity_scope ⇒ Object
Entity scope query to filter entities for this campaign.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 31 def entity_scope @entity_scope end |
#guidance ⇒ Object
Guidance for the campaign.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 34 def guidance @guidance end |
#key ⇒ Object
The unique key for the campaign.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 37 def key @key end |
#name ⇒ Object
The name of the campaign.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 40 def name @name end |
#owner_id ⇒ Object
The UUID of the campaign owner.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 43 def owner_id @owner_id end |
#rule_ids ⇒ Object
Array of rule IDs associated with this campaign.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 46 def rule_ids @rule_ids end |
#start_date ⇒ Object
The start date of the campaign.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 49 def start_date @start_date end |
#status ⇒ Object
The status of the campaign.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb', line 52 def status @status end |