Class: DatadogAPIClient::V2::CampaignResponseAttributes

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

Overview

Campaign attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



57
58
59
# File 'lib/datadog_api_client/v2/models/campaign_response_attributes.rb', line 57

def additional_properties
  @additional_properties
end

#created_atObject

Creation time of the campaign.



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

def created_at
  @created_at
end

#descriptionObject

The description of the campaign.



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

def description
  @description
end

#due_dateObject

The due date of the campaign.



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

def due_date
  @due_date
end

#entity_scopeObject

Entity scope query to filter entities for this campaign.



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

def entity_scope
  @entity_scope
end

#guidanceObject

Guidance for the campaign.



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

def guidance
  @guidance
end

#keyObject

The unique key for the campaign.



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

def key
  @key
end

#modified_atObject

Time of last campaign modification.



43
44
45
# File 'lib/datadog_api_client/v2/models/campaign_response_attributes.rb', line 43

def modified_at
  @modified_at
end

#nameObject

The name of the campaign.



46
47
48
# File 'lib/datadog_api_client/v2/models/campaign_response_attributes.rb', line 46

def name
  @name
end

#ownerObject

The UUID of the campaign owner.



49
50
51
# File 'lib/datadog_api_client/v2/models/campaign_response_attributes.rb', line 49

def owner
  @owner
end

#start_dateObject

The start date of the campaign.



52
53
54
# File 'lib/datadog_api_client/v2/models/campaign_response_attributes.rb', line 52

def start_date
  @start_date
end

#statusObject

The status of the campaign.



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

def status
  @status
end