Class: DatadogAPIClient::V2::HistoricalJobResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::HistoricalJobResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/historical_job_response_attributes.rb
Overview
Historical job attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Time when the job was created.
-
#created_by_handle ⇒ Object
The handle of the user who created the job.
-
#created_by_name ⇒ Object
The name of the user who created the job.
-
#created_from_rule_id ⇒ Object
ID of the rule used to create the job (if it is created from a rule).
-
#job_definition ⇒ Object
Definition of a historical job.
-
#job_name ⇒ Object
Job name.
-
#job_status ⇒ Object
Job status.
-
#modified_at ⇒ Object
Last modification time of the job.
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/historical_job_response_attributes.rb', line 48 def additional_properties @additional_properties end |
#created_at ⇒ Object
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_handle ⇒ Object
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_name ⇒ Object
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_id ⇒ Object
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_definition ⇒ Object
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_name ⇒ Object
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_status ⇒ Object
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_at ⇒ Object
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 |