Class: DatadogAPIClient::V2::ModelLabArtifactObjectInfo

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_sizeObject

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_dirObject

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

#pathObject

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