UploadUrlMetadata

Fields required when uploading an attached file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of headers that should be provided when uploading the attached file.

Link copied to clipboard
val url: String?

A pre-signed S3 URL that should be used for uploading the attached file.

Link copied to clipboard

The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Functions

Link copied to clipboard
inline fun copy(block: UploadUrlMetadata.Builder.() -> Unit = {}): UploadUrlMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String