DKInvite
public final class DKInvite : NSObject, DKResponseObjectSerializable, DKResponseListSerializable
Undocumented
-
The unique identifier of the invite
Declaration
Swift
public var id: NSNumber -
Undocumented
Declaration
Swift
public var name: String -
Not to be confused with the
NSObjectdescription, this is the Dropmark-defined description of an inviteDeclaration
Swift
public var descriptionText: String? -
Undocumented
Declaration
Swift
public var url: String -
Undocumented
Declaration
Swift
public var shortURL: String -
The date the invite was created
Declaration
Swift
public var createdAt: Date -
The date the the invite was last updated
Declaration
Swift
public var updatedAt: Date? -
User-defined thumbnail image URL, if available
Declaration
Swift
public var thumbnail: String? -
A suite of thumbnails generated by Dropmark
Declaration
Swift
public var thumbnails: DKThumbnails? -
The creator of the invite
Declaration
Swift
public var user: DKUser?
-
Serializes a new instance from the provided network response and key-value representation. The representation is validated for the required parameters, then fills in optional parameters as necessary.
Declaration
Swift
public required init?(response: HTTPURLResponse, representation: Any)Parameters
responseA network response assocated with serialization
representationA key-value object representing parameters and child objects.
View on GitHub
Install in Dash
DKInvite Class Reference