A collection of logs.

interface LogCollection {
    logs?: Log[];
    signedContent?: SignedUrl;
    url?: string;
}

Properties

logs?: Log[]

The list of logs.

signedContent?: SignedUrl
url?: string

URL of the log.