DeleteFileParameters

@Serializable
data class DeleteFileParameters(val name: String? = null, val config: DeleteFileConfig? = null)

Generates the parameters for the get method.

Constructors

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

Properties

Link copied to clipboard

Used to override the default configuration.

Link copied to clipboard
val name: String? = null

The name identifier for the file to be deleted.