Class: DatadogAPIClient::V2::ModelLabArtifactObjectInfo
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabArtifactObjectInfo
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_artifact_object_info.rb
Overview
Information about an artifact file or directory within a run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#file_size ⇒ Object
The size of the file in bytes.
-
#is_dir ⇒ Object
readonly
Whether this artifact entry is a directory.
-
#path ⇒ Object
readonly
The path of the artifact relative to the run's artifact root.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_object_info.rb', line 33 def additional_properties @additional_properties end |
#file_size ⇒ Object
The size of the file in bytes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_object_info.rb', line 25 def file_size @file_size end |
#is_dir ⇒ Object
Whether this artifact entry is a directory.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_object_info.rb', line 28 def is_dir @is_dir end |
#path ⇒ Object
The path of the artifact relative to the run's artifact root.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/model_lab_artifact_object_info.rb', line 31 def path @path end |