PicUrls

public struct PicUrls : BoxInnerModel

A resource holding URLs to the avatar uploaded to a Box application.

  • URL with the preview representation of avatar

    Declaration

    Swift

    public let preview: String
  • URL with the small representation of avatar

    Declaration

    Swift

    public let small: String
  • URL with the large representation of avatar

    Declaration

    Swift

    public let large: String