Class: DatadogAPIClient::V2::ModelLabArtifactInfo

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_pathObject

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_atObject

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_sizeObject

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

#filenameObject

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