GCSPayloadInfoResponse

data class GCSPayloadInfoResponse(val format: String, val path: String)

A resource that represents a payload hosted on Google Cloud Storage.

Constructors

Link copied to clipboard
constructor(format: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The import job format.

Link copied to clipboard

The payload path in Google Cloud Storage.