Skip to content

DeleteResponse

daneden edited this page Jan 19, 2022 · 1 revision

DeleteResponse

A response object pertaining to requests that delete objects

public struct DeleteResponse: Codable 

Inheritance

Codable

Properties

deleted

Whether or not the target object was deleted as a result of the request

public let deleted: Bool
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally