Class: DatadogAPIClient::V2::CreateUploadResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateUploadResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_upload_response_data.rb
Overview
Upload ID and attributes of the created upload.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Pre-signed URLs for uploading parts of the file.
-
#id ⇒ Object
Unique identifier for this upload.
-
#type ⇒ Object
readonly
Upload resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#attributes ⇒ Object
Pre-signed URLs for uploading parts of the file.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_upload_response_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Unique identifier for this upload. Use this ID when creating the reference table.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_upload_response_data.rb', line 28 def id @id end |
#type ⇒ Object
Upload resource type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_upload_response_data.rb', line 31 def type @type end |