GetFileRequest

data class GetFileRequest(fileId: String)

Request body for getFile

Parameters

fileId

File identifier to get info about

Constructors

GetFileRequest
Link copied to clipboard
common
fun GetFileRequest(fileId: String)
File identifier to get info about

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
copy
Link copied to clipboard
common
fun copy(fileId: String): GetFileRequest
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

fileId
Link copied to clipboard
common
val fileId: String
File identifier to get info about