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 more

    Declaration

    Swift

    public struct PicUrls : BoxInnerModel

BoxModel

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }

Properties

  • Identifier

    Declaration

    Swift

    public let picUrls: PicUrls
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public required init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.