Type Alias DetailResponse

type DetailResponse = {
    CreatedAt?: string;
    CreatorID?: string;
    Expires?: string;
    ID?: string;
    Name?: string;
    Size?: string;
    TTLSeconds?: number;
    UpdatedAt?: string;
}
Index

Properties

CreatedAt?: string

Datetime-stamp when the resource was created (in UTC).

CreatorID?: string

Identifier for the subject / resource creator.

Expires?: string

Datetime-stamp when the resource expired (in UTC).

ID?: string

Identifier

Name?: string

File name of the file uploaded by the user.

Size?: string

Size of resource (in bytes).

TTLSeconds?: number

Time-to-live in seconds.

UpdatedAt?: string

Datetime-stamp when the resource was updated (in UTC).