UserAvatarUpload
public class UserAvatarUpload : BoxModel
Box representation of a upload avatar response
-
A resource holding URLs to the avatar uploaded to a Box application.
See moreDeclaration
Swift
public struct PicUrls : BoxInnerModel
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Identifier
Declaration
Swift
public let picUrls: PicUrls
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.