GetFileParameters

@Serializable
data class GetFileParameters(val name: String? = null, val config: GetFileConfig? = null)

Generates the parameters for the get method.

Constructors

Link copied to clipboard
constructor(name: String? = null, config: GetFileConfig? = null)

Properties

Link copied to clipboard
val config: GetFileConfig? = null

Used to override the default configuration.

Link copied to clipboard
val name: String? = null

The name identifier for the file to retrieve.