AuthorizedUrl

Contains a presigned URL and its associated local file path for downloading hub content artifacts.

Types

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

Properties

Link copied to clipboard

The recommended local file path where the downloaded file should be stored to maintain proper directory structure and file organization.

Link copied to clipboard
val url: String?

The presigned S3 URL that provides temporary, secure access to download the file. URLs expire within 15 minutes for security purposes.

Functions

Link copied to clipboard
inline fun copy(block: AuthorizedUrl.Builder.() -> Unit = {}): AuthorizedUrl
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