FileCitation

data class FileCitation(val type: FileCitation.Type, val index: Int, val fileId: String)(source)

A citation to a file.

Parameters

type

The type of the file citation. Always file_citation.

index

The index of the file in the list of files.

fileId

The ID of the file.

Constructors

Link copied to clipboard
constructor(type: FileCitation.Type, index: Int, fileId: String)

Types

Link copied to clipboard

The type of the file citation. Always file_citation.

Properties

Link copied to clipboard
@SerialName(value = "file_id")
val fileId: String
Link copied to clipboard
@SerialName(value = "index")
val index: Int
Link copied to clipboard