Versions in this module Expand all Collapse all v1 v1.0.1 Nov 15, 2023 v1.0.0 Sep 19, 2023 Changes in this version + type BoxCreateFileResponse struct + Entries []Entries + type BoxCredentialsResponse struct + AccessToken string + ExpiresIn int64 + RefreshToken string + TokenType string + func (c BoxCredentialsResponse) ToJSON() []byte + type BoxFileResponse struct + CreatedBy BoxUserResponse + Description string + Extension string + FileVersion BoxVersion + ID string + ModifiedAt string + Name string + Parent BoxParent + Permissions BoxPermissions + VersionNumber string + func (f BoxFileResponse) ToJSON() []byte + type BoxParent struct + ID string + Type string + func (v BoxParent) ToJSON() []byte + type BoxPermissions struct + CanAnnotate bool + CanComment bool + CanDelete bool + CanDownload bool + CanInviteCollaborator bool + CanPreview bool + CanRename bool + CanSetShareAccess bool + CanShare bool + CanUpload bool + CanViewAnnotationsAll bool + CanViewAnnotationsSelf bool + func (v BoxPermissions) ToJSON() []byte + type BoxUserResponse struct + ID string + Language string + Name string + func (u BoxUserResponse) ToJSON() []byte + type BoxVersion struct + ID string + Type string + func (v BoxVersion) ToJSON() []byte + type BuildConfigResponse struct + Document Document + DocumentType string + EditorConfig EditorConfig + ServerURL string + Session bool + Token string + Type string + func (r BuildConfigResponse) ToJSON() []byte + type CallbackResponse struct + Error int + func (c CallbackResponse) ToJSON() []byte + type ConvertResponse struct + FileType string + FileURL string + func (r ConvertResponse) ToJSON() []byte + type Customization struct + Goback Goback + HideRightMenu bool + Plugins bool + type Document struct + FileType string + Key string + Permissions Permissions + Title string + URL string + type EditorConfig struct + CallbackURL string + Customization Customization + Lang string + User User + type Entries struct + ID string + type GenericReponse struct + Error int + Reason string + func (r GenericReponse) ToJSON() []byte + type Goback struct + RequestClose bool + type MicroError struct + Code int + Detail string + ID string + Status string + func (e MicroError) ToJSON() []byte + type Permissions struct + Comment bool + Copy bool + DeleteCommentAuthorOnly bool + Download bool + Edit bool + EditCommentAuthorOnly bool + FillForms bool + ModifyContentControl bool + ModifyFilter bool + Print bool + Review bool + type User struct + ID string + Name string + type UserResponse struct + AccessToken string + ExpiresAt int64 + ID string + RefreshToken string + TokenType string + func (ur UserResponse) ToJSON() []byte