Class: DatadogAPIClient::V1::SyntheticsTestRequestBodyFile

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#bucket_keyObject

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

#contentObject

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

#nameObject

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

#sizeObject

Size of the file.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 34

def size
  @size
end

#typeObject

Type of the file.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb', line 37

def type
  @type
end