Class: DatadogAPIClient::V2::ModelLabArtifactInfo
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabArtifactInfo
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_artifact_info.rb
Overview
Information about a project-level artifact file.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#artifact_path ⇒ Object
readonly
The full artifact path relative to the project's artifact root.
-
#created_at ⇒ Object
readonly
The date and time the artifact was created.
-
#file_size ⇒ Object
The size of the file in bytes.
-
#filename ⇒ Object
readonly
The filename of the artifact.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_info.rb', line 36 def additional_properties @additional_properties end |
#artifact_path ⇒ Object
The full artifact path relative to the project's artifact root.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_info.rb', line 25 def artifact_path @artifact_path end |
#created_at ⇒ Object
The date and time the artifact was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_info.rb', line 28 def created_at @created_at end |
#file_size ⇒ Object
The size of the file in bytes.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_info.rb', line 31 def file_size @file_size end |
#filename ⇒ Object
The filename of the artifact.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_info.rb', line 34 def filename @filename end |