Class: DatadogAPIClient::V2::HistoricalJobResponseAttributes

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

Overview

Historical job attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/historical_job_response_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#created_atObject

Time when the job was created.



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

def created_at
  @created_at
end

#created_by_handleObject

The handle of the user who created the job.



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

def created_by_handle
  @created_by_handle
end

#created_by_nameObject

The name of the user who created the job.



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

def created_by_name
  @created_by_name
end

#created_from_rule_idObject

ID of the rule used to create the job (if it is created from a rule).



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

def created_from_rule_id
  @created_from_rule_id
end

#job_definitionObject

Definition of a historical job.



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

def job_definition
  @job_definition
end

#job_nameObject

Job name.



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

def job_name
  @job_name
end

#job_statusObject

Job status.



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

def job_status
  @job_status
end

#modified_atObject

Last modification time of the job.



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

def modified_at
  @modified_at
end