Class: DatadogAPIClient::V1::SyntheticsTestRequestBodyFile
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestRequestBodyFile
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb
Overview
Object describing a file to be used as part of the request in the test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bucket_key ⇒ Object
Bucket key of the file.
-
#content ⇒ Object
readonly
Content of the file.
-
#name ⇒ Object
readonly
Name of the file.
-
#original_file_name ⇒ Object
readonly
Original name of the file.
-
#size ⇒ Object
readonly
Size of the file.
-
#type ⇒ Object
readonly
Type of the file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 42 def additional_properties @additional_properties end |
#bucket_key ⇒ Object
Bucket key of the file.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 25 def bucket_key @bucket_key end |
#content ⇒ Object
Content of the file.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 28 def content @content end |
#name ⇒ Object
Name of the file.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 31 def name @name end |
#original_file_name ⇒ Object
Original name of the file.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 34 def original_file_name @original_file_name end |
#size ⇒ Object
Size of the file.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 37 def size @size end |
#type ⇒ Object
Type of the file.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 40 def type @type end |