Structures

The following structures are available globally.

  • SDK configuration specifying request related information

    See more

    Declaration

    Swift

    public struct BoxSDKConfiguration
  • Defines configurable permission data for creating and updating group membership. Configurable Permission defines what the user of the groups have abilities to do.

    See more

    Declaration

    Swift

    public struct ConfigurablePermissionData : Encodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct LockData : Encodable
  • Representation of a multipart form request body.

    See more

    Declaration

    Swift

    public struct MultipartForm
  • Defines shared link data for updating file information. Shared links provide direct, read-only access to files or folder on Box using a URL

    See more

    Declaration

    Swift

    public struct SharedLinkData : Encodable
  • Box API request response

    Declaration

    Swift

    public struct BoxResponse