Class: DatadogAPIClient::V2::SyntheticsTestResultFileRef

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb

Overview

Reference to a file attached to a Synthetic test request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb', line 39

def additional_properties
  @additional_properties
end

#bucket_keyObject

Storage bucket key where the file is stored.



25
26
27
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb', line 25

def bucket_key
  @bucket_key
end

#encodingObject

Encoding of the file contents.



28
29
30
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb', line 28

def encoding
  @encoding
end

#nameObject

File name.



31
32
33
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb', line 31

def name
  @name
end

#sizeObject

File size in bytes.



34
35
36
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb', line 34

def size
  @size
end

#typeObject

File MIME type.



37
38
39
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb', line 37

def type
  @type
end