Class: DatadogAPIClient::V2::CreateUploadRequestData

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

Overview

Request data for creating an upload for a file to be ingested into a reference table.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Upload configuration specifying how data is uploaded by the user, and properties of the table to associate the upload with.



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

def attributes
  @attributes
end

#typeObject

Upload resource type.



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

def type
  @type
end