Documentation ¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AccountLinkInfo
- func (s AccountLinkInfo) GoString() string
- func (s *AccountLinkInfo) SetAuthenticationType(v string) *AccountLinkInfo
- func (s *AccountLinkInfo) SetCreatedAt(v int64) *AccountLinkInfo
- func (s *AccountLinkInfo) SetDisplayName(v string) *AccountLinkInfo
- func (s *AccountLinkInfo) SetDomainId(v string) *AccountLinkInfo
- func (s *AccountLinkInfo) SetExtra(v string) *AccountLinkInfo
- func (s *AccountLinkInfo) SetIdentity(v string) *AccountLinkInfo
- func (s *AccountLinkInfo) SetUserId(v string) *AccountLinkInfo
- func (s AccountLinkInfo) String() string
- type Address
- func (s Address) GoString() string
- func (s *Address) SetCity(v string) *Address
- func (s *Address) SetCountry(v string) *Address
- func (s *Address) SetDistrict(v string) *Address
- func (s *Address) SetProvince(v string) *Address
- func (s *Address) SetTownship(v string) *Address
- func (s Address) String() string
- type AddressGroup
- func (s AddressGroup) GoString() string
- func (s *AddressGroup) SetAddressDetail(v *Address) *AddressGroup
- func (s *AddressGroup) SetCount(v int64) *AddressGroup
- func (s *AddressGroup) SetCoverFileId(v string) *AddressGroup
- func (s *AddressGroup) SetCoverUrl(v string) *AddressGroup
- func (s *AddressGroup) SetLocation(v string) *AddressGroup
- func (s *AddressGroup) SetName(v string) *AddressGroup
- func (s AddressGroup) String() string
- type AuthorizeRequest
- func (s AuthorizeRequest) GoString() string
- func (s *AuthorizeRequest) SetClientId(v string) *AuthorizeRequest
- func (s *AuthorizeRequest) SetHideConsent(v bool) *AuthorizeRequest
- func (s *AuthorizeRequest) SetLoginType(v string) *AuthorizeRequest
- func (s *AuthorizeRequest) SetRedirectUri(v string) *AuthorizeRequest
- func (s *AuthorizeRequest) SetResponseType(v string) *AuthorizeRequest
- func (s *AuthorizeRequest) SetScope(v []*string) *AuthorizeRequest
- func (s *AuthorizeRequest) SetState(v string) *AuthorizeRequest
- func (s AuthorizeRequest) String() string
- type AuthorizeResponse
- type AuthorizeShrinkRequest
- func (s AuthorizeShrinkRequest) GoString() string
- func (s *AuthorizeShrinkRequest) SetClientId(v string) *AuthorizeShrinkRequest
- func (s *AuthorizeShrinkRequest) SetHideConsent(v bool) *AuthorizeShrinkRequest
- func (s *AuthorizeShrinkRequest) SetLoginType(v string) *AuthorizeShrinkRequest
- func (s *AuthorizeShrinkRequest) SetRedirectUri(v string) *AuthorizeShrinkRequest
- func (s *AuthorizeShrinkRequest) SetResponseType(v string) *AuthorizeShrinkRequest
- func (s *AuthorizeShrinkRequest) SetScopeShrink(v string) *AuthorizeShrinkRequest
- func (s *AuthorizeShrinkRequest) SetState(v string) *AuthorizeShrinkRequest
- func (s AuthorizeShrinkRequest) String() string
- type CancelShareLinkRequest
- type CancelShareLinkResponse
- type ClearRecyclebinRequest
- type ClearRecyclebinResponse
- func (s ClearRecyclebinResponse) GoString() string
- func (s *ClearRecyclebinResponse) SetBody(v *ClearRecyclebinResponseBody) *ClearRecyclebinResponse
- func (s *ClearRecyclebinResponse) SetHeaders(v map[string]*string) *ClearRecyclebinResponse
- func (s *ClearRecyclebinResponse) SetStatusCode(v int32) *ClearRecyclebinResponse
- func (s ClearRecyclebinResponse) String() string
- type ClearRecyclebinResponseBody
- func (s ClearRecyclebinResponseBody) GoString() string
- func (s *ClearRecyclebinResponseBody) SetDomainId(v string) *ClearRecyclebinResponseBody
- func (s *ClearRecyclebinResponseBody) SetDriveId(v string) *ClearRecyclebinResponseBody
- func (s *ClearRecyclebinResponseBody) SetTaskId(v string) *ClearRecyclebinResponseBody
- func (s ClearRecyclebinResponseBody) String() string
- type Client
- func (client *Client) Authorize(request *AuthorizeRequest) (_result *AuthorizeResponse, _err error)
- func (client *Client) AuthorizeWithOptions(tmpReq *AuthorizeRequest, headers map[string]*string, ...) (_result *AuthorizeResponse, _err error)
- func (client *Client) CancelShareLink(request *CancelShareLinkRequest) (_result *CancelShareLinkResponse, _err error)
- func (client *Client) CancelShareLinkWithOptions(request *CancelShareLinkRequest, headers map[string]*string, ...) (_result *CancelShareLinkResponse, _err error)
- func (client *Client) ClearRecyclebin(request *ClearRecyclebinRequest) (_result *ClearRecyclebinResponse, _err error)
- func (client *Client) ClearRecyclebinWithOptions(request *ClearRecyclebinRequest, headers map[string]*string, ...) (_result *ClearRecyclebinResponse, _err error)
- func (client *Client) CompleteFile(request *CompleteFileRequest) (_result *CompleteFileResponse, _err error)
- func (client *Client) CompleteFileWithOptions(request *CompleteFileRequest, headers map[string]*string, ...) (_result *CompleteFileResponse, _err error)
- func (client *Client) CreateDrive(request *CreateDriveRequest) (_result *CreateDriveResponse, _err error)
- func (client *Client) CreateDriveWithOptions(request *CreateDriveRequest, headers map[string]*string, ...) (_result *CreateDriveResponse, _err error)
- func (client *Client) CreateFile(request *CreateFileRequest) (_result *CreateFileResponse, _err error)
- func (client *Client) CreateFileWithOptions(request *CreateFileRequest, headers map[string]*string, ...) (_result *CreateFileResponse, _err error)
- func (client *Client) CreateGroup(request *CreateGroupRequest) (_result *CreateGroupResponse, _err error)
- func (client *Client) CreateGroupWithOptions(request *CreateGroupRequest, headers map[string]*string, ...) (_result *CreateGroupResponse, _err error)
- func (client *Client) CreateShareLink(request *CreateShareLinkRequest) (_result *CreateShareLinkResponse, _err error)
- func (client *Client) CreateShareLinkWithOptions(request *CreateShareLinkRequest, headers map[string]*string, ...) (_result *CreateShareLinkResponse, _err error)
- func (client *Client) CreateUser(request *CreateUserRequest) (_result *CreateUserResponse, _err error)
- func (client *Client) CreateUserWithOptions(request *CreateUserRequest, headers map[string]*string, ...) (_result *CreateUserResponse, _err error)
- func (client *Client) DeleteDrive(request *DeleteDriveRequest) (_result *DeleteDriveResponse, _err error)
- func (client *Client) DeleteDriveWithOptions(request *DeleteDriveRequest, headers map[string]*string, ...) (_result *DeleteDriveResponse, _err error)
- func (client *Client) DeleteFile(request *DeleteFileRequest) (_result *DeleteFileResponse, _err error)
- func (client *Client) DeleteFileWithOptions(request *DeleteFileRequest, headers map[string]*string, ...) (_result *DeleteFileResponse, _err error)
- func (client *Client) DeleteGroup(request *DeleteGroupRequest) (_result *DeleteGroupResponse, _err error)
- func (client *Client) DeleteGroupWithOptions(request *DeleteGroupRequest, headers map[string]*string, ...) (_result *DeleteGroupResponse, _err error)
- func (client *Client) DeleteUser(request *DeleteUserRequest) (_result *DeleteUserResponse, _err error)
- func (client *Client) DeleteUserWithOptions(request *DeleteUserRequest, headers map[string]*string, ...) (_result *DeleteUserResponse, _err error)
- func (client *Client) DeltaGetLastCursor(request *DeltaGetLastCursorRequest) (_result *DeltaGetLastCursorResponse, _err error)
- func (client *Client) DeltaGetLastCursorWithOptions(request *DeltaGetLastCursorRequest, headers map[string]*string, ...) (_result *DeltaGetLastCursorResponse, _err error)
- func (client *Client) DownloadFile(request *DownloadFileRequest) (_result *DownloadFileResponse, _err error)
- func (client *Client) DownloadFileWithOptions(request *DownloadFileRequest, headers map[string]*string, ...) (_result *DownloadFileResponse, _err error)
- func (client *Client) FileAddPermission(request *FileAddPermissionRequest) (_result *FileAddPermissionResponse, _err error)
- func (client *Client) FileAddPermissionWithOptions(request *FileAddPermissionRequest, headers map[string]*string, ...) (_result *FileAddPermissionResponse, _err error)
- func (client *Client) FileListPermission(request *FileListPermissionRequest) (_result *FileListPermissionResponse, _err error)
- func (client *Client) FileListPermissionWithOptions(request *FileListPermissionRequest, headers map[string]*string, ...) (_result *FileListPermissionResponse, _err error)
- func (client *Client) FileRemovePermission(request *FileRemovePermissionRequest) (_result *FileRemovePermissionResponse, _err error)
- func (client *Client) FileRemovePermissionWithOptions(request *FileRemovePermissionRequest, headers map[string]*string, ...) (_result *FileRemovePermissionResponse, _err error)
- func (client *Client) GetAsyncTask(request *GetAsyncTaskRequest) (_result *GetAsyncTaskResponse, _err error)
- func (client *Client) GetAsyncTaskWithOptions(request *GetAsyncTaskRequest, headers map[string]*string, ...) (_result *GetAsyncTaskResponse, _err error)
- func (client *Client) GetDefaultDrive(request *GetDefaultDriveRequest) (_result *GetDefaultDriveResponse, _err error)
- func (client *Client) GetDefaultDriveWithOptions(request *GetDefaultDriveRequest, headers map[string]*string, ...) (_result *GetDefaultDriveResponse, _err error)
- func (client *Client) GetDownloadUrl(request *GetDownloadUrlRequest) (_result *GetDownloadUrlResponse, _err error)
- func (client *Client) GetDownloadUrlWithOptions(request *GetDownloadUrlRequest, headers map[string]*string, ...) (_result *GetDownloadUrlResponse, _err error)
- func (client *Client) GetDrive(request *GetDriveRequest) (_result *GetDriveResponse, _err error)
- func (client *Client) GetDriveWithOptions(request *GetDriveRequest, headers map[string]*string, ...) (_result *GetDriveResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetFile(request *GetFileRequest) (_result *GetFileResponse, _err error)
- func (client *Client) GetFileWithOptions(request *GetFileRequest, headers map[string]*string, ...) (_result *GetFileResponse, _err error)
- func (client *Client) GetGroup(request *GetGroupRequest) (_result *GetGroupResponse, _err error)
- func (client *Client) GetGroupWithOptions(request *GetGroupRequest, headers map[string]*string, ...) (_result *GetGroupResponse, _err error)
- func (client *Client) GetLinkInfo(request *GetLinkInfoRequest) (_result *GetLinkInfoResponse, _err error)
- func (client *Client) GetLinkInfoByUserId(request *GetLinkInfoByUserIdRequest) (_result *GetLinkInfoByUserIdResponse, _err error)
- func (client *Client) GetLinkInfoByUserIdWithOptions(request *GetLinkInfoByUserIdRequest, headers map[string]*string, ...) (_result *GetLinkInfoByUserIdResponse, _err error)
- func (client *Client) GetLinkInfoWithOptions(request *GetLinkInfoRequest, headers map[string]*string, ...) (_result *GetLinkInfoResponse, _err error)
- func (client *Client) GetShareLink(request *GetShareLinkRequest) (_result *GetShareLinkResponse, _err error)
- func (client *Client) GetShareLinkByAnonymous(request *GetShareLinkByAnonymousRequest) (_result *GetShareLinkByAnonymousResponse, _err error)
- func (client *Client) GetShareLinkByAnonymousWithOptions(request *GetShareLinkByAnonymousRequest, headers map[string]*string, ...) (_result *GetShareLinkByAnonymousResponse, _err error)
- func (client *Client) GetShareLinkToken(request *GetShareLinkTokenRequest) (_result *GetShareLinkTokenResponse, _err error)
- func (client *Client) GetShareLinkTokenWithOptions(request *GetShareLinkTokenRequest, headers map[string]*string, ...) (_result *GetShareLinkTokenResponse, _err error)
- func (client *Client) GetShareLinkWithOptions(request *GetShareLinkRequest, headers map[string]*string, ...) (_result *GetShareLinkResponse, _err error)
- func (client *Client) GetUploadUrl(request *GetUploadUrlRequest) (_result *GetUploadUrlResponse, _err error)
- func (client *Client) GetUploadUrlWithOptions(request *GetUploadUrlRequest, headers map[string]*string, ...) (_result *GetUploadUrlResponse, _err error)
- func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)
- func (client *Client) GetUserWithOptions(request *GetUserRequest, headers map[string]*string, ...) (_result *GetUserResponse, _err error)
- func (client *Client) ImportUser(request *ImportUserRequest) (_result *ImportUserResponse, _err error)
- func (client *Client) ImportUserWithOptions(request *ImportUserRequest, headers map[string]*string, ...) (_result *ImportUserResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) LinkAccount(request *LinkAccountRequest) (_result *LinkAccountResponse, _err error)
- func (client *Client) LinkAccountWithOptions(request *LinkAccountRequest, headers map[string]*string, ...) (_result *LinkAccountResponse, _err error)
- func (client *Client) ListDelta(request *ListDeltaRequest) (_result *ListDeltaResponse, _err error)
- func (client *Client) ListDeltaWithOptions(request *ListDeltaRequest, headers map[string]*string, ...) (_result *ListDeltaResponse, _err error)
- func (client *Client) ListDrive(request *ListDriveRequest) (_result *ListDriveResponse, _err error)
- func (client *Client) ListDriveWithOptions(request *ListDriveRequest, headers map[string]*string, ...) (_result *ListDriveResponse, _err error)
- func (client *Client) ListFile(request *ListFileRequest) (_result *ListFileResponse, _err error)
- func (client *Client) ListFileWithOptions(request *ListFileRequest, headers map[string]*string, ...) (_result *ListFileResponse, _err error)
- func (client *Client) ListGroup(request *ListGroupRequest) (_result *ListGroupResponse, _err error)
- func (client *Client) ListGroupWithOptions(request *ListGroupRequest, headers map[string]*string, ...) (_result *ListGroupResponse, _err error)
- func (client *Client) ListMyDrives(request *ListMyDrivesRequest) (_result *ListMyDrivesResponse, _err error)
- func (client *Client) ListMyDrivesWithOptions(request *ListMyDrivesRequest, headers map[string]*string, ...) (_result *ListMyDrivesResponse, _err error)
- func (client *Client) ListRecyclebin(request *ListRecyclebinRequest) (_result *ListRecyclebinResponse, _err error)
- func (client *Client) ListRecyclebinWithOptions(request *ListRecyclebinRequest, headers map[string]*string, ...) (_result *ListRecyclebinResponse, _err error)
- func (client *Client) ListShareLink(request *ListShareLinkRequest) (_result *ListShareLinkResponse, _err error)
- func (client *Client) ListShareLinkWithOptions(request *ListShareLinkRequest, headers map[string]*string, ...) (_result *ListShareLinkResponse, _err error)
- func (client *Client) ListTags(request *ListTagsRequest) (_result *ListTagsResponse, _err error)
- func (client *Client) ListTagsWithOptions(request *ListTagsRequest, headers map[string]*string, ...) (_result *ListTagsResponse, _err error)
- func (client *Client) ListUploadedParts(request *ListUploadedPartsRequest) (_result *ListUploadedPartsResponse, _err error)
- func (client *Client) ListUploadedPartsWithOptions(request *ListUploadedPartsRequest, headers map[string]*string, ...) (_result *ListUploadedPartsResponse, _err error)
- func (client *Client) ListUser(request *ListUserRequest) (_result *ListUserResponse, _err error)
- func (client *Client) ListUserWithOptions(request *ListUserRequest, headers map[string]*string, ...) (_result *ListUserResponse, _err error)
- func (client *Client) MoveFile(request *MoveFileRequest) (_result *MoveFileResponse, _err error)
- func (client *Client) MoveFileWithOptions(request *MoveFileRequest, headers map[string]*string, ...) (_result *MoveFileResponse, _err error)
- func (client *Client) RemoveFaceGroupFile(request *RemoveFaceGroupFileRequest) (_result *RemoveFaceGroupFileResponse, _err error)
- func (client *Client) RemoveFaceGroupFileWithOptions(request *RemoveFaceGroupFileRequest, headers map[string]*string, ...) (_result *RemoveFaceGroupFileResponse, _err error)
- func (client *Client) RestoreFile(request *RestoreFileRequest) (_result *RestoreFileResponse, _err error)
- func (client *Client) RestoreFileWithOptions(request *RestoreFileRequest, headers map[string]*string, ...) (_result *RestoreFileResponse, _err error)
- func (client *Client) ScanFile(request *ScanFileRequest) (_result *ScanFileResponse, _err error)
- func (client *Client) ScanFileWithOptions(request *ScanFileRequest, headers map[string]*string, ...) (_result *ScanFileResponse, _err error)
- func (client *Client) SearchDrive(request *SearchDriveRequest) (_result *SearchDriveResponse, _err error)
- func (client *Client) SearchDriveWithOptions(request *SearchDriveRequest, headers map[string]*string, ...) (_result *SearchDriveResponse, _err error)
- func (client *Client) SearchFile(request *SearchFileRequest) (_result *SearchFileResponse, _err error)
- func (client *Client) SearchFileWithOptions(request *SearchFileRequest, headers map[string]*string, ...) (_result *SearchFileResponse, _err error)
- func (client *Client) SearchShareLink(request *SearchShareLinkRequest) (_result *SearchShareLinkResponse, _err error)
- func (client *Client) SearchShareLinkWithOptions(request *SearchShareLinkRequest, headers map[string]*string, ...) (_result *SearchShareLinkResponse, _err error)
- func (client *Client) SearchUser(request *SearchUserRequest) (_result *SearchUserResponse, _err error)
- func (client *Client) SearchUserWithOptions(request *SearchUserRequest, headers map[string]*string, ...) (_result *SearchUserResponse, _err error)
- func (client *Client) Token(request *TokenRequest) (_result *TokenResponse, _err error)
- func (client *Client) TokenWithOptions(request *TokenRequest, headers map[string]*string, ...) (_result *TokenResponse, _err error)
- func (client *Client) TrashFile(request *TrashFileRequest) (_result *TrashFileResponse, _err error)
- func (client *Client) TrashFileWithOptions(request *TrashFileRequest, headers map[string]*string, ...) (_result *TrashFileResponse, _err error)
- func (client *Client) UpdateDrive(request *UpdateDriveRequest) (_result *UpdateDriveResponse, _err error)
- func (client *Client) UpdateDriveWithOptions(request *UpdateDriveRequest, headers map[string]*string, ...) (_result *UpdateDriveResponse, _err error)
- func (client *Client) UpdateFile(request *UpdateFileRequest) (_result *UpdateFileResponse, _err error)
- func (client *Client) UpdateFileWithOptions(request *UpdateFileRequest, headers map[string]*string, ...) (_result *UpdateFileResponse, _err error)
- func (client *Client) UpdateGroup(request *UpdateGroupRequest) (_result *UpdateGroupResponse, _err error)
- func (client *Client) UpdateGroupWithOptions(request *UpdateGroupRequest, headers map[string]*string, ...) (_result *UpdateGroupResponse, _err error)
- func (client *Client) UpdateShareLink(request *UpdateShareLinkRequest) (_result *UpdateShareLinkResponse, _err error)
- func (client *Client) UpdateShareLinkWithOptions(request *UpdateShareLinkRequest, headers map[string]*string, ...) (_result *UpdateShareLinkResponse, _err error)
- func (client *Client) UpdateUser(request *UpdateUserRequest) (_result *UpdateUserResponse, _err error)
- func (client *Client) UpdateUserWithOptions(request *UpdateUserRequest, headers map[string]*string, ...) (_result *UpdateUserResponse, _err error)
- type CompleteFileRequest
- func (s CompleteFileRequest) GoString() string
- func (s *CompleteFileRequest) SetDriveId(v string) *CompleteFileRequest
- func (s *CompleteFileRequest) SetFileId(v string) *CompleteFileRequest
- func (s *CompleteFileRequest) SetUploadId(v string) *CompleteFileRequest
- func (s CompleteFileRequest) String() string
- type CompleteFileResponse
- func (s CompleteFileResponse) GoString() string
- func (s *CompleteFileResponse) SetBody(v *File) *CompleteFileResponse
- func (s *CompleteFileResponse) SetHeaders(v map[string]*string) *CompleteFileResponse
- func (s *CompleteFileResponse) SetStatusCode(v int32) *CompleteFileResponse
- func (s CompleteFileResponse) String() string
- type CreateDriveRequest
- func (s CreateDriveRequest) GoString() string
- func (s *CreateDriveRequest) SetDefault(v bool) *CreateDriveRequest
- func (s *CreateDriveRequest) SetDescription(v string) *CreateDriveRequest
- func (s *CreateDriveRequest) SetDriveName(v string) *CreateDriveRequest
- func (s *CreateDriveRequest) SetDriveType(v string) *CreateDriveRequest
- func (s *CreateDriveRequest) SetOwner(v string) *CreateDriveRequest
- func (s *CreateDriveRequest) SetOwnerType(v string) *CreateDriveRequest
- func (s *CreateDriveRequest) SetStatus(v string) *CreateDriveRequest
- func (s *CreateDriveRequest) SetTotalSize(v int64) *CreateDriveRequest
- func (s CreateDriveRequest) String() string
- type CreateDriveResponse
- func (s CreateDriveResponse) GoString() string
- func (s *CreateDriveResponse) SetBody(v *CreateDriveResponseBody) *CreateDriveResponse
- func (s *CreateDriveResponse) SetHeaders(v map[string]*string) *CreateDriveResponse
- func (s *CreateDriveResponse) SetStatusCode(v int32) *CreateDriveResponse
- func (s CreateDriveResponse) String() string
- type CreateDriveResponseBody
- type CreateFileRequest
- func (s CreateFileRequest) GoString() string
- func (s *CreateFileRequest) SetCheckNameMode(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetContentHash(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetContentHashName(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetContentType(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetDescription(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetDriveId(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetFileId(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetHidden(v bool) *CreateFileRequest
- func (s *CreateFileRequest) SetImageMediaMetadata(v *ImageMediaMetadata) *CreateFileRequest
- func (s *CreateFileRequest) SetLocalCreatedAt(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetLocalModifiedAt(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetName(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetParallelUpload(v bool) *CreateFileRequest
- func (s *CreateFileRequest) SetParentFileId(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetPartInfoList(v []*CreateFileRequestPartInfoList) *CreateFileRequest
- func (s *CreateFileRequest) SetPreHash(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetProofCode(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetProofVersion(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetShareId(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetSize(v int64) *CreateFileRequest
- func (s *CreateFileRequest) SetType(v string) *CreateFileRequest
- func (s *CreateFileRequest) SetUserTags(v []*UserTag) *CreateFileRequest
- func (s *CreateFileRequest) SetVideoMediaMetadata(v *VideoMediaMetadata) *CreateFileRequest
- func (s CreateFileRequest) String() string
- type CreateFileRequestPartInfoList
- type CreateFileResponse
- func (s CreateFileResponse) GoString() string
- func (s *CreateFileResponse) SetBody(v *CreateFileResponseBody) *CreateFileResponse
- func (s *CreateFileResponse) SetHeaders(v map[string]*string) *CreateFileResponse
- func (s *CreateFileResponse) SetStatusCode(v int32) *CreateFileResponse
- func (s CreateFileResponse) String() string
- type CreateFileResponseBody
- func (s CreateFileResponseBody) GoString() string
- func (s *CreateFileResponseBody) SetDomainId(v string) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetDriveId(v string) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetExist(v bool) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetFileId(v string) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetFileName(v string) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetParentFileId(v string) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetPartInfoList(v []*UploadPartInfo) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetRapidUpload(v bool) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetStatus(v string) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetType(v string) *CreateFileResponseBody
- func (s *CreateFileResponseBody) SetUploadId(v string) *CreateFileResponseBody
- func (s CreateFileResponseBody) String() string
- type CreateGroupRequest
- func (s CreateGroupRequest) GoString() string
- func (s *CreateGroupRequest) SetDescription(v string) *CreateGroupRequest
- func (s *CreateGroupRequest) SetGroupName(v string) *CreateGroupRequest
- func (s *CreateGroupRequest) SetIsRoot(v bool) *CreateGroupRequest
- func (s *CreateGroupRequest) SetParentGroupId(v string) *CreateGroupRequest
- func (s CreateGroupRequest) String() string
- type CreateGroupResponse
- func (s CreateGroupResponse) GoString() string
- func (s *CreateGroupResponse) SetBody(v *Group) *CreateGroupResponse
- func (s *CreateGroupResponse) SetHeaders(v map[string]*string) *CreateGroupResponse
- func (s *CreateGroupResponse) SetStatusCode(v int32) *CreateGroupResponse
- func (s CreateGroupResponse) String() string
- type CreateShareLinkRequest
- func (s CreateShareLinkRequest) GoString() string
- func (s *CreateShareLinkRequest) SetDescription(v string) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetDisableDownload(v bool) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetDisablePreview(v bool) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetDisableSave(v bool) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetDownloadLimit(v int64) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetDriveId(v string) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetExpiration(v string) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetFileIdList(v string) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetPreviewLimit(v int64) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetRequireLogin(v bool) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetSaveLimit(v int64) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetShareName(v string) *CreateShareLinkRequest
- func (s *CreateShareLinkRequest) SetSharePwd(v string) *CreateShareLinkRequest
- func (s CreateShareLinkRequest) String() string
- type CreateShareLinkResponse
- func (s CreateShareLinkResponse) GoString() string
- func (s *CreateShareLinkResponse) SetBody(v *ShareLink) *CreateShareLinkResponse
- func (s *CreateShareLinkResponse) SetHeaders(v map[string]*string) *CreateShareLinkResponse
- func (s *CreateShareLinkResponse) SetStatusCode(v int32) *CreateShareLinkResponse
- func (s CreateShareLinkResponse) String() string
- type CreateUserRequest
- func (s CreateUserRequest) GoString() string
- func (s *CreateUserRequest) SetAvatar(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetDenyChangePasswordBySelf(v bool) *CreateUserRequest
- func (s *CreateUserRequest) SetDescription(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetEmail(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetGroupInfoList(v []*CreateUserRequestGroupInfoList) *CreateUserRequest
- func (s *CreateUserRequest) SetLocation(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetNeedChangePasswordNextLogin(v bool) *CreateUserRequest
- func (s *CreateUserRequest) SetNickName(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetPhone(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetPlainPassword(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetRole(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetStatus(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetUserData(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetUserId(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetUserName(v string) *CreateUserRequest
- func (s CreateUserRequest) String() string
- type CreateUserRequestGroupInfoList
- type CreateUserResponse
- func (s CreateUserResponse) GoString() string
- func (s *CreateUserResponse) SetBody(v *CreateUserResponseBody) *CreateUserResponse
- func (s *CreateUserResponse) SetHeaders(v map[string]*string) *CreateUserResponse
- func (s *CreateUserResponse) SetStatusCode(v int32) *CreateUserResponse
- func (s CreateUserResponse) String() string
- type CreateUserResponseBody
- func (s CreateUserResponseBody) GoString() string
- func (s *CreateUserResponseBody) SetAvatar(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetCreatedAt(v int64) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetCreator(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetDefaultDriveId(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetDenyChangePasswordBySelf(v bool) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetDescription(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetDomainId(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetEmail(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetNeedChangePasswordNextLogin(v bool) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetNickName(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetPhone(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetPunishFlag(v int64) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetRole(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetStatus(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetUpdatedAt(v int64) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetUserData(v map[string]*string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetUserId(v string) *CreateUserResponseBody
- func (s *CreateUserResponseBody) SetUserName(v string) *CreateUserResponseBody
- func (s CreateUserResponseBody) String() string
- type DeleteDriveRequest
- type DeleteDriveResponse
- type DeleteFileRequest
- type DeleteFileResponse
- func (s DeleteFileResponse) GoString() string
- func (s *DeleteFileResponse) SetBody(v *DeleteFileResponseBody) *DeleteFileResponse
- func (s *DeleteFileResponse) SetHeaders(v map[string]*string) *DeleteFileResponse
- func (s *DeleteFileResponse) SetStatusCode(v int32) *DeleteFileResponse
- func (s DeleteFileResponse) String() string
- type DeleteFileResponseBody
- func (s DeleteFileResponseBody) GoString() string
- func (s *DeleteFileResponseBody) SetAsyncTaskId(v string) *DeleteFileResponseBody
- func (s *DeleteFileResponseBody) SetDomainId(v string) *DeleteFileResponseBody
- func (s *DeleteFileResponseBody) SetDriveId(v string) *DeleteFileResponseBody
- func (s *DeleteFileResponseBody) SetFileId(v string) *DeleteFileResponseBody
- func (s DeleteFileResponseBody) String() string
- type DeleteGroupRequest
- type DeleteGroupResponse
- type DeleteUserRequest
- type DeleteUserResponse
- type DeltaGetLastCursorRequest
- type DeltaGetLastCursorResponse
- func (s DeltaGetLastCursorResponse) GoString() string
- func (s *DeltaGetLastCursorResponse) SetBody(v *DeltaGetLastCursorResponseBody) *DeltaGetLastCursorResponse
- func (s *DeltaGetLastCursorResponse) SetHeaders(v map[string]*string) *DeltaGetLastCursorResponse
- func (s *DeltaGetLastCursorResponse) SetStatusCode(v int32) *DeltaGetLastCursorResponse
- func (s DeltaGetLastCursorResponse) String() string
- type DeltaGetLastCursorResponseBody
- type DownloadFileRequest
- func (s DownloadFileRequest) GoString() string
- func (s *DownloadFileRequest) SetDriveId(v string) *DownloadFileRequest
- func (s *DownloadFileRequest) SetFileId(v string) *DownloadFileRequest
- func (s *DownloadFileRequest) SetImageThumbnailProcess(v string) *DownloadFileRequest
- func (s *DownloadFileRequest) SetOfficeThumbnailProcess(v string) *DownloadFileRequest
- func (s *DownloadFileRequest) SetVideoThumbnailProcess(v string) *DownloadFileRequest
- func (s DownloadFileRequest) String() string
- type DownloadFileResponse
- type Drive
- func (s Drive) GoString() string
- func (s *Drive) SetCreatedAt(v string) *Drive
- func (s *Drive) SetCreator(v string) *Drive
- func (s *Drive) SetDescription(v string) *Drive
- func (s *Drive) SetDomainId(v string) *Drive
- func (s *Drive) SetDriveId(v string) *Drive
- func (s *Drive) SetDriveName(v string) *Drive
- func (s *Drive) SetDriveType(v string) *Drive
- func (s *Drive) SetOwner(v string) *Drive
- func (s *Drive) SetOwnerType(v string) *Drive
- func (s *Drive) SetStatus(v string) *Drive
- func (s *Drive) SetTotalSize(v int64) *Drive
- func (s *Drive) SetUsedSize(v int64) *Drive
- func (s Drive) String() string
- type FaceGroup
- func (s FaceGroup) GoString() string
- func (s *FaceGroup) SetCreatedAt(v string) *FaceGroup
- func (s *FaceGroup) SetGroupCoverFaceBoundary(v *FaceGroupGroupCoverFaceBoundary) *FaceGroup
- func (s *FaceGroup) SetGroupCoverFileId(v string) *FaceGroup
- func (s *FaceGroup) SetGroupCoverHeight(v int64) *FaceGroup
- func (s *FaceGroup) SetGroupCoverUrl(v string) *FaceGroup
- func (s *FaceGroup) SetGroupCoverWidth(v int64) *FaceGroup
- func (s *FaceGroup) SetGroupId(v string) *FaceGroup
- func (s *FaceGroup) SetGroupName(v string) *FaceGroup
- func (s *FaceGroup) SetImageCount(v int64) *FaceGroup
- func (s *FaceGroup) SetRemarks(v string) *FaceGroup
- func (s *FaceGroup) SetUpdatedAt(v string) *FaceGroup
- func (s FaceGroup) String() string
- type FaceGroupGroupCoverFaceBoundary
- func (s FaceGroupGroupCoverFaceBoundary) GoString() string
- func (s *FaceGroupGroupCoverFaceBoundary) SetHeight(v int32) *FaceGroupGroupCoverFaceBoundary
- func (s *FaceGroupGroupCoverFaceBoundary) SetLeft(v int32) *FaceGroupGroupCoverFaceBoundary
- func (s *FaceGroupGroupCoverFaceBoundary) SetTop(v int32) *FaceGroupGroupCoverFaceBoundary
- func (s *FaceGroupGroupCoverFaceBoundary) SetWidth(v int32) *FaceGroupGroupCoverFaceBoundary
- func (s FaceGroupGroupCoverFaceBoundary) String() string
- type File
- func (s File) GoString() string
- func (s *File) SetCategory(v string) *File
- func (s *File) SetContentHash(v string) *File
- func (s *File) SetContentHashName(v string) *File
- func (s *File) SetContentType(v string) *File
- func (s *File) SetCrc64Hash(v string) *File
- func (s *File) SetCreatedAt(v string) *File
- func (s *File) SetDescription(v string) *File
- func (s *File) SetDomainId(v string) *File
- func (s *File) SetDownloadUrl(v string) *File
- func (s *File) SetDriveId(v string) *File
- func (s *File) SetFileExtension(v string) *File
- func (s *File) SetFileId(v string) *File
- func (s *File) SetHidden(v bool) *File
- func (s *File) SetLabels(v string) *File
- func (s *File) SetLocalCreatedAt(v string) *File
- func (s *File) SetLocalModifiedAt(v string) *File
- func (s *File) SetName(v string) *File
- func (s *File) SetParentFileId(v string) *File
- func (s *File) SetRevisionId(v string) *File
- func (s *File) SetSize(v int64) *File
- func (s *File) SetStarred(v bool) *File
- func (s *File) SetStatus(v string) *File
- func (s *File) SetThumbnail(v string) *File
- func (s *File) SetTrashedAt(v string) *File
- func (s *File) SetType(v string) *File
- func (s *File) SetUpdatedAt(v string) *File
- func (s *File) SetUploadId(v string) *File
- func (s File) String() string
- type FileAddPermissionRequest
- func (s FileAddPermissionRequest) GoString() string
- func (s *FileAddPermissionRequest) SetDriveId(v string) *FileAddPermissionRequest
- func (s *FileAddPermissionRequest) SetFileId(v string) *FileAddPermissionRequest
- func (s *FileAddPermissionRequest) SetMemberList(v []*FilePermissionMember) *FileAddPermissionRequest
- func (s FileAddPermissionRequest) String() string
- type FileAddPermissionResponse
- type FileListPermissionRequest
- type FileListPermissionResponse
- func (s FileListPermissionResponse) GoString() string
- func (s *FileListPermissionResponse) SetBody(v []*FilePermissionMember) *FileListPermissionResponse
- func (s *FileListPermissionResponse) SetHeaders(v map[string]*string) *FileListPermissionResponse
- func (s *FileListPermissionResponse) SetStatusCode(v int32) *FileListPermissionResponse
- func (s FileListPermissionResponse) String() string
- type FilePermissionMember
- func (s FilePermissionMember) GoString() string
- func (s *FilePermissionMember) SetActionList(v []*string) *FilePermissionMember
- func (s *FilePermissionMember) SetDisinheritSubGroup(v bool) *FilePermissionMember
- func (s *FilePermissionMember) SetExpireTime(v int64) *FilePermissionMember
- func (s *FilePermissionMember) SetIdentity(v *Identity) *FilePermissionMember
- func (s *FilePermissionMember) SetRoleId(v string) *FilePermissionMember
- func (s FilePermissionMember) String() string
- type FileRemovePermissionRequest
- func (s FileRemovePermissionRequest) GoString() string
- func (s *FileRemovePermissionRequest) SetDriveId(v string) *FileRemovePermissionRequest
- func (s *FileRemovePermissionRequest) SetFileId(v string) *FileRemovePermissionRequest
- func (s *FileRemovePermissionRequest) SetMemberList(v []*FileRemovePermissionRequestMemberList) *FileRemovePermissionRequest
- func (s FileRemovePermissionRequest) String() string
- type FileRemovePermissionRequestMemberList
- func (s FileRemovePermissionRequestMemberList) GoString() string
- func (s *FileRemovePermissionRequestMemberList) SetIdentity(v *Identity) *FileRemovePermissionRequestMemberList
- func (s *FileRemovePermissionRequestMemberList) SetRoleId(v string) *FileRemovePermissionRequestMemberList
- func (s FileRemovePermissionRequestMemberList) String() string
- type FileRemovePermissionResponse
- func (s FileRemovePermissionResponse) GoString() string
- func (s *FileRemovePermissionResponse) SetHeaders(v map[string]*string) *FileRemovePermissionResponse
- func (s *FileRemovePermissionResponse) SetStatusCode(v int32) *FileRemovePermissionResponse
- func (s FileRemovePermissionResponse) String() string
- type FileStreamInfo
- func (s FileStreamInfo) GoString() string
- func (s *FileStreamInfo) SetContentHash(v string) *FileStreamInfo
- func (s *FileStreamInfo) SetContentHashName(v string) *FileStreamInfo
- func (s *FileStreamInfo) SetContentMd5(v string) *FileStreamInfo
- func (s *FileStreamInfo) SetPartInfoList(v *UploadPartInfo) *FileStreamInfo
- func (s *FileStreamInfo) SetPreHash(v string) *FileStreamInfo
- func (s *FileStreamInfo) SetProofCode(v string) *FileStreamInfo
- func (s *FileStreamInfo) SetProofVersion(v string) *FileStreamInfo
- func (s *FileStreamInfo) SetSize(v int64) *FileStreamInfo
- func (s FileStreamInfo) String() string
- type GetAsyncTaskRequest
- type GetAsyncTaskResponse
- func (s GetAsyncTaskResponse) GoString() string
- func (s *GetAsyncTaskResponse) SetBody(v *GetAsyncTaskResponseBody) *GetAsyncTaskResponse
- func (s *GetAsyncTaskResponse) SetHeaders(v map[string]*string) *GetAsyncTaskResponse
- func (s *GetAsyncTaskResponse) SetStatusCode(v int32) *GetAsyncTaskResponse
- func (s GetAsyncTaskResponse) String() string
- type GetAsyncTaskResponseBody
- func (s GetAsyncTaskResponseBody) GoString() string
- func (s *GetAsyncTaskResponseBody) SetAsyncTaskId(v string) *GetAsyncTaskResponseBody
- func (s *GetAsyncTaskResponseBody) SetConsumedProcess(v int64) *GetAsyncTaskResponseBody
- func (s *GetAsyncTaskResponseBody) SetErrCode(v int64) *GetAsyncTaskResponseBody
- func (s *GetAsyncTaskResponseBody) SetMessage(v string) *GetAsyncTaskResponseBody
- func (s *GetAsyncTaskResponseBody) SetState(v string) *GetAsyncTaskResponseBody
- func (s *GetAsyncTaskResponseBody) SetTotalProcess(v int64) *GetAsyncTaskResponseBody
- func (s *GetAsyncTaskResponseBody) SetUrl(v string) *GetAsyncTaskResponseBody
- func (s GetAsyncTaskResponseBody) String() string
- type GetDefaultDriveRequest
- type GetDefaultDriveResponse
- func (s GetDefaultDriveResponse) GoString() string
- func (s *GetDefaultDriveResponse) SetBody(v *GetDefaultDriveResponseBody) *GetDefaultDriveResponse
- func (s *GetDefaultDriveResponse) SetHeaders(v map[string]*string) *GetDefaultDriveResponse
- func (s *GetDefaultDriveResponse) SetStatusCode(v int32) *GetDefaultDriveResponse
- func (s GetDefaultDriveResponse) String() string
- type GetDefaultDriveResponseBody
- type GetDownloadUrlRequest
- func (s GetDownloadUrlRequest) GoString() string
- func (s *GetDownloadUrlRequest) SetDriveId(v string) *GetDownloadUrlRequest
- func (s *GetDownloadUrlRequest) SetExpireSec(v int32) *GetDownloadUrlRequest
- func (s *GetDownloadUrlRequest) SetFileId(v string) *GetDownloadUrlRequest
- func (s *GetDownloadUrlRequest) SetFileName(v string) *GetDownloadUrlRequest
- func (s GetDownloadUrlRequest) String() string
- type GetDownloadUrlResponse
- func (s GetDownloadUrlResponse) GoString() string
- func (s *GetDownloadUrlResponse) SetBody(v *GetDownloadUrlResponseBody) *GetDownloadUrlResponse
- func (s *GetDownloadUrlResponse) SetHeaders(v map[string]*string) *GetDownloadUrlResponse
- func (s *GetDownloadUrlResponse) SetStatusCode(v int32) *GetDownloadUrlResponse
- func (s GetDownloadUrlResponse) String() string
- type GetDownloadUrlResponseBody
- func (s GetDownloadUrlResponseBody) GoString() string
- func (s *GetDownloadUrlResponseBody) SetCdnUrl(v string) *GetDownloadUrlResponseBody
- func (s *GetDownloadUrlResponseBody) SetContentHash(v string) *GetDownloadUrlResponseBody
- func (s *GetDownloadUrlResponseBody) SetContentHashName(v string) *GetDownloadUrlResponseBody
- func (s *GetDownloadUrlResponseBody) SetCrc64Hash(v string) *GetDownloadUrlResponseBody
- func (s *GetDownloadUrlResponseBody) SetExpiration(v string) *GetDownloadUrlResponseBody
- func (s *GetDownloadUrlResponseBody) SetInternalUrl(v string) *GetDownloadUrlResponseBody
- func (s *GetDownloadUrlResponseBody) SetSize(v int64) *GetDownloadUrlResponseBody
- func (s *GetDownloadUrlResponseBody) SetUrl(v string) *GetDownloadUrlResponseBody
- func (s GetDownloadUrlResponseBody) String() string
- type GetDriveRequest
- type GetDriveResponse
- func (s GetDriveResponse) GoString() string
- func (s *GetDriveResponse) SetBody(v *GetDriveResponseBody) *GetDriveResponse
- func (s *GetDriveResponse) SetHeaders(v map[string]*string) *GetDriveResponse
- func (s *GetDriveResponse) SetStatusCode(v int32) *GetDriveResponse
- func (s GetDriveResponse) String() string
- type GetDriveResponseBody
- type GetFileRequest
- func (s GetFileRequest) GoString() string
- func (s *GetFileRequest) SetDriveId(v string) *GetFileRequest
- func (s *GetFileRequest) SetFields(v string) *GetFileRequest
- func (s *GetFileRequest) SetFileId(v string) *GetFileRequest
- func (s *GetFileRequest) SetUrlExpireSec(v int32) *GetFileRequest
- func (s GetFileRequest) String() string
- type GetFileResponse
- func (s GetFileResponse) GoString() string
- func (s *GetFileResponse) SetBody(v *GetFileResponseBody) *GetFileResponse
- func (s *GetFileResponse) SetHeaders(v map[string]*string) *GetFileResponse
- func (s *GetFileResponse) SetStatusCode(v int32) *GetFileResponse
- func (s GetFileResponse) String() string
- type GetFileResponseBody
- type GetGroupRequest
- type GetGroupResponse
- type GetLinkInfoByUserIdRequest
- type GetLinkInfoByUserIdResponse
- func (s GetLinkInfoByUserIdResponse) GoString() string
- func (s *GetLinkInfoByUserIdResponse) SetBody(v *GetLinkInfoByUserIdResponseBody) *GetLinkInfoByUserIdResponse
- func (s *GetLinkInfoByUserIdResponse) SetHeaders(v map[string]*string) *GetLinkInfoByUserIdResponse
- func (s *GetLinkInfoByUserIdResponse) SetStatusCode(v int32) *GetLinkInfoByUserIdResponse
- func (s GetLinkInfoByUserIdResponse) String() string
- type GetLinkInfoByUserIdResponseBody
- type GetLinkInfoRequest
- type GetLinkInfoResponse
- func (s GetLinkInfoResponse) GoString() string
- func (s *GetLinkInfoResponse) SetBody(v *AccountLinkInfo) *GetLinkInfoResponse
- func (s *GetLinkInfoResponse) SetHeaders(v map[string]*string) *GetLinkInfoResponse
- func (s *GetLinkInfoResponse) SetStatusCode(v int32) *GetLinkInfoResponse
- func (s GetLinkInfoResponse) String() string
- type GetShareLinkByAnonymousRequest
- type GetShareLinkByAnonymousResponse
- func (s GetShareLinkByAnonymousResponse) GoString() string
- func (s *GetShareLinkByAnonymousResponse) SetBody(v *GetShareLinkByAnonymousResponseBody) *GetShareLinkByAnonymousResponse
- func (s *GetShareLinkByAnonymousResponse) SetHeaders(v map[string]*string) *GetShareLinkByAnonymousResponse
- func (s *GetShareLinkByAnonymousResponse) SetStatusCode(v int32) *GetShareLinkByAnonymousResponse
- func (s GetShareLinkByAnonymousResponse) String() string
- type GetShareLinkByAnonymousResponseBody
- func (s GetShareLinkByAnonymousResponseBody) GoString() string
- func (s *GetShareLinkByAnonymousResponseBody) SetAccessCount(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetAvatar(v string) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetCreatorId(v string) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetCreatorName(v string) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetCreatorPhone(v string) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetDisableDownload(v bool) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetDisablePreview(v bool) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetDisableSave(v bool) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetDownloadCount(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetDownloadLimit(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetExpiration(v string) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetPreviewCount(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetPreviewLimit(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetReportCount(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetRequireLogin(v bool) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetSaveCount(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetSaveDownloadLimit(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetSaveLimit(v int64) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetShareName(v string) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetUpdatedAt(v string) *GetShareLinkByAnonymousResponseBody
- func (s *GetShareLinkByAnonymousResponseBody) SetVideoPreviewCount(v int64) *GetShareLinkByAnonymousResponseBody
- func (s GetShareLinkByAnonymousResponseBody) String() string
- type GetShareLinkRequest
- type GetShareLinkResponse
- func (s GetShareLinkResponse) GoString() string
- func (s *GetShareLinkResponse) SetBody(v *ShareLink) *GetShareLinkResponse
- func (s *GetShareLinkResponse) SetHeaders(v map[string]*string) *GetShareLinkResponse
- func (s *GetShareLinkResponse) SetStatusCode(v int32) *GetShareLinkResponse
- func (s GetShareLinkResponse) String() string
- type GetShareLinkTokenRequest
- func (s GetShareLinkTokenRequest) GoString() string
- func (s *GetShareLinkTokenRequest) SetExpireSec(v int32) *GetShareLinkTokenRequest
- func (s *GetShareLinkTokenRequest) SetShareId(v string) *GetShareLinkTokenRequest
- func (s *GetShareLinkTokenRequest) SetSharePwd(v string) *GetShareLinkTokenRequest
- func (s GetShareLinkTokenRequest) String() string
- type GetShareLinkTokenResponse
- func (s GetShareLinkTokenResponse) GoString() string
- func (s *GetShareLinkTokenResponse) SetBody(v *GetShareLinkTokenResponseBody) *GetShareLinkTokenResponse
- func (s *GetShareLinkTokenResponse) SetHeaders(v map[string]*string) *GetShareLinkTokenResponse
- func (s *GetShareLinkTokenResponse) SetStatusCode(v int32) *GetShareLinkTokenResponse
- func (s GetShareLinkTokenResponse) String() string
- type GetShareLinkTokenResponseBody
- type GetUploadUrlRequest
- func (s GetUploadUrlRequest) GoString() string
- func (s *GetUploadUrlRequest) SetDriveId(v string) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetFileId(v string) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetPartInfoList(v *GetUploadUrlRequestPartInfoList) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetShareId(v string) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetUploadId(v string) *GetUploadUrlRequest
- func (s GetUploadUrlRequest) String() string
- type GetUploadUrlRequestPartInfoList
- func (s GetUploadUrlRequestPartInfoList) GoString() string
- func (s *GetUploadUrlRequestPartInfoList) SetParallelSha1Ctx(v *GetUploadUrlRequestPartInfoListParallelSha1Ctx) *GetUploadUrlRequestPartInfoList
- func (s *GetUploadUrlRequestPartInfoList) SetPartNumber(v int32) *GetUploadUrlRequestPartInfoList
- func (s GetUploadUrlRequestPartInfoList) String() string
- type GetUploadUrlRequestPartInfoListParallelSha1Ctx
- func (s GetUploadUrlRequestPartInfoListParallelSha1Ctx) GoString() string
- func (s *GetUploadUrlRequestPartInfoListParallelSha1Ctx) SetH(v []*int64) *GetUploadUrlRequestPartInfoListParallelSha1Ctx
- func (s *GetUploadUrlRequestPartInfoListParallelSha1Ctx) SetPartOffset(v int64) *GetUploadUrlRequestPartInfoListParallelSha1Ctx
- func (s GetUploadUrlRequestPartInfoListParallelSha1Ctx) String() string
- type GetUploadUrlResponse
- func (s GetUploadUrlResponse) GoString() string
- func (s *GetUploadUrlResponse) SetBody(v *GetUploadUrlResponseBody) *GetUploadUrlResponse
- func (s *GetUploadUrlResponse) SetHeaders(v map[string]*string) *GetUploadUrlResponse
- func (s *GetUploadUrlResponse) SetStatusCode(v int32) *GetUploadUrlResponse
- func (s GetUploadUrlResponse) String() string
- type GetUploadUrlResponseBody
- func (s GetUploadUrlResponseBody) GoString() string
- func (s *GetUploadUrlResponseBody) SetCreateAt(v string) *GetUploadUrlResponseBody
- func (s *GetUploadUrlResponseBody) SetDomainId(v string) *GetUploadUrlResponseBody
- func (s *GetUploadUrlResponseBody) SetDriveId(v string) *GetUploadUrlResponseBody
- func (s *GetUploadUrlResponseBody) SetFileId(v string) *GetUploadUrlResponseBody
- func (s *GetUploadUrlResponseBody) SetPartInfoList(v []*UploadPartInfo) *GetUploadUrlResponseBody
- func (s *GetUploadUrlResponseBody) SetUploadId(v string) *GetUploadUrlResponseBody
- func (s GetUploadUrlResponseBody) String() string
- type GetUserRequest
- type GetUserResponse
- type Group
- func (s Group) GoString() string
- func (s *Group) SetCreatedAt(v int64) *Group
- func (s *Group) SetCreator(v string) *Group
- func (s *Group) SetDescription(v string) *Group
- func (s *Group) SetDomainId(v string) *Group
- func (s *Group) SetGroupId(v string) *Group
- func (s *Group) SetGroupName(v string) *Group
- func (s *Group) SetUpdatedAt(v int64) *Group
- func (s Group) String() string
- type Identity
- type ImageMediaMetadata
- type ImageTag
- func (s ImageTag) GoString() string
- func (s *ImageTag) SetCount(v int64) *ImageTag
- func (s *ImageTag) SetCoverFileCategory(v string) *ImageTag
- func (s *ImageTag) SetCoverFileId(v string) *ImageTag
- func (s *ImageTag) SetCoverOverallScore(v float32) *ImageTag
- func (s *ImageTag) SetCoverTagConfidence(v float32) *ImageTag
- func (s *ImageTag) SetCoverUrl(v string) *ImageTag
- func (s *ImageTag) SetName(v string) *ImageTag
- func (s ImageTag) String() string
- type ImportUserRequest
- func (s ImportUserRequest) GoString() string
- func (s *ImportUserRequest) SetAuthenticationDisplayName(v string) *ImportUserRequest
- func (s *ImportUserRequest) SetAuthenticationType(v string) *ImportUserRequest
- func (s *ImportUserRequest) SetAutoCreateDrive(v bool) *ImportUserRequest
- func (s *ImportUserRequest) SetDenyChangePasswordBySelf(v bool) *ImportUserRequest
- func (s *ImportUserRequest) SetDriveTotalSize(v int64) *ImportUserRequest
- func (s *ImportUserRequest) SetExtra(v string) *ImportUserRequest
- func (s *ImportUserRequest) SetIdentity(v string) *ImportUserRequest
- func (s *ImportUserRequest) SetNeedChangePasswordNextLogin(v bool) *ImportUserRequest
- func (s *ImportUserRequest) SetNickName(v string) *ImportUserRequest
- func (s *ImportUserRequest) SetParentGroupId(v string) *ImportUserRequest
- func (s *ImportUserRequest) SetPlainPassword(v string) *ImportUserRequest
- func (s ImportUserRequest) String() string
- type ImportUserResponse
- func (s ImportUserResponse) GoString() string
- func (s *ImportUserResponse) SetBody(v *User) *ImportUserResponse
- func (s *ImportUserResponse) SetHeaders(v map[string]*string) *ImportUserResponse
- func (s *ImportUserResponse) SetStatusCode(v int32) *ImportUserResponse
- func (s ImportUserResponse) String() string
- type JWTPayload
- func (s JWTPayload) GoString() string
- func (s *JWTPayload) SetAud(v string) *JWTPayload
- func (s *JWTPayload) SetAutoCreate(v bool) *JWTPayload
- func (s *JWTPayload) SetExp(v int64) *JWTPayload
- func (s *JWTPayload) SetIat(v int64) *JWTPayload
- func (s *JWTPayload) SetIss(v string) *JWTPayload
- func (s *JWTPayload) SetJti(v string) *JWTPayload
- func (s *JWTPayload) SetNbf(v int64) *JWTPayload
- func (s *JWTPayload) SetSub(v string) *JWTPayload
- func (s *JWTPayload) SetSubType(v string) *JWTPayload
- func (s JWTPayload) String() string
- type LinkAccountRequest
- func (s LinkAccountRequest) GoString() string
- func (s *LinkAccountRequest) SetExtra(v string) *LinkAccountRequest
- func (s *LinkAccountRequest) SetIdentity(v string) *LinkAccountRequest
- func (s *LinkAccountRequest) SetType(v string) *LinkAccountRequest
- func (s *LinkAccountRequest) SetUserId(v string) *LinkAccountRequest
- func (s LinkAccountRequest) String() string
- type LinkAccountResponse
- func (s LinkAccountResponse) GoString() string
- func (s *LinkAccountResponse) SetBody(v *Token) *LinkAccountResponse
- func (s *LinkAccountResponse) SetHeaders(v map[string]*string) *LinkAccountResponse
- func (s *LinkAccountResponse) SetStatusCode(v int32) *LinkAccountResponse
- func (s LinkAccountResponse) String() string
- type ListDeltaRequest
- func (s ListDeltaRequest) GoString() string
- func (s *ListDeltaRequest) SetCursor(v string) *ListDeltaRequest
- func (s *ListDeltaRequest) SetDriveId(v string) *ListDeltaRequest
- func (s *ListDeltaRequest) SetLimit(v int32) *ListDeltaRequest
- func (s *ListDeltaRequest) SetSyncRootId(v string) *ListDeltaRequest
- func (s ListDeltaRequest) String() string
- type ListDeltaResponse
- func (s ListDeltaResponse) GoString() string
- func (s *ListDeltaResponse) SetBody(v *ListDeltaResponseBody) *ListDeltaResponse
- func (s *ListDeltaResponse) SetHeaders(v map[string]*string) *ListDeltaResponse
- func (s *ListDeltaResponse) SetStatusCode(v int32) *ListDeltaResponse
- func (s ListDeltaResponse) String() string
- type ListDeltaResponseBody
- func (s ListDeltaResponseBody) GoString() string
- func (s *ListDeltaResponseBody) SetCursor(v string) *ListDeltaResponseBody
- func (s *ListDeltaResponseBody) SetHasMore(v bool) *ListDeltaResponseBody
- func (s *ListDeltaResponseBody) SetItems(v []*ListDeltaResponseBodyItems) *ListDeltaResponseBody
- func (s ListDeltaResponseBody) String() string
- type ListDeltaResponseBodyItems
- func (s ListDeltaResponseBodyItems) GoString() string
- func (s *ListDeltaResponseBodyItems) SetFile(v *File) *ListDeltaResponseBodyItems
- func (s *ListDeltaResponseBodyItems) SetFileId(v string) *ListDeltaResponseBodyItems
- func (s *ListDeltaResponseBodyItems) SetOp(v string) *ListDeltaResponseBodyItems
- func (s ListDeltaResponseBodyItems) String() string
- type ListDriveRequest
- func (s ListDriveRequest) GoString() string
- func (s *ListDriveRequest) SetLimit(v int32) *ListDriveRequest
- func (s *ListDriveRequest) SetMarker(v string) *ListDriveRequest
- func (s *ListDriveRequest) SetOwner(v string) *ListDriveRequest
- func (s *ListDriveRequest) SetOwnerType(v string) *ListDriveRequest
- func (s ListDriveRequest) String() string
- type ListDriveResponse
- func (s ListDriveResponse) GoString() string
- func (s *ListDriveResponse) SetBody(v *ListDriveResponseBody) *ListDriveResponse
- func (s *ListDriveResponse) SetHeaders(v map[string]*string) *ListDriveResponse
- func (s *ListDriveResponse) SetStatusCode(v int32) *ListDriveResponse
- func (s ListDriveResponse) String() string
- type ListDriveResponseBody
- type ListFileRequest
- func (s ListFileRequest) GoString() string
- func (s *ListFileRequest) SetCategory(v string) *ListFileRequest
- func (s *ListFileRequest) SetDriveId(v string) *ListFileRequest
- func (s *ListFileRequest) SetFields(v string) *ListFileRequest
- func (s *ListFileRequest) SetLimit(v int32) *ListFileRequest
- func (s *ListFileRequest) SetMarker(v string) *ListFileRequest
- func (s *ListFileRequest) SetOrderBy(v string) *ListFileRequest
- func (s *ListFileRequest) SetOrderDirection(v string) *ListFileRequest
- func (s *ListFileRequest) SetParentFileId(v string) *ListFileRequest
- func (s *ListFileRequest) SetStatus(v string) *ListFileRequest
- func (s *ListFileRequest) SetType(v string) *ListFileRequest
- func (s ListFileRequest) String() string
- type ListFileResponse
- func (s ListFileResponse) GoString() string
- func (s *ListFileResponse) SetBody(v *ListFileResponseBody) *ListFileResponse
- func (s *ListFileResponse) SetHeaders(v map[string]*string) *ListFileResponse
- func (s *ListFileResponse) SetStatusCode(v int32) *ListFileResponse
- func (s ListFileResponse) String() string
- type ListFileResponseBody
- type ListGroupRequest
- type ListGroupResponse
- func (s ListGroupResponse) GoString() string
- func (s *ListGroupResponse) SetBody(v *ListGroupResponseBody) *ListGroupResponse
- func (s *ListGroupResponse) SetHeaders(v map[string]*string) *ListGroupResponse
- func (s *ListGroupResponse) SetStatusCode(v int32) *ListGroupResponse
- func (s ListGroupResponse) String() string
- type ListGroupResponseBody
- type ListMyDrivesRequest
- type ListMyDrivesResponse
- func (s ListMyDrivesResponse) GoString() string
- func (s *ListMyDrivesResponse) SetBody(v *ListMyDrivesResponseBody) *ListMyDrivesResponse
- func (s *ListMyDrivesResponse) SetHeaders(v map[string]*string) *ListMyDrivesResponse
- func (s *ListMyDrivesResponse) SetStatusCode(v int32) *ListMyDrivesResponse
- func (s ListMyDrivesResponse) String() string
- type ListMyDrivesResponseBody
- type ListRecyclebinRequest
- func (s ListRecyclebinRequest) GoString() string
- func (s *ListRecyclebinRequest) SetDriveId(v string) *ListRecyclebinRequest
- func (s *ListRecyclebinRequest) SetFields(v string) *ListRecyclebinRequest
- func (s *ListRecyclebinRequest) SetLimit(v int32) *ListRecyclebinRequest
- func (s *ListRecyclebinRequest) SetMarker(v string) *ListRecyclebinRequest
- func (s ListRecyclebinRequest) String() string
- type ListRecyclebinResponse
- func (s ListRecyclebinResponse) GoString() string
- func (s *ListRecyclebinResponse) SetBody(v *ListRecyclebinResponseBody) *ListRecyclebinResponse
- func (s *ListRecyclebinResponse) SetHeaders(v map[string]*string) *ListRecyclebinResponse
- func (s *ListRecyclebinResponse) SetStatusCode(v int32) *ListRecyclebinResponse
- func (s ListRecyclebinResponse) String() string
- type ListRecyclebinResponseBody
- type ListShareLinkRequest
- func (s ListShareLinkRequest) GoString() string
- func (s *ListShareLinkRequest) SetCreator(v string) *ListShareLinkRequest
- func (s *ListShareLinkRequest) SetIncludeCancelled(v bool) *ListShareLinkRequest
- func (s *ListShareLinkRequest) SetLimit(v int32) *ListShareLinkRequest
- func (s *ListShareLinkRequest) SetMarker(v string) *ListShareLinkRequest
- func (s *ListShareLinkRequest) SetOrderBy(v string) *ListShareLinkRequest
- func (s *ListShareLinkRequest) SetOrderDirection(v string) *ListShareLinkRequest
- func (s ListShareLinkRequest) String() string
- type ListShareLinkResponse
- func (s ListShareLinkResponse) GoString() string
- func (s *ListShareLinkResponse) SetBody(v *ListShareLinkResponseBody) *ListShareLinkResponse
- func (s *ListShareLinkResponse) SetHeaders(v map[string]*string) *ListShareLinkResponse
- func (s *ListShareLinkResponse) SetStatusCode(v int32) *ListShareLinkResponse
- func (s ListShareLinkResponse) String() string
- type ListShareLinkResponseBody
- type ListTagsRequest
- func (s ListTagsRequest) GoString() string
- func (s *ListTagsRequest) SetDriveId(v string) *ListTagsRequest
- func (s *ListTagsRequest) SetImageThumbnailProcess(v string) *ListTagsRequest
- func (s *ListTagsRequest) SetVideoThumbnailProcess(v string) *ListTagsRequest
- func (s ListTagsRequest) String() string
- type ListTagsResponse
- func (s ListTagsResponse) GoString() string
- func (s *ListTagsResponse) SetBody(v *ListTagsResponseBody) *ListTagsResponse
- func (s *ListTagsResponse) SetHeaders(v map[string]*string) *ListTagsResponse
- func (s *ListTagsResponse) SetStatusCode(v int32) *ListTagsResponse
- func (s ListTagsResponse) String() string
- type ListTagsResponseBody
- type ListUploadedPartsRequest
- func (s ListUploadedPartsRequest) GoString() string
- func (s *ListUploadedPartsRequest) SetDriveId(v string) *ListUploadedPartsRequest
- func (s *ListUploadedPartsRequest) SetFileId(v string) *ListUploadedPartsRequest
- func (s *ListUploadedPartsRequest) SetLimit(v int32) *ListUploadedPartsRequest
- func (s *ListUploadedPartsRequest) SetPartNumberMarker(v int32) *ListUploadedPartsRequest
- func (s *ListUploadedPartsRequest) SetShareId(v string) *ListUploadedPartsRequest
- func (s *ListUploadedPartsRequest) SetUploadId(v string) *ListUploadedPartsRequest
- func (s ListUploadedPartsRequest) String() string
- type ListUploadedPartsResponse
- func (s ListUploadedPartsResponse) GoString() string
- func (s *ListUploadedPartsResponse) SetBody(v *ListUploadedPartsResponseBody) *ListUploadedPartsResponse
- func (s *ListUploadedPartsResponse) SetHeaders(v map[string]*string) *ListUploadedPartsResponse
- func (s *ListUploadedPartsResponse) SetStatusCode(v int32) *ListUploadedPartsResponse
- func (s ListUploadedPartsResponse) String() string
- type ListUploadedPartsResponseBody
- func (s ListUploadedPartsResponseBody) GoString() string
- func (s *ListUploadedPartsResponseBody) SetFileId(v string) *ListUploadedPartsResponseBody
- func (s *ListUploadedPartsResponseBody) SetNextPartNumberMarker(v string) *ListUploadedPartsResponseBody
- func (s *ListUploadedPartsResponseBody) SetParallelUpload(v bool) *ListUploadedPartsResponseBody
- func (s *ListUploadedPartsResponseBody) SetUploadId(v string) *ListUploadedPartsResponseBody
- func (s *ListUploadedPartsResponseBody) SetUploadedParts(v []*UploadPartInfo) *ListUploadedPartsResponseBody
- func (s ListUploadedPartsResponseBody) String() string
- type ListUserRequest
- type ListUserResponse
- func (s ListUserResponse) GoString() string
- func (s *ListUserResponse) SetBody(v *ListUserResponseBody) *ListUserResponse
- func (s *ListUserResponse) SetHeaders(v map[string]*string) *ListUserResponse
- func (s *ListUserResponse) SetStatusCode(v int32) *ListUserResponse
- func (s ListUserResponse) String() string
- type ListUserResponseBody
- type MoveFileRequest
- func (s MoveFileRequest) GoString() string
- func (s *MoveFileRequest) SetCheckNameMode(v string) *MoveFileRequest
- func (s *MoveFileRequest) SetDriveId(v string) *MoveFileRequest
- func (s *MoveFileRequest) SetFileId(v string) *MoveFileRequest
- func (s *MoveFileRequest) SetToParentFileId(v string) *MoveFileRequest
- func (s MoveFileRequest) String() string
- type MoveFileResponse
- func (s MoveFileResponse) GoString() string
- func (s *MoveFileResponse) SetBody(v *MoveFileResponseBody) *MoveFileResponse
- func (s *MoveFileResponse) SetHeaders(v map[string]*string) *MoveFileResponse
- func (s *MoveFileResponse) SetStatusCode(v int32) *MoveFileResponse
- func (s MoveFileResponse) String() string
- type MoveFileResponseBody
- func (s MoveFileResponseBody) GoString() string
- func (s *MoveFileResponseBody) SetAsyncTaskId(v string) *MoveFileResponseBody
- func (s *MoveFileResponseBody) SetDomainId(v string) *MoveFileResponseBody
- func (s *MoveFileResponseBody) SetDriveId(v string) *MoveFileResponseBody
- func (s *MoveFileResponseBody) SetExist(v bool) *MoveFileResponseBody
- func (s *MoveFileResponseBody) SetFileId(v string) *MoveFileResponseBody
- func (s MoveFileResponseBody) String() string
- type RemoveFaceGroupFileRequest
- func (s RemoveFaceGroupFileRequest) GoString() string
- func (s *RemoveFaceGroupFileRequest) SetDriveId(v string) *RemoveFaceGroupFileRequest
- func (s *RemoveFaceGroupFileRequest) SetFileId(v string) *RemoveFaceGroupFileRequest
- func (s *RemoveFaceGroupFileRequest) SetGroupId(v string) *RemoveFaceGroupFileRequest
- func (s RemoveFaceGroupFileRequest) String() string
- type RemoveFaceGroupFileResponse
- type RestoreFileRequest
- type RestoreFileResponse
- func (s RestoreFileResponse) GoString() string
- func (s *RestoreFileResponse) SetBody(v *RestoreFileResponseBody) *RestoreFileResponse
- func (s *RestoreFileResponse) SetHeaders(v map[string]*string) *RestoreFileResponse
- func (s *RestoreFileResponse) SetStatusCode(v int32) *RestoreFileResponse
- func (s RestoreFileResponse) String() string
- type RestoreFileResponseBody
- func (s RestoreFileResponseBody) GoString() string
- func (s *RestoreFileResponseBody) SetAsyncTaskId(v string) *RestoreFileResponseBody
- func (s *RestoreFileResponseBody) SetDomainId(v string) *RestoreFileResponseBody
- func (s *RestoreFileResponseBody) SetDriveId(v string) *RestoreFileResponseBody
- func (s *RestoreFileResponseBody) SetFileId(v string) *RestoreFileResponseBody
- func (s RestoreFileResponseBody) String() string
- type ScanFileRequest
- func (s ScanFileRequest) GoString() string
- func (s *ScanFileRequest) SetDriveId(v string) *ScanFileRequest
- func (s *ScanFileRequest) SetFields(v string) *ScanFileRequest
- func (s *ScanFileRequest) SetLimit(v int32) *ScanFileRequest
- func (s *ScanFileRequest) SetMarker(v string) *ScanFileRequest
- func (s ScanFileRequest) String() string
- type ScanFileResponse
- func (s ScanFileResponse) GoString() string
- func (s *ScanFileResponse) SetBody(v *ScanFileResponseBody) *ScanFileResponse
- func (s *ScanFileResponse) SetHeaders(v map[string]*string) *ScanFileResponse
- func (s *ScanFileResponse) SetStatusCode(v int32) *ScanFileResponse
- func (s ScanFileResponse) String() string
- type ScanFileResponseBody
- type SearchDriveRequest
- func (s SearchDriveRequest) GoString() string
- func (s *SearchDriveRequest) SetDriveName(v string) *SearchDriveRequest
- func (s *SearchDriveRequest) SetLimit(v int32) *SearchDriveRequest
- func (s *SearchDriveRequest) SetMarker(v string) *SearchDriveRequest
- func (s *SearchDriveRequest) SetOwner(v string) *SearchDriveRequest
- func (s *SearchDriveRequest) SetOwnerType(v string) *SearchDriveRequest
- func (s SearchDriveRequest) String() string
- type SearchDriveResponse
- func (s SearchDriveResponse) GoString() string
- func (s *SearchDriveResponse) SetBody(v *SearchDriveResponseBody) *SearchDriveResponse
- func (s *SearchDriveResponse) SetHeaders(v map[string]*string) *SearchDriveResponse
- func (s *SearchDriveResponse) SetStatusCode(v int32) *SearchDriveResponse
- func (s SearchDriveResponse) String() string
- type SearchDriveResponseBody
- type SearchFileRequest
- func (s SearchFileRequest) GoString() string
- func (s *SearchFileRequest) SetDriveId(v string) *SearchFileRequest
- func (s *SearchFileRequest) SetLimit(v int32) *SearchFileRequest
- func (s *SearchFileRequest) SetMarker(v string) *SearchFileRequest
- func (s *SearchFileRequest) SetOrderBy(v string) *SearchFileRequest
- func (s *SearchFileRequest) SetQuery(v string) *SearchFileRequest
- func (s *SearchFileRequest) SetReturnTotalCount(v bool) *SearchFileRequest
- func (s SearchFileRequest) String() string
- type SearchFileResponse
- func (s SearchFileResponse) GoString() string
- func (s *SearchFileResponse) SetBody(v *SearchFileResponseBody) *SearchFileResponse
- func (s *SearchFileResponse) SetHeaders(v map[string]*string) *SearchFileResponse
- func (s *SearchFileResponse) SetStatusCode(v int32) *SearchFileResponse
- func (s SearchFileResponse) String() string
- type SearchFileResponseBody
- func (s SearchFileResponseBody) GoString() string
- func (s *SearchFileResponseBody) SetItems(v []*File) *SearchFileResponseBody
- func (s *SearchFileResponseBody) SetNextMarker(v string) *SearchFileResponseBody
- func (s *SearchFileResponseBody) SetTotalCount(v int64) *SearchFileResponseBody
- func (s SearchFileResponseBody) String() string
- type SearchShareLinkRequest
- func (s SearchShareLinkRequest) GoString() string
- func (s *SearchShareLinkRequest) SetCreators(v []*string) *SearchShareLinkRequest
- func (s *SearchShareLinkRequest) SetLimit(v int32) *SearchShareLinkRequest
- func (s *SearchShareLinkRequest) SetMarker(v string) *SearchShareLinkRequest
- func (s *SearchShareLinkRequest) SetOrderBy(v string) *SearchShareLinkRequest
- func (s *SearchShareLinkRequest) SetOrderDirection(v string) *SearchShareLinkRequest
- func (s *SearchShareLinkRequest) SetQuery(v string) *SearchShareLinkRequest
- func (s *SearchShareLinkRequest) SetReturnTotalCount(v bool) *SearchShareLinkRequest
- func (s SearchShareLinkRequest) String() string
- type SearchShareLinkResponse
- func (s SearchShareLinkResponse) GoString() string
- func (s *SearchShareLinkResponse) SetBody(v *SearchShareLinkResponseBody) *SearchShareLinkResponse
- func (s *SearchShareLinkResponse) SetHeaders(v map[string]*string) *SearchShareLinkResponse
- func (s *SearchShareLinkResponse) SetStatusCode(v int32) *SearchShareLinkResponse
- func (s SearchShareLinkResponse) String() string
- type SearchShareLinkResponseBody
- func (s SearchShareLinkResponseBody) GoString() string
- func (s *SearchShareLinkResponseBody) SetItems(v []*ShareLink) *SearchShareLinkResponseBody
- func (s *SearchShareLinkResponseBody) SetNextMarker(v string) *SearchShareLinkResponseBody
- func (s *SearchShareLinkResponseBody) SetTotalCount(v int64) *SearchShareLinkResponseBody
- func (s SearchShareLinkResponseBody) String() string
- type SearchUserRequest
- func (s SearchUserRequest) GoString() string
- func (s *SearchUserRequest) SetEmail(v string) *SearchUserRequest
- func (s *SearchUserRequest) SetLimit(v int32) *SearchUserRequest
- func (s *SearchUserRequest) SetMarker(v string) *SearchUserRequest
- func (s *SearchUserRequest) SetNickName(v string) *SearchUserRequest
- func (s *SearchUserRequest) SetNickNameForFuzzy(v string) *SearchUserRequest
- func (s *SearchUserRequest) SetPhone(v string) *SearchUserRequest
- func (s *SearchUserRequest) SetRole(v string) *SearchUserRequest
- func (s *SearchUserRequest) SetStatus(v string) *SearchUserRequest
- func (s *SearchUserRequest) SetUserName(v string) *SearchUserRequest
- func (s SearchUserRequest) String() string
- type SearchUserResponse
- func (s SearchUserResponse) GoString() string
- func (s *SearchUserResponse) SetBody(v *SearchUserResponseBody) *SearchUserResponse
- func (s *SearchUserResponse) SetHeaders(v map[string]*string) *SearchUserResponse
- func (s *SearchUserResponse) SetStatusCode(v int32) *SearchUserResponse
- func (s SearchUserResponse) String() string
- type SearchUserResponseBody
- type ShareLink
- func (s ShareLink) GoString() string
- func (s *ShareLink) SetAccessCount(v int64) *ShareLink
- func (s *ShareLink) SetCreatedAt(v string) *ShareLink
- func (s *ShareLink) SetCreator(v string) *ShareLink
- func (s *ShareLink) SetDescription(v string) *ShareLink
- func (s *ShareLink) SetDisableDownload(v bool) *ShareLink
- func (s *ShareLink) SetDisablePreview(v bool) *ShareLink
- func (s *ShareLink) SetDisableSave(v bool) *ShareLink
- func (s *ShareLink) SetDownloadCount(v int64) *ShareLink
- func (s *ShareLink) SetDownloadLimit(v int64) *ShareLink
- func (s *ShareLink) SetDriveId(v string) *ShareLink
- func (s *ShareLink) SetExpiration(v string) *ShareLink
- func (s *ShareLink) SetExpired(v bool) *ShareLink
- func (s *ShareLink) SetFileIdList(v string) *ShareLink
- func (s *ShareLink) SetPreviewCount(v int64) *ShareLink
- func (s *ShareLink) SetPreviewLimit(v int64) *ShareLink
- func (s *ShareLink) SetReportCount(v int64) *ShareLink
- func (s *ShareLink) SetRequireLogin(v bool) *ShareLink
- func (s *ShareLink) SetSaveCount(v int64) *ShareLink
- func (s *ShareLink) SetSaveLimit(v int64) *ShareLink
- func (s *ShareLink) SetShareId(v string) *ShareLink
- func (s *ShareLink) SetShareName(v string) *ShareLink
- func (s *ShareLink) SetSharePwd(v string) *ShareLink
- func (s *ShareLink) SetStatus(v string) *ShareLink
- func (s *ShareLink) SetUpdatedAt(v string) *ShareLink
- func (s *ShareLink) SetVideoPreviewCount(v int64) *ShareLink
- func (s ShareLink) String() string
- type SystemTag
- func (s SystemTag) GoString() string
- func (s *SystemTag) SetConfidence(v float32) *SystemTag
- func (s *SystemTag) SetName(v string) *SystemTag
- func (s *SystemTag) SetParentName(v string) *SystemTag
- func (s *SystemTag) SetSource(v string) *SystemTag
- func (s *SystemTag) SetTagLevel(v int32) *SystemTag
- func (s SystemTag) String() string
- type Token
- func (s Token) GoString() string
- func (s *Token) SetAccessToken(v string) *Token
- func (s *Token) SetAvatar(v string) *Token
- func (s *Token) SetDefaultDriveId(v string) *Token
- func (s *Token) SetDeviceId(v string) *Token
- func (s *Token) SetDeviceName(v string) *Token
- func (s *Token) SetDomainId(v string) *Token
- func (s *Token) SetExpireTime(v string) *Token
- func (s *Token) SetExpiresIn(v int64) *Token
- func (s *Token) SetIsFirstLogin(v bool) *Token
- func (s *Token) SetNickName(v string) *Token
- func (s *Token) SetRefreshToken(v string) *Token
- func (s *Token) SetRole(v string) *Token
- func (s *Token) SetStatus(v string) *Token
- func (s *Token) SetTokenType(v string) *Token
- func (s *Token) SetUserId(v string) *Token
- func (s *Token) SetUserName(v string) *Token
- func (s Token) String() string
- type TokenRequest
- func (s TokenRequest) GoString() string
- func (s *TokenRequest) SetAssertion(v string) *TokenRequest
- func (s *TokenRequest) SetClientId(v string) *TokenRequest
- func (s *TokenRequest) SetClientSecret(v string) *TokenRequest
- func (s *TokenRequest) SetCode(v string) *TokenRequest
- func (s *TokenRequest) SetGrantType(v string) *TokenRequest
- func (s *TokenRequest) SetRedirectUri(v string) *TokenRequest
- func (s *TokenRequest) SetRefreshToken(v string) *TokenRequest
- func (s TokenRequest) String() string
- type TokenResponse
- type TrashFileRequest
- type TrashFileResponse
- func (s TrashFileResponse) GoString() string
- func (s *TrashFileResponse) SetBody(v *TrashFileResponseBody) *TrashFileResponse
- func (s *TrashFileResponse) SetHeaders(v map[string]*string) *TrashFileResponse
- func (s *TrashFileResponse) SetStatusCode(v int32) *TrashFileResponse
- func (s TrashFileResponse) String() string
- type TrashFileResponseBody
- func (s TrashFileResponseBody) GoString() string
- func (s *TrashFileResponseBody) SetAsyncTaskId(v string) *TrashFileResponseBody
- func (s *TrashFileResponseBody) SetDomainId(v string) *TrashFileResponseBody
- func (s *TrashFileResponseBody) SetDriveId(v string) *TrashFileResponseBody
- func (s *TrashFileResponseBody) SetFileId(v string) *TrashFileResponseBody
- func (s TrashFileResponseBody) String() string
- type UpdateDriveRequest
- func (s UpdateDriveRequest) GoString() string
- func (s *UpdateDriveRequest) SetDescription(v string) *UpdateDriveRequest
- func (s *UpdateDriveRequest) SetDriveId(v string) *UpdateDriveRequest
- func (s *UpdateDriveRequest) SetDriveName(v string) *UpdateDriveRequest
- func (s *UpdateDriveRequest) SetStatus(v string) *UpdateDriveRequest
- func (s *UpdateDriveRequest) SetTotalSize(v int64) *UpdateDriveRequest
- func (s UpdateDriveRequest) String() string
- type UpdateDriveResponse
- func (s UpdateDriveResponse) GoString() string
- func (s *UpdateDriveResponse) SetBody(v *UpdateDriveResponseBody) *UpdateDriveResponse
- func (s *UpdateDriveResponse) SetHeaders(v map[string]*string) *UpdateDriveResponse
- func (s *UpdateDriveResponse) SetStatusCode(v int32) *UpdateDriveResponse
- func (s UpdateDriveResponse) String() string
- type UpdateDriveResponseBody
- type UpdateFileRequest
- func (s UpdateFileRequest) GoString() string
- func (s *UpdateFileRequest) SetCheckNameMode(v string) *UpdateFileRequest
- func (s *UpdateFileRequest) SetDescription(v string) *UpdateFileRequest
- func (s *UpdateFileRequest) SetDriveId(v string) *UpdateFileRequest
- func (s *UpdateFileRequest) SetFileId(v string) *UpdateFileRequest
- func (s *UpdateFileRequest) SetHidden(v bool) *UpdateFileRequest
- func (s *UpdateFileRequest) SetLabels(v []*string) *UpdateFileRequest
- func (s *UpdateFileRequest) SetLocalModifiedAt(v string) *UpdateFileRequest
- func (s *UpdateFileRequest) SetName(v string) *UpdateFileRequest
- func (s *UpdateFileRequest) SetStarred(v bool) *UpdateFileRequest
- func (s UpdateFileRequest) String() string
- type UpdateFileResponse
- func (s UpdateFileResponse) GoString() string
- func (s *UpdateFileResponse) SetBody(v *File) *UpdateFileResponse
- func (s *UpdateFileResponse) SetHeaders(v map[string]*string) *UpdateFileResponse
- func (s *UpdateFileResponse) SetStatusCode(v int32) *UpdateFileResponse
- func (s UpdateFileResponse) String() string
- type UpdateGroupRequest
- func (s UpdateGroupRequest) GoString() string
- func (s *UpdateGroupRequest) SetDescription(v string) *UpdateGroupRequest
- func (s *UpdateGroupRequest) SetGroupId(v string) *UpdateGroupRequest
- func (s *UpdateGroupRequest) SetGroupName(v string) *UpdateGroupRequest
- func (s UpdateGroupRequest) String() string
- type UpdateGroupResponse
- func (s UpdateGroupResponse) GoString() string
- func (s *UpdateGroupResponse) SetBody(v *Group) *UpdateGroupResponse
- func (s *UpdateGroupResponse) SetHeaders(v map[string]*string) *UpdateGroupResponse
- func (s *UpdateGroupResponse) SetStatusCode(v int32) *UpdateGroupResponse
- func (s UpdateGroupResponse) String() string
- type UpdateShareLinkRequest
- func (s UpdateShareLinkRequest) GoString() string
- func (s *UpdateShareLinkRequest) SetDescription(v string) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetDisableDownload(v bool) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetDisablePreview(v bool) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetDisableSave(v bool) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetDownloadCount(v int64) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetDownloadLimit(v int64) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetExpiration(v string) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetPreviewCount(v int64) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetPreviewLimit(v int64) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetReportCount(v int64) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetRequireLogin(v bool) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetSaveCount(v int64) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetSaveLimit(v int64) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetShareId(v string) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetShareName(v string) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetSharePwd(v string) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetStatus(v string) *UpdateShareLinkRequest
- func (s *UpdateShareLinkRequest) SetVideoPreviewCount(v int64) *UpdateShareLinkRequest
- func (s UpdateShareLinkRequest) String() string
- type UpdateShareLinkResponse
- func (s UpdateShareLinkResponse) GoString() string
- func (s *UpdateShareLinkResponse) SetBody(v *ShareLink) *UpdateShareLinkResponse
- func (s *UpdateShareLinkResponse) SetHeaders(v map[string]*string) *UpdateShareLinkResponse
- func (s *UpdateShareLinkResponse) SetStatusCode(v int32) *UpdateShareLinkResponse
- func (s UpdateShareLinkResponse) String() string
- type UpdateUserRequest
- func (s UpdateUserRequest) GoString() string
- func (s *UpdateUserRequest) SetAvatar(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetDenyChangePasswordBySelf(v bool) *UpdateUserRequest
- func (s *UpdateUserRequest) SetDescription(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetEmail(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetGroupInfoList(v []*UpdateUserRequestGroupInfoList) *UpdateUserRequest
- func (s *UpdateUserRequest) SetNeedChangePasswordNextLogin(v bool) *UpdateUserRequest
- func (s *UpdateUserRequest) SetNickName(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetPhone(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetPlainPassword(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetRole(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetStatus(v string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetUserData(v map[string]*string) *UpdateUserRequest
- func (s *UpdateUserRequest) SetUserId(v string) *UpdateUserRequest
- func (s UpdateUserRequest) String() string
- type UpdateUserRequestGroupInfoList
- type UpdateUserResponse
- func (s UpdateUserResponse) GoString() string
- func (s *UpdateUserResponse) SetBody(v *User) *UpdateUserResponse
- func (s *UpdateUserResponse) SetHeaders(v map[string]*string) *UpdateUserResponse
- func (s *UpdateUserResponse) SetStatusCode(v int32) *UpdateUserResponse
- func (s UpdateUserResponse) String() string
- type UploadPartInfo
- func (s UploadPartInfo) GoString() string
- func (s *UploadPartInfo) SetEtag(v string) *UploadPartInfo
- func (s *UploadPartInfo) SetInternalUploadUrl(v string) *UploadPartInfo
- func (s *UploadPartInfo) SetParallelSha1Ctx(v *UploadPartInfoParallelSha1Ctx) *UploadPartInfo
- func (s *UploadPartInfo) SetPartNumber(v int32) *UploadPartInfo
- func (s *UploadPartInfo) SetPartSize(v int64) *UploadPartInfo
- func (s *UploadPartInfo) SetUploadUrl(v string) *UploadPartInfo
- func (s UploadPartInfo) String() string
- type UploadPartInfoParallelSha1Ctx
- type User
- func (s User) GoString() string
- func (s *User) SetAvatar(v string) *User
- func (s *User) SetCreatedAt(v int64) *User
- func (s *User) SetCreator(v string) *User
- func (s *User) SetDefaultDriveId(v string) *User
- func (s *User) SetDenyChangePasswordBySelf(v bool) *User
- func (s *User) SetDescription(v string) *User
- func (s *User) SetDomainId(v string) *User
- func (s *User) SetEmail(v string) *User
- func (s *User) SetNeedChangePasswordNextLogin(v bool) *User
- func (s *User) SetNickName(v string) *User
- func (s *User) SetPhone(v string) *User
- func (s *User) SetRole(v string) *User
- func (s *User) SetStatus(v string) *User
- func (s *User) SetUpdatedAt(v int64) *User
- func (s *User) SetUserData(v map[string]*string) *User
- func (s *User) SetUserId(v string) *User
- func (s *User) SetUserName(v string) *User
- func (s User) String() string
- type UserTag
- type VideoMediaMetadata
- type VideoPreviewPlayInfo
- func (s VideoPreviewPlayInfo) GoString() string
- func (s *VideoPreviewPlayInfo) SetCategory(v string) *VideoPreviewPlayInfo
- func (s *VideoPreviewPlayInfo) SetLiveTranscodingTaskList(v []*VideoPreviewPlayInfoLiveTranscodingTaskList) *VideoPreviewPlayInfo
- func (s *VideoPreviewPlayInfo) SetMeta(v *VideoPreviewPlayInfoMeta) *VideoPreviewPlayInfo
- func (s VideoPreviewPlayInfo) String() string
- type VideoPreviewPlayInfoLiveTranscodingTaskList
- func (s VideoPreviewPlayInfoLiveTranscodingTaskList) GoString() string
- func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetKeepOriginalResolution(v bool) *VideoPreviewPlayInfoLiveTranscodingTaskList
- func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetStatus(v string) *VideoPreviewPlayInfoLiveTranscodingTaskList
- func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetTemplateId(v string) *VideoPreviewPlayInfoLiveTranscodingTaskList
- func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetUrl(v string) *VideoPreviewPlayInfoLiveTranscodingTaskList
- func (s VideoPreviewPlayInfoLiveTranscodingTaskList) String() string
- type VideoPreviewPlayInfoMeta
- func (s VideoPreviewPlayInfoMeta) GoString() string
- func (s *VideoPreviewPlayInfoMeta) SetDuration(v float64) *VideoPreviewPlayInfoMeta
- func (s *VideoPreviewPlayInfoMeta) SetHeight(v int64) *VideoPreviewPlayInfoMeta
- func (s *VideoPreviewPlayInfoMeta) SetWidth(v int64) *VideoPreviewPlayInfoMeta
- func (s VideoPreviewPlayInfoMeta) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountLinkInfo ¶
type AccountLinkInfo struct { // 账号类型 AuthenticationType *string `json:"authentication_type,omitempty" xml:"authentication_type,omitempty"` // 账号创建时间 CreatedAt *int64 `json:"created_at,omitempty" xml:"created_at,omitempty"` // 账号显示名 DisplayName *string `json:"display_name,omitempty" xml:"display_name,omitempty"` // 域ID DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 账号附加信息 Extra *string `json:"extra,omitempty" xml:"extra,omitempty"` // 账号唯一标识 Identity *string `json:"identity,omitempty" xml:"identity,omitempty"` // 账号对应的用户ID UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"` }
func (AccountLinkInfo) GoString ¶
func (s AccountLinkInfo) GoString() string
func (*AccountLinkInfo) SetAuthenticationType ¶
func (s *AccountLinkInfo) SetAuthenticationType(v string) *AccountLinkInfo
func (*AccountLinkInfo) SetCreatedAt ¶
func (s *AccountLinkInfo) SetCreatedAt(v int64) *AccountLinkInfo
func (*AccountLinkInfo) SetDisplayName ¶
func (s *AccountLinkInfo) SetDisplayName(v string) *AccountLinkInfo
func (*AccountLinkInfo) SetDomainId ¶
func (s *AccountLinkInfo) SetDomainId(v string) *AccountLinkInfo
func (*AccountLinkInfo) SetExtra ¶
func (s *AccountLinkInfo) SetExtra(v string) *AccountLinkInfo
func (*AccountLinkInfo) SetIdentity ¶
func (s *AccountLinkInfo) SetIdentity(v string) *AccountLinkInfo
func (*AccountLinkInfo) SetUserId ¶
func (s *AccountLinkInfo) SetUserId(v string) *AccountLinkInfo
func (AccountLinkInfo) String ¶
func (s AccountLinkInfo) String() string
type Address ¶
type Address struct { // 市 City *string `json:"city,omitempty" xml:"city,omitempty"` // 国家 Country *string `json:"country,omitempty" xml:"country,omitempty"` // 区 District *string `json:"district,omitempty" xml:"district,omitempty"` // 省 Province *string `json:"province,omitempty" xml:"province,omitempty"` // 镇 Township *string `json:"township,omitempty" xml:"township,omitempty"` }
func (*Address) SetCountry ¶
func (*Address) SetDistrict ¶
func (*Address) SetProvince ¶
func (*Address) SetTownship ¶
type AddressGroup ¶
type AddressGroup struct { // 地点详细信息 AddressDetail *Address `json:"address_detail,omitempty" xml:"address_detail,omitempty"` // 地点数量 Count *int64 `json:"count,omitempty" xml:"count,omitempty"` // 地点封面图片文件ID CoverFileId *string `json:"cover_file_id,omitempty" xml:"cover_file_id,omitempty"` // 地点封面图片地址 CoverUrl *string `json:"cover_url,omitempty" xml:"cover_url,omitempty"` // 经纬度 Location *string `json:"location,omitempty" xml:"location,omitempty"` // 地点名称 Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (AddressGroup) GoString ¶
func (s AddressGroup) GoString() string
func (*AddressGroup) SetAddressDetail ¶
func (s *AddressGroup) SetAddressDetail(v *Address) *AddressGroup
func (*AddressGroup) SetCount ¶
func (s *AddressGroup) SetCount(v int64) *AddressGroup
func (*AddressGroup) SetCoverFileId ¶
func (s *AddressGroup) SetCoverFileId(v string) *AddressGroup
func (*AddressGroup) SetCoverUrl ¶
func (s *AddressGroup) SetCoverUrl(v string) *AddressGroup
func (*AddressGroup) SetLocation ¶
func (s *AddressGroup) SetLocation(v string) *AddressGroup
func (*AddressGroup) SetName ¶
func (s *AddressGroup) SetName(v string) *AddressGroup
func (AddressGroup) String ¶
func (s AddressGroup) String() string
type AuthorizeRequest ¶
type AuthorizeRequest struct { ClientId *string `json:"client_id,omitempty" xml:"client_id,omitempty"` HideConsent *bool `json:"hide_consent,omitempty" xml:"hide_consent,omitempty"` LoginType *string `json:"login_type,omitempty" xml:"login_type,omitempty"` RedirectUri *string `json:"redirect_uri,omitempty" xml:"redirect_uri,omitempty"` ResponseType *string `json:"response_type,omitempty" xml:"response_type,omitempty"` Scope []*string `json:"scope,omitempty" xml:"scope,omitempty" type:"Repeated"` State *string `json:"state,omitempty" xml:"state,omitempty"` }
func (AuthorizeRequest) GoString ¶
func (s AuthorizeRequest) GoString() string
func (*AuthorizeRequest) SetClientId ¶
func (s *AuthorizeRequest) SetClientId(v string) *AuthorizeRequest
func (*AuthorizeRequest) SetHideConsent ¶
func (s *AuthorizeRequest) SetHideConsent(v bool) *AuthorizeRequest
func (*AuthorizeRequest) SetLoginType ¶
func (s *AuthorizeRequest) SetLoginType(v string) *AuthorizeRequest
func (*AuthorizeRequest) SetRedirectUri ¶
func (s *AuthorizeRequest) SetRedirectUri(v string) *AuthorizeRequest
func (*AuthorizeRequest) SetResponseType ¶
func (s *AuthorizeRequest) SetResponseType(v string) *AuthorizeRequest
func (*AuthorizeRequest) SetScope ¶
func (s *AuthorizeRequest) SetScope(v []*string) *AuthorizeRequest
func (*AuthorizeRequest) SetState ¶
func (s *AuthorizeRequest) SetState(v string) *AuthorizeRequest
func (AuthorizeRequest) String ¶
func (s AuthorizeRequest) String() string
type AuthorizeResponse ¶
type AuthorizeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (AuthorizeResponse) GoString ¶
func (s AuthorizeResponse) GoString() string
func (*AuthorizeResponse) SetHeaders ¶
func (s *AuthorizeResponse) SetHeaders(v map[string]*string) *AuthorizeResponse
func (*AuthorizeResponse) SetStatusCode ¶
func (s *AuthorizeResponse) SetStatusCode(v int32) *AuthorizeResponse
func (AuthorizeResponse) String ¶
func (s AuthorizeResponse) String() string
type AuthorizeShrinkRequest ¶
type AuthorizeShrinkRequest struct { ClientId *string `json:"client_id,omitempty" xml:"client_id,omitempty"` HideConsent *bool `json:"hide_consent,omitempty" xml:"hide_consent,omitempty"` LoginType *string `json:"login_type,omitempty" xml:"login_type,omitempty"` RedirectUri *string `json:"redirect_uri,omitempty" xml:"redirect_uri,omitempty"` ResponseType *string `json:"response_type,omitempty" xml:"response_type,omitempty"` ScopeShrink *string `json:"scope,omitempty" xml:"scope,omitempty"` State *string `json:"state,omitempty" xml:"state,omitempty"` }
func (AuthorizeShrinkRequest) GoString ¶
func (s AuthorizeShrinkRequest) GoString() string
func (*AuthorizeShrinkRequest) SetClientId ¶
func (s *AuthorizeShrinkRequest) SetClientId(v string) *AuthorizeShrinkRequest
func (*AuthorizeShrinkRequest) SetHideConsent ¶
func (s *AuthorizeShrinkRequest) SetHideConsent(v bool) *AuthorizeShrinkRequest
func (*AuthorizeShrinkRequest) SetLoginType ¶
func (s *AuthorizeShrinkRequest) SetLoginType(v string) *AuthorizeShrinkRequest
func (*AuthorizeShrinkRequest) SetRedirectUri ¶
func (s *AuthorizeShrinkRequest) SetRedirectUri(v string) *AuthorizeShrinkRequest
func (*AuthorizeShrinkRequest) SetResponseType ¶
func (s *AuthorizeShrinkRequest) SetResponseType(v string) *AuthorizeShrinkRequest
func (*AuthorizeShrinkRequest) SetScopeShrink ¶
func (s *AuthorizeShrinkRequest) SetScopeShrink(v string) *AuthorizeShrinkRequest
func (*AuthorizeShrinkRequest) SetState ¶
func (s *AuthorizeShrinkRequest) SetState(v string) *AuthorizeShrinkRequest
func (AuthorizeShrinkRequest) String ¶
func (s AuthorizeShrinkRequest) String() string
type CancelShareLinkRequest ¶
type CancelShareLinkRequest struct {
}func (CancelShareLinkRequest) GoString ¶
func (s CancelShareLinkRequest) GoString() string
func (*CancelShareLinkRequest) SetShareId ¶
func (s *CancelShareLinkRequest) SetShareId(v string) *CancelShareLinkRequest
func (CancelShareLinkRequest) String ¶
func (s CancelShareLinkRequest) String() string
type CancelShareLinkResponse ¶
type CancelShareLinkResponse struct {}
func (CancelShareLinkResponse) GoString ¶
func (s CancelShareLinkResponse) GoString() string
func (*CancelShareLinkResponse) SetHeaders ¶
func (s *CancelShareLinkResponse) SetHeaders(v map[string]*string) *CancelShareLinkResponse
func (*CancelShareLinkResponse) SetStatusCode ¶
func (s *CancelShareLinkResponse) SetStatusCode(v int32) *CancelShareLinkResponse
func (CancelShareLinkResponse) String ¶
func (s CancelShareLinkResponse) String() string
type ClearRecyclebinRequest ¶
type ClearRecyclebinRequest struct {
DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"`
}
func (ClearRecyclebinRequest) GoString ¶
func (s ClearRecyclebinRequest) GoString() string
func (*ClearRecyclebinRequest) SetDriveId ¶
func (s *ClearRecyclebinRequest) SetDriveId(v string) *ClearRecyclebinRequest
func (ClearRecyclebinRequest) String ¶
func (s ClearRecyclebinRequest) String() string
type ClearRecyclebinResponse ¶
type ClearRecyclebinResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ClearRecyclebinResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ClearRecyclebinResponse) GoString ¶
func (s ClearRecyclebinResponse) GoString() string
func (*ClearRecyclebinResponse) SetBody ¶
func (s *ClearRecyclebinResponse) SetBody(v *ClearRecyclebinResponseBody) *ClearRecyclebinResponse
func (*ClearRecyclebinResponse) SetHeaders ¶
func (s *ClearRecyclebinResponse) SetHeaders(v map[string]*string) *ClearRecyclebinResponse
func (*ClearRecyclebinResponse) SetStatusCode ¶
func (s *ClearRecyclebinResponse) SetStatusCode(v int32) *ClearRecyclebinResponse
func (ClearRecyclebinResponse) String ¶
func (s ClearRecyclebinResponse) String() string
type ClearRecyclebinResponseBody ¶
type ClearRecyclebinResponseBody struct { // Id of the request DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"` }
func (ClearRecyclebinResponseBody) GoString ¶
func (s ClearRecyclebinResponseBody) GoString() string
func (*ClearRecyclebinResponseBody) SetDomainId ¶
func (s *ClearRecyclebinResponseBody) SetDomainId(v string) *ClearRecyclebinResponseBody
func (*ClearRecyclebinResponseBody) SetDriveId ¶
func (s *ClearRecyclebinResponseBody) SetDriveId(v string) *ClearRecyclebinResponseBody
func (*ClearRecyclebinResponseBody) SetTaskId ¶
func (s *ClearRecyclebinResponseBody) SetTaskId(v string) *ClearRecyclebinResponseBody
func (ClearRecyclebinResponseBody) String ¶
func (s ClearRecyclebinResponseBody) String() string
type Client ¶
func (*Client) Authorize ¶
func (client *Client) Authorize(request *AuthorizeRequest) (_result *AuthorizeResponse, _err error)
func (*Client) AuthorizeWithOptions ¶
func (client *Client) AuthorizeWithOptions(tmpReq *AuthorizeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AuthorizeResponse, _err error)
func (*Client) CancelShareLink ¶
func (client *Client) CancelShareLink(request *CancelShareLinkRequest) (_result *CancelShareLinkResponse, _err error)
func (*Client) CancelShareLinkWithOptions ¶
func (client *Client) CancelShareLinkWithOptions(request *CancelShareLinkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelShareLinkResponse, _err error)
func (*Client) ClearRecyclebin ¶
func (client *Client) ClearRecyclebin(request *ClearRecyclebinRequest) (_result *ClearRecyclebinResponse, _err error)
func (*Client) ClearRecyclebinWithOptions ¶
func (client *Client) ClearRecyclebinWithOptions(request *ClearRecyclebinRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ClearRecyclebinResponse, _err error)
func (*Client) CompleteFile ¶
func (client *Client) CompleteFile(request *CompleteFileRequest) (_result *CompleteFileResponse, _err error)
func (*Client) CompleteFileWithOptions ¶
func (client *Client) CompleteFileWithOptions(request *CompleteFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CompleteFileResponse, _err error)
func (*Client) CreateDrive ¶
func (client *Client) CreateDrive(request *CreateDriveRequest) (_result *CreateDriveResponse, _err error)
func (*Client) CreateDriveWithOptions ¶
func (client *Client) CreateDriveWithOptions(request *CreateDriveRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDriveResponse, _err error)
func (*Client) CreateFile ¶
func (client *Client) CreateFile(request *CreateFileRequest) (_result *CreateFileResponse, _err error)
func (*Client) CreateFileWithOptions ¶
func (client *Client) CreateFileWithOptions(request *CreateFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFileResponse, _err error)
func (*Client) CreateGroup ¶
func (client *Client) CreateGroup(request *CreateGroupRequest) (_result *CreateGroupResponse, _err error)
func (*Client) CreateGroupWithOptions ¶
func (client *Client) CreateGroupWithOptions(request *CreateGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateGroupResponse, _err error)
func (*Client) CreateShareLink ¶
func (client *Client) CreateShareLink(request *CreateShareLinkRequest) (_result *CreateShareLinkResponse, _err error)
func (*Client) CreateShareLinkWithOptions ¶
func (client *Client) CreateShareLinkWithOptions(request *CreateShareLinkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateShareLinkResponse, _err error)
func (*Client) CreateUser ¶
func (client *Client) CreateUser(request *CreateUserRequest) (_result *CreateUserResponse, _err error)
func (*Client) CreateUserWithOptions ¶
func (client *Client) CreateUserWithOptions(request *CreateUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateUserResponse, _err error)
func (*Client) DeleteDrive ¶
func (client *Client) DeleteDrive(request *DeleteDriveRequest) (_result *DeleteDriveResponse, _err error)
func (*Client) DeleteDriveWithOptions ¶
func (client *Client) DeleteDriveWithOptions(request *DeleteDriveRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDriveResponse, _err error)
func (*Client) DeleteFile ¶
func (client *Client) DeleteFile(request *DeleteFileRequest) (_result *DeleteFileResponse, _err error)
func (*Client) DeleteFileWithOptions ¶
func (client *Client) DeleteFileWithOptions(request *DeleteFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFileResponse, _err error)
func (*Client) DeleteGroup ¶
func (client *Client) DeleteGroup(request *DeleteGroupRequest) (_result *DeleteGroupResponse, _err error)
func (*Client) DeleteGroupWithOptions ¶
func (client *Client) DeleteGroupWithOptions(request *DeleteGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGroupResponse, _err error)
func (*Client) DeleteUser ¶
func (client *Client) DeleteUser(request *DeleteUserRequest) (_result *DeleteUserResponse, _err error)
func (*Client) DeleteUserWithOptions ¶
func (client *Client) DeleteUserWithOptions(request *DeleteUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteUserResponse, _err error)
func (*Client) DeltaGetLastCursor ¶
func (client *Client) DeltaGetLastCursor(request *DeltaGetLastCursorRequest) (_result *DeltaGetLastCursorResponse, _err error)
func (*Client) DeltaGetLastCursorWithOptions ¶
func (client *Client) DeltaGetLastCursorWithOptions(request *DeltaGetLastCursorRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeltaGetLastCursorResponse, _err error)
func (*Client) DownloadFile ¶
func (client *Client) DownloadFile(request *DownloadFileRequest) (_result *DownloadFileResponse, _err error)
func (*Client) DownloadFileWithOptions ¶
func (client *Client) DownloadFileWithOptions(request *DownloadFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DownloadFileResponse, _err error)
func (*Client) FileAddPermission ¶
func (client *Client) FileAddPermission(request *FileAddPermissionRequest) (_result *FileAddPermissionResponse, _err error)
func (*Client) FileAddPermissionWithOptions ¶
func (client *Client) FileAddPermissionWithOptions(request *FileAddPermissionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *FileAddPermissionResponse, _err error)
func (*Client) FileListPermission ¶
func (client *Client) FileListPermission(request *FileListPermissionRequest) (_result *FileListPermissionResponse, _err error)
func (*Client) FileListPermissionWithOptions ¶
func (client *Client) FileListPermissionWithOptions(request *FileListPermissionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *FileListPermissionResponse, _err error)
func (*Client) FileRemovePermission ¶
func (client *Client) FileRemovePermission(request *FileRemovePermissionRequest) (_result *FileRemovePermissionResponse, _err error)
func (*Client) FileRemovePermissionWithOptions ¶
func (client *Client) FileRemovePermissionWithOptions(request *FileRemovePermissionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *FileRemovePermissionResponse, _err error)
func (*Client) GetAsyncTask ¶
func (client *Client) GetAsyncTask(request *GetAsyncTaskRequest) (_result *GetAsyncTaskResponse, _err error)
func (*Client) GetAsyncTaskWithOptions ¶
func (client *Client) GetAsyncTaskWithOptions(request *GetAsyncTaskRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAsyncTaskResponse, _err error)
func (*Client) GetDefaultDrive ¶
func (client *Client) GetDefaultDrive(request *GetDefaultDriveRequest) (_result *GetDefaultDriveResponse, _err error)
func (*Client) GetDefaultDriveWithOptions ¶
func (client *Client) GetDefaultDriveWithOptions(request *GetDefaultDriveRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDefaultDriveResponse, _err error)
func (*Client) GetDownloadUrl ¶
func (client *Client) GetDownloadUrl(request *GetDownloadUrlRequest) (_result *GetDownloadUrlResponse, _err error)
func (*Client) GetDownloadUrlWithOptions ¶
func (client *Client) GetDownloadUrlWithOptions(request *GetDownloadUrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDownloadUrlResponse, _err error)
func (*Client) GetDrive ¶
func (client *Client) GetDrive(request *GetDriveRequest) (_result *GetDriveResponse, _err error)
func (*Client) GetDriveWithOptions ¶
func (client *Client) GetDriveWithOptions(request *GetDriveRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDriveResponse, _err error)
func (*Client) GetEndpoint ¶
func (*Client) GetFile ¶
func (client *Client) GetFile(request *GetFileRequest) (_result *GetFileResponse, _err error)
func (*Client) GetFileWithOptions ¶
func (client *Client) GetFileWithOptions(request *GetFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFileResponse, _err error)
func (*Client) GetGroup ¶
func (client *Client) GetGroup(request *GetGroupRequest) (_result *GetGroupResponse, _err error)
func (*Client) GetGroupWithOptions ¶
func (client *Client) GetGroupWithOptions(request *GetGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetGroupResponse, _err error)
func (*Client) GetLinkInfo ¶
func (client *Client) GetLinkInfo(request *GetLinkInfoRequest) (_result *GetLinkInfoResponse, _err error)
func (*Client) GetLinkInfoByUserId ¶
func (client *Client) GetLinkInfoByUserId(request *GetLinkInfoByUserIdRequest) (_result *GetLinkInfoByUserIdResponse, _err error)
func (*Client) GetLinkInfoByUserIdWithOptions ¶
func (client *Client) GetLinkInfoByUserIdWithOptions(request *GetLinkInfoByUserIdRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLinkInfoByUserIdResponse, _err error)
func (*Client) GetLinkInfoWithOptions ¶
func (client *Client) GetLinkInfoWithOptions(request *GetLinkInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLinkInfoResponse, _err error)
func (*Client) GetShareLink ¶
func (client *Client) GetShareLink(request *GetShareLinkRequest) (_result *GetShareLinkResponse, _err error)
func (*Client) GetShareLinkByAnonymous ¶
func (client *Client) GetShareLinkByAnonymous(request *GetShareLinkByAnonymousRequest) (_result *GetShareLinkByAnonymousResponse, _err error)
func (*Client) GetShareLinkByAnonymousWithOptions ¶
func (client *Client) GetShareLinkByAnonymousWithOptions(request *GetShareLinkByAnonymousRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetShareLinkByAnonymousResponse, _err error)
func (*Client) GetShareLinkToken ¶
func (client *Client) GetShareLinkToken(request *GetShareLinkTokenRequest) (_result *GetShareLinkTokenResponse, _err error)
func (*Client) GetShareLinkTokenWithOptions ¶
func (client *Client) GetShareLinkTokenWithOptions(request *GetShareLinkTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetShareLinkTokenResponse, _err error)
func (*Client) GetShareLinkWithOptions ¶
func (client *Client) GetShareLinkWithOptions(request *GetShareLinkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetShareLinkResponse, _err error)
func (*Client) GetUploadUrl ¶
func (client *Client) GetUploadUrl(request *GetUploadUrlRequest) (_result *GetUploadUrlResponse, _err error)
func (*Client) GetUploadUrlWithOptions ¶
func (client *Client) GetUploadUrlWithOptions(request *GetUploadUrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetUploadUrlResponse, _err error)
func (*Client) GetUser ¶
func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)
func (*Client) GetUserWithOptions ¶
func (client *Client) GetUserWithOptions(request *GetUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)
func (*Client) ImportUser ¶
func (client *Client) ImportUser(request *ImportUserRequest) (_result *ImportUserResponse, _err error)
func (*Client) ImportUserWithOptions ¶
func (client *Client) ImportUserWithOptions(request *ImportUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ImportUserResponse, _err error)
func (*Client) LinkAccount ¶
func (client *Client) LinkAccount(request *LinkAccountRequest) (_result *LinkAccountResponse, _err error)
func (*Client) LinkAccountWithOptions ¶
func (client *Client) LinkAccountWithOptions(request *LinkAccountRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *LinkAccountResponse, _err error)
func (*Client) ListDelta ¶
func (client *Client) ListDelta(request *ListDeltaRequest) (_result *ListDeltaResponse, _err error)
func (*Client) ListDeltaWithOptions ¶
func (client *Client) ListDeltaWithOptions(request *ListDeltaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDeltaResponse, _err error)
func (*Client) ListDrive ¶
func (client *Client) ListDrive(request *ListDriveRequest) (_result *ListDriveResponse, _err error)
func (*Client) ListDriveWithOptions ¶
func (client *Client) ListDriveWithOptions(request *ListDriveRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDriveResponse, _err error)
func (*Client) ListFile ¶
func (client *Client) ListFile(request *ListFileRequest) (_result *ListFileResponse, _err error)
func (*Client) ListFileWithOptions ¶
func (client *Client) ListFileWithOptions(request *ListFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFileResponse, _err error)
func (*Client) ListGroup ¶
func (client *Client) ListGroup(request *ListGroupRequest) (_result *ListGroupResponse, _err error)
func (*Client) ListGroupWithOptions ¶
func (client *Client) ListGroupWithOptions(request *ListGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGroupResponse, _err error)
func (*Client) ListMyDrives ¶
func (client *Client) ListMyDrives(request *ListMyDrivesRequest) (_result *ListMyDrivesResponse, _err error)
func (*Client) ListMyDrivesWithOptions ¶
func (client *Client) ListMyDrivesWithOptions(request *ListMyDrivesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMyDrivesResponse, _err error)
func (*Client) ListRecyclebin ¶
func (client *Client) ListRecyclebin(request *ListRecyclebinRequest) (_result *ListRecyclebinResponse, _err error)
func (*Client) ListRecyclebinWithOptions ¶
func (client *Client) ListRecyclebinWithOptions(request *ListRecyclebinRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRecyclebinResponse, _err error)
func (*Client) ListShareLink ¶
func (client *Client) ListShareLink(request *ListShareLinkRequest) (_result *ListShareLinkResponse, _err error)
func (*Client) ListShareLinkWithOptions ¶
func (client *Client) ListShareLinkWithOptions(request *ListShareLinkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListShareLinkResponse, _err error)
func (*Client) ListTags ¶
func (client *Client) ListTags(request *ListTagsRequest) (_result *ListTagsResponse, _err error)
func (*Client) ListTagsWithOptions ¶
func (client *Client) ListTagsWithOptions(request *ListTagsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTagsResponse, _err error)
func (*Client) ListUploadedParts ¶
func (client *Client) ListUploadedParts(request *ListUploadedPartsRequest) (_result *ListUploadedPartsResponse, _err error)
func (*Client) ListUploadedPartsWithOptions ¶
func (client *Client) ListUploadedPartsWithOptions(request *ListUploadedPartsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUploadedPartsResponse, _err error)
func (*Client) ListUser ¶
func (client *Client) ListUser(request *ListUserRequest) (_result *ListUserResponse, _err error)
func (*Client) ListUserWithOptions ¶
func (client *Client) ListUserWithOptions(request *ListUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserResponse, _err error)
func (*Client) MoveFile ¶
func (client *Client) MoveFile(request *MoveFileRequest) (_result *MoveFileResponse, _err error)
func (*Client) MoveFileWithOptions ¶
func (client *Client) MoveFileWithOptions(request *MoveFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *MoveFileResponse, _err error)
func (*Client) RemoveFaceGroupFile ¶
func (client *Client) RemoveFaceGroupFile(request *RemoveFaceGroupFileRequest) (_result *RemoveFaceGroupFileResponse, _err error)
func (*Client) RemoveFaceGroupFileWithOptions ¶
func (client *Client) RemoveFaceGroupFileWithOptions(request *RemoveFaceGroupFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveFaceGroupFileResponse, _err error)
func (*Client) RestoreFile ¶
func (client *Client) RestoreFile(request *RestoreFileRequest) (_result *RestoreFileResponse, _err error)
func (*Client) RestoreFileWithOptions ¶
func (client *Client) RestoreFileWithOptions(request *RestoreFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RestoreFileResponse, _err error)
func (*Client) ScanFile ¶
func (client *Client) ScanFile(request *ScanFileRequest) (_result *ScanFileResponse, _err error)
func (*Client) ScanFileWithOptions ¶
func (client *Client) ScanFileWithOptions(request *ScanFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScanFileResponse, _err error)
func (*Client) SearchDrive ¶
func (client *Client) SearchDrive(request *SearchDriveRequest) (_result *SearchDriveResponse, _err error)
func (*Client) SearchDriveWithOptions ¶
func (client *Client) SearchDriveWithOptions(request *SearchDriveRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SearchDriveResponse, _err error)
func (*Client) SearchFile ¶
func (client *Client) SearchFile(request *SearchFileRequest) (_result *SearchFileResponse, _err error)
func (*Client) SearchFileWithOptions ¶
func (client *Client) SearchFileWithOptions(request *SearchFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SearchFileResponse, _err error)
func (*Client) SearchShareLink ¶
func (client *Client) SearchShareLink(request *SearchShareLinkRequest) (_result *SearchShareLinkResponse, _err error)
func (*Client) SearchShareLinkWithOptions ¶
func (client *Client) SearchShareLinkWithOptions(request *SearchShareLinkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SearchShareLinkResponse, _err error)
func (*Client) SearchUser ¶
func (client *Client) SearchUser(request *SearchUserRequest) (_result *SearchUserResponse, _err error)
func (*Client) SearchUserWithOptions ¶
func (client *Client) SearchUserWithOptions(request *SearchUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SearchUserResponse, _err error)
func (*Client) Token ¶
func (client *Client) Token(request *TokenRequest) (_result *TokenResponse, _err error)
func (*Client) TokenWithOptions ¶
func (client *Client) TokenWithOptions(request *TokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TokenResponse, _err error)
func (*Client) TrashFile ¶
func (client *Client) TrashFile(request *TrashFileRequest) (_result *TrashFileResponse, _err error)
func (*Client) TrashFileWithOptions ¶
func (client *Client) TrashFileWithOptions(request *TrashFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TrashFileResponse, _err error)
func (*Client) UpdateDrive ¶
func (client *Client) UpdateDrive(request *UpdateDriveRequest) (_result *UpdateDriveResponse, _err error)
func (*Client) UpdateDriveWithOptions ¶
func (client *Client) UpdateDriveWithOptions(request *UpdateDriveRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateDriveResponse, _err error)
func (*Client) UpdateFile ¶
func (client *Client) UpdateFile(request *UpdateFileRequest) (_result *UpdateFileResponse, _err error)
func (*Client) UpdateFileWithOptions ¶
func (client *Client) UpdateFileWithOptions(request *UpdateFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFileResponse, _err error)
func (*Client) UpdateGroup ¶
func (client *Client) UpdateGroup(request *UpdateGroupRequest) (_result *UpdateGroupResponse, _err error)
func (*Client) UpdateGroupWithOptions ¶
func (client *Client) UpdateGroupWithOptions(request *UpdateGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateGroupResponse, _err error)
func (*Client) UpdateShareLink ¶
func (client *Client) UpdateShareLink(request *UpdateShareLinkRequest) (_result *UpdateShareLinkResponse, _err error)
func (*Client) UpdateShareLinkWithOptions ¶
func (client *Client) UpdateShareLinkWithOptions(request *UpdateShareLinkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateShareLinkResponse, _err error)
func (*Client) UpdateUser ¶
func (client *Client) UpdateUser(request *UpdateUserRequest) (_result *UpdateUserResponse, _err error)
func (*Client) UpdateUserWithOptions ¶
func (client *Client) UpdateUserWithOptions(request *UpdateUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateUserResponse, _err error)
type CompleteFileRequest ¶
type CompleteFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` UploadId *string `json:"upload_id,omitempty" xml:"upload_id,omitempty"` }
func (CompleteFileRequest) GoString ¶
func (s CompleteFileRequest) GoString() string
func (*CompleteFileRequest) SetDriveId ¶
func (s *CompleteFileRequest) SetDriveId(v string) *CompleteFileRequest
func (*CompleteFileRequest) SetFileId ¶
func (s *CompleteFileRequest) SetFileId(v string) *CompleteFileRequest
func (*CompleteFileRequest) SetUploadId ¶
func (s *CompleteFileRequest) SetUploadId(v string) *CompleteFileRequest
func (CompleteFileRequest) String ¶
func (s CompleteFileRequest) String() string
type CompleteFileResponse ¶
type CompleteFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *File `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CompleteFileResponse) GoString ¶
func (s CompleteFileResponse) GoString() string
func (*CompleteFileResponse) SetBody ¶
func (s *CompleteFileResponse) SetBody(v *File) *CompleteFileResponse
func (*CompleteFileResponse) SetHeaders ¶
func (s *CompleteFileResponse) SetHeaders(v map[string]*string) *CompleteFileResponse
func (*CompleteFileResponse) SetStatusCode ¶
func (s *CompleteFileResponse) SetStatusCode(v int32) *CompleteFileResponse
func (CompleteFileResponse) String ¶
func (s CompleteFileResponse) String() string
type CreateDriveRequest ¶
type CreateDriveRequest struct { Default *bool `json:"default,omitempty" xml:"default,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DriveName *string `json:"drive_name,omitempty" xml:"drive_name,omitempty"` DriveType *string `json:"drive_type,omitempty" xml:"drive_type,omitempty"` Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` OwnerType *string `json:"owner_type,omitempty" xml:"owner_type,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` TotalSize *int64 `json:"total_size,omitempty" xml:"total_size,omitempty"` }
func (CreateDriveRequest) GoString ¶
func (s CreateDriveRequest) GoString() string
func (*CreateDriveRequest) SetDefault ¶
func (s *CreateDriveRequest) SetDefault(v bool) *CreateDriveRequest
func (*CreateDriveRequest) SetDescription ¶
func (s *CreateDriveRequest) SetDescription(v string) *CreateDriveRequest
func (*CreateDriveRequest) SetDriveName ¶
func (s *CreateDriveRequest) SetDriveName(v string) *CreateDriveRequest
func (*CreateDriveRequest) SetDriveType ¶
func (s *CreateDriveRequest) SetDriveType(v string) *CreateDriveRequest
func (*CreateDriveRequest) SetOwner ¶
func (s *CreateDriveRequest) SetOwner(v string) *CreateDriveRequest
func (*CreateDriveRequest) SetOwnerType ¶
func (s *CreateDriveRequest) SetOwnerType(v string) *CreateDriveRequest
func (*CreateDriveRequest) SetStatus ¶
func (s *CreateDriveRequest) SetStatus(v string) *CreateDriveRequest
func (*CreateDriveRequest) SetTotalSize ¶
func (s *CreateDriveRequest) SetTotalSize(v int64) *CreateDriveRequest
func (CreateDriveRequest) String ¶
func (s CreateDriveRequest) String() string
type CreateDriveResponse ¶
type CreateDriveResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateDriveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateDriveResponse) GoString ¶
func (s CreateDriveResponse) GoString() string
func (*CreateDriveResponse) SetBody ¶
func (s *CreateDriveResponse) SetBody(v *CreateDriveResponseBody) *CreateDriveResponse
func (*CreateDriveResponse) SetHeaders ¶
func (s *CreateDriveResponse) SetHeaders(v map[string]*string) *CreateDriveResponse
func (*CreateDriveResponse) SetStatusCode ¶
func (s *CreateDriveResponse) SetStatusCode(v int32) *CreateDriveResponse
func (CreateDriveResponse) String ¶
func (s CreateDriveResponse) String() string
type CreateDriveResponseBody ¶
type CreateDriveResponseBody struct { // Id of the request DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` }
func (CreateDriveResponseBody) GoString ¶
func (s CreateDriveResponseBody) GoString() string
func (*CreateDriveResponseBody) SetDomainId ¶
func (s *CreateDriveResponseBody) SetDomainId(v string) *CreateDriveResponseBody
func (*CreateDriveResponseBody) SetDriveId ¶
func (s *CreateDriveResponseBody) SetDriveId(v string) *CreateDriveResponseBody
func (CreateDriveResponseBody) String ¶
func (s CreateDriveResponseBody) String() string
type CreateFileRequest ¶
type CreateFileRequest struct { // 重命名模式 CheckNameMode *string `json:"check_name_mode,omitempty" xml:"check_name_mode,omitempty"` // 内容hash ContentHash *string `json:"content_hash,omitempty" xml:"content_hash,omitempty"` // 内容hash算法名 ContentHashName *string `json:"content_hash_name,omitempty" xml:"content_hash_name,omitempty"` // 文件类型 ContentType *string `json:"content_type,omitempty" xml:"content_type,omitempty"` // 描述信息 Description *string `json:"description,omitempty" xml:"description,omitempty"` // 用户空间id DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` // 文件id FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` Hidden *bool `json:"hidden,omitempty" xml:"hidden,omitempty"` ImageMediaMetadata *ImageMediaMetadata `json:"image_media_metadata,omitempty" xml:"image_media_metadata,omitempty"` // 文件本地创建时间 LocalCreatedAt *string `json:"local_created_at,omitempty" xml:"local_created_at,omitempty"` // 本地文件修改时间 LocalModifiedAt *string `json:"local_modified_at,omitempty" xml:"local_modified_at,omitempty"` // 文件或文件夹名称 Name *string `json:"name,omitempty" xml:"name,omitempty"` ParallelUpload *bool `json:"parallel_upload,omitempty" xml:"parallel_upload,omitempty"` // 父文件夹id ParentFileId *string `json:"parent_file_id,omitempty" xml:"parent_file_id,omitempty"` PartInfoList []*CreateFileRequestPartInfoList `json:"part_info_list,omitempty" xml:"part_info_list,omitempty" type:"Repeated"` PreHash *string `json:"pre_hash,omitempty" xml:"pre_hash,omitempty"` // 挑战码 ProofCode *string `json:"proof_code,omitempty" xml:"proof_code,omitempty"` // 挑战算法版本 ProofVersion *string `json:"proof_version,omitempty" xml:"proof_version,omitempty"` ShareId *string `json:"share_id,omitempty" xml:"share_id,omitempty"` // 文件大小 Size *int64 `json:"size,omitempty" xml:"size,omitempty"` // 类型 Type *string `json:"type,omitempty" xml:"type,omitempty"` // 用户打标 UserTags []*UserTag `json:"user_tags,omitempty" xml:"user_tags,omitempty" type:"Repeated"` VideoMediaMetadata *VideoMediaMetadata `json:"video_media_metadata,omitempty" xml:"video_media_metadata,omitempty"` }
func (CreateFileRequest) GoString ¶
func (s CreateFileRequest) GoString() string
func (*CreateFileRequest) SetCheckNameMode ¶
func (s *CreateFileRequest) SetCheckNameMode(v string) *CreateFileRequest
func (*CreateFileRequest) SetContentHash ¶
func (s *CreateFileRequest) SetContentHash(v string) *CreateFileRequest
func (*CreateFileRequest) SetContentHashName ¶
func (s *CreateFileRequest) SetContentHashName(v string) *CreateFileRequest
func (*CreateFileRequest) SetContentType ¶
func (s *CreateFileRequest) SetContentType(v string) *CreateFileRequest
func (*CreateFileRequest) SetDescription ¶
func (s *CreateFileRequest) SetDescription(v string) *CreateFileRequest
func (*CreateFileRequest) SetDriveId ¶
func (s *CreateFileRequest) SetDriveId(v string) *CreateFileRequest
func (*CreateFileRequest) SetFileId ¶
func (s *CreateFileRequest) SetFileId(v string) *CreateFileRequest
func (*CreateFileRequest) SetHidden ¶
func (s *CreateFileRequest) SetHidden(v bool) *CreateFileRequest
func (*CreateFileRequest) SetImageMediaMetadata ¶
func (s *CreateFileRequest) SetImageMediaMetadata(v *ImageMediaMetadata) *CreateFileRequest
func (*CreateFileRequest) SetLocalCreatedAt ¶
func (s *CreateFileRequest) SetLocalCreatedAt(v string) *CreateFileRequest
func (*CreateFileRequest) SetLocalModifiedAt ¶
func (s *CreateFileRequest) SetLocalModifiedAt(v string) *CreateFileRequest
func (*CreateFileRequest) SetName ¶
func (s *CreateFileRequest) SetName(v string) *CreateFileRequest
func (*CreateFileRequest) SetParallelUpload ¶
func (s *CreateFileRequest) SetParallelUpload(v bool) *CreateFileRequest
func (*CreateFileRequest) SetParentFileId ¶
func (s *CreateFileRequest) SetParentFileId(v string) *CreateFileRequest
func (*CreateFileRequest) SetPartInfoList ¶
func (s *CreateFileRequest) SetPartInfoList(v []*CreateFileRequestPartInfoList) *CreateFileRequest
func (*CreateFileRequest) SetPreHash ¶
func (s *CreateFileRequest) SetPreHash(v string) *CreateFileRequest
func (*CreateFileRequest) SetProofCode ¶
func (s *CreateFileRequest) SetProofCode(v string) *CreateFileRequest
func (*CreateFileRequest) SetProofVersion ¶
func (s *CreateFileRequest) SetProofVersion(v string) *CreateFileRequest
func (*CreateFileRequest) SetShareId ¶
func (s *CreateFileRequest) SetShareId(v string) *CreateFileRequest
func (*CreateFileRequest) SetSize ¶
func (s *CreateFileRequest) SetSize(v int64) *CreateFileRequest
func (*CreateFileRequest) SetType ¶
func (s *CreateFileRequest) SetType(v string) *CreateFileRequest
func (*CreateFileRequest) SetUserTags ¶
func (s *CreateFileRequest) SetUserTags(v []*UserTag) *CreateFileRequest
func (*CreateFileRequest) SetVideoMediaMetadata ¶
func (s *CreateFileRequest) SetVideoMediaMetadata(v *VideoMediaMetadata) *CreateFileRequest
func (CreateFileRequest) String ¶
func (s CreateFileRequest) String() string
type CreateFileRequestPartInfoList ¶
type CreateFileRequestPartInfoList struct {
PartNumber *int32 `json:"part_number,omitempty" xml:"part_number,omitempty"`
}
func (CreateFileRequestPartInfoList) GoString ¶
func (s CreateFileRequestPartInfoList) GoString() string
func (*CreateFileRequestPartInfoList) SetPartNumber ¶
func (s *CreateFileRequestPartInfoList) SetPartNumber(v int32) *CreateFileRequestPartInfoList
func (CreateFileRequestPartInfoList) String ¶
func (s CreateFileRequestPartInfoList) String() string
type CreateFileResponse ¶
type CreateFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateFileResponse) GoString ¶
func (s CreateFileResponse) GoString() string
func (*CreateFileResponse) SetBody ¶
func (s *CreateFileResponse) SetBody(v *CreateFileResponseBody) *CreateFileResponse
func (*CreateFileResponse) SetHeaders ¶
func (s *CreateFileResponse) SetHeaders(v map[string]*string) *CreateFileResponse
func (*CreateFileResponse) SetStatusCode ¶
func (s *CreateFileResponse) SetStatusCode(v int32) *CreateFileResponse
func (CreateFileResponse) String ¶
func (s CreateFileResponse) String() string
type CreateFileResponseBody ¶
type CreateFileResponseBody struct { // 域id DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 空间id DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` // 文件是否存在 Exist *bool `json:"exist,omitempty" xml:"exist,omitempty"` // 文件id FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` // 文件名 FileName *string `json:"file_name,omitempty" xml:"file_name,omitempty"` // 父目录文件id ParentFileId *string `json:"parent_file_id,omitempty" xml:"parent_file_id,omitempty"` // 分段信息 PartInfoList []*UploadPartInfo `json:"part_info_list,omitempty" xml:"part_info_list,omitempty" type:"Repeated"` // 是否已经秒传 RapidUpload *bool `json:"rapid_upload,omitempty" xml:"rapid_upload,omitempty"` // 文件状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` // 上传id UploadId *string `json:"upload_id,omitempty" xml:"upload_id,omitempty"` }
func (CreateFileResponseBody) GoString ¶
func (s CreateFileResponseBody) GoString() string
func (*CreateFileResponseBody) SetDomainId ¶
func (s *CreateFileResponseBody) SetDomainId(v string) *CreateFileResponseBody
func (*CreateFileResponseBody) SetDriveId ¶
func (s *CreateFileResponseBody) SetDriveId(v string) *CreateFileResponseBody
func (*CreateFileResponseBody) SetExist ¶
func (s *CreateFileResponseBody) SetExist(v bool) *CreateFileResponseBody
func (*CreateFileResponseBody) SetFileId ¶
func (s *CreateFileResponseBody) SetFileId(v string) *CreateFileResponseBody
func (*CreateFileResponseBody) SetFileName ¶
func (s *CreateFileResponseBody) SetFileName(v string) *CreateFileResponseBody
func (*CreateFileResponseBody) SetParentFileId ¶
func (s *CreateFileResponseBody) SetParentFileId(v string) *CreateFileResponseBody
func (*CreateFileResponseBody) SetPartInfoList ¶
func (s *CreateFileResponseBody) SetPartInfoList(v []*UploadPartInfo) *CreateFileResponseBody
func (*CreateFileResponseBody) SetRapidUpload ¶
func (s *CreateFileResponseBody) SetRapidUpload(v bool) *CreateFileResponseBody
func (*CreateFileResponseBody) SetStatus ¶
func (s *CreateFileResponseBody) SetStatus(v string) *CreateFileResponseBody
func (*CreateFileResponseBody) SetType ¶
func (s *CreateFileResponseBody) SetType(v string) *CreateFileResponseBody
func (*CreateFileResponseBody) SetUploadId ¶
func (s *CreateFileResponseBody) SetUploadId(v string) *CreateFileResponseBody
func (CreateFileResponseBody) String ¶
func (s CreateFileResponseBody) String() string
type CreateGroupRequest ¶
type CreateGroupRequest struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` GroupName *string `json:"group_name,omitempty" xml:"group_name,omitempty"` IsRoot *bool `json:"is_root,omitempty" xml:"is_root,omitempty"` ParentGroupId *string `json:"parent_group_id,omitempty" xml:"parent_group_id,omitempty"` }
func (CreateGroupRequest) GoString ¶
func (s CreateGroupRequest) GoString() string
func (*CreateGroupRequest) SetDescription ¶
func (s *CreateGroupRequest) SetDescription(v string) *CreateGroupRequest
func (*CreateGroupRequest) SetGroupName ¶
func (s *CreateGroupRequest) SetGroupName(v string) *CreateGroupRequest
func (*CreateGroupRequest) SetIsRoot ¶
func (s *CreateGroupRequest) SetIsRoot(v bool) *CreateGroupRequest
func (*CreateGroupRequest) SetParentGroupId ¶
func (s *CreateGroupRequest) SetParentGroupId(v string) *CreateGroupRequest
func (CreateGroupRequest) String ¶
func (s CreateGroupRequest) String() string
type CreateGroupResponse ¶
type CreateGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *Group `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateGroupResponse) GoString ¶
func (s CreateGroupResponse) GoString() string
func (*CreateGroupResponse) SetBody ¶
func (s *CreateGroupResponse) SetBody(v *Group) *CreateGroupResponse
func (*CreateGroupResponse) SetHeaders ¶
func (s *CreateGroupResponse) SetHeaders(v map[string]*string) *CreateGroupResponse
func (*CreateGroupResponse) SetStatusCode ¶
func (s *CreateGroupResponse) SetStatusCode(v int32) *CreateGroupResponse
func (CreateGroupResponse) String ¶
func (s CreateGroupResponse) String() string
type CreateShareLinkRequest ¶
type CreateShareLinkRequest struct {}
func (CreateShareLinkRequest) GoString ¶
func (s CreateShareLinkRequest) GoString() string
func (*CreateShareLinkRequest) SetDescription ¶
func (s *CreateShareLinkRequest) SetDescription(v string) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetDisableDownload ¶
func (s *CreateShareLinkRequest) SetDisableDownload(v bool) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetDisablePreview ¶
func (s *CreateShareLinkRequest) SetDisablePreview(v bool) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetDisableSave ¶
func (s *CreateShareLinkRequest) SetDisableSave(v bool) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetDownloadLimit ¶
func (s *CreateShareLinkRequest) SetDownloadLimit(v int64) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetDriveId ¶
func (s *CreateShareLinkRequest) SetDriveId(v string) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetExpiration ¶
func (s *CreateShareLinkRequest) SetExpiration(v string) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetFileIdList ¶
func (s *CreateShareLinkRequest) SetFileIdList(v string) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetPreviewLimit ¶
func (s *CreateShareLinkRequest) SetPreviewLimit(v int64) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetRequireLogin ¶
func (s *CreateShareLinkRequest) SetRequireLogin(v bool) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetSaveLimit ¶
func (s *CreateShareLinkRequest) SetSaveLimit(v int64) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetShareName ¶
func (s *CreateShareLinkRequest) SetShareName(v string) *CreateShareLinkRequest
func (*CreateShareLinkRequest) SetSharePwd ¶
func (s *CreateShareLinkRequest) SetSharePwd(v string) *CreateShareLinkRequest
func (CreateShareLinkRequest) String ¶
func (s CreateShareLinkRequest) String() string
type CreateShareLinkResponse ¶
type CreateShareLinkResponse struct {}
func (CreateShareLinkResponse) GoString ¶
func (s CreateShareLinkResponse) GoString() string
func (*CreateShareLinkResponse) SetBody ¶
func (s *CreateShareLinkResponse) SetBody(v *ShareLink) *CreateShareLinkResponse
func (*CreateShareLinkResponse) SetHeaders ¶
func (s *CreateShareLinkResponse) SetHeaders(v map[string]*string) *CreateShareLinkResponse
func (*CreateShareLinkResponse) SetStatusCode ¶
func (s *CreateShareLinkResponse) SetStatusCode(v int32) *CreateShareLinkResponse
func (CreateShareLinkResponse) String ¶
func (s CreateShareLinkResponse) String() string
type CreateUserRequest ¶
type CreateUserRequest struct { // 头像地址 Avatar *string `json:"avatar,omitempty" xml:"avatar,omitempty"` // 禁止自己修改密码 DenyChangePasswordBySelf *bool `json:"deny_change_password_by_self,omitempty" xml:"deny_change_password_by_self,omitempty"` // 用户描述 Description *string `json:"description,omitempty" xml:"description,omitempty"` // 邮箱地址 Email *string `json:"email,omitempty" xml:"email,omitempty"` GroupInfoList []*CreateUserRequestGroupInfoList `json:"group_info_list,omitempty" xml:"group_info_list,omitempty" type:"Repeated"` // 地域 Location *string `json:"location,omitempty" xml:"location,omitempty"` NeedChangePasswordNextLogin *bool `json:"need_change_password_next_login,omitempty" xml:"need_change_password_next_login,omitempty"` // 用户昵称 NickName *string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` // 电话 Phone *string `json:"phone,omitempty" xml:"phone,omitempty"` // 密码明文 PlainPassword *string `json:"plain_password,omitempty" xml:"plain_password,omitempty"` // 角色 Role *string `json:"role,omitempty" xml:"role,omitempty"` // 用户状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` // 用户自定义数据 UserData *string `json:"user_data,omitempty" xml:"user_data,omitempty"` // 用户id UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"` // 用户名 UserName *string `json:"user_name,omitempty" xml:"user_name,omitempty"` }
func (CreateUserRequest) GoString ¶
func (s CreateUserRequest) GoString() string
func (*CreateUserRequest) SetAvatar ¶
func (s *CreateUserRequest) SetAvatar(v string) *CreateUserRequest
func (*CreateUserRequest) SetDenyChangePasswordBySelf ¶
func (s *CreateUserRequest) SetDenyChangePasswordBySelf(v bool) *CreateUserRequest
func (*CreateUserRequest) SetDescription ¶
func (s *CreateUserRequest) SetDescription(v string) *CreateUserRequest
func (*CreateUserRequest) SetEmail ¶
func (s *CreateUserRequest) SetEmail(v string) *CreateUserRequest
func (*CreateUserRequest) SetGroupInfoList ¶
func (s *CreateUserRequest) SetGroupInfoList(v []*CreateUserRequestGroupInfoList) *CreateUserRequest
func (*CreateUserRequest) SetLocation ¶
func (s *CreateUserRequest) SetLocation(v string) *CreateUserRequest
func (*CreateUserRequest) SetNeedChangePasswordNextLogin ¶
func (s *CreateUserRequest) SetNeedChangePasswordNextLogin(v bool) *CreateUserRequest
func (*CreateUserRequest) SetNickName ¶
func (s *CreateUserRequest) SetNickName(v string) *CreateUserRequest
func (*CreateUserRequest) SetPhone ¶
func (s *CreateUserRequest) SetPhone(v string) *CreateUserRequest
func (*CreateUserRequest) SetPlainPassword ¶
func (s *CreateUserRequest) SetPlainPassword(v string) *CreateUserRequest
func (*CreateUserRequest) SetRole ¶
func (s *CreateUserRequest) SetRole(v string) *CreateUserRequest
func (*CreateUserRequest) SetStatus ¶
func (s *CreateUserRequest) SetStatus(v string) *CreateUserRequest
func (*CreateUserRequest) SetUserData ¶
func (s *CreateUserRequest) SetUserData(v string) *CreateUserRequest
func (*CreateUserRequest) SetUserId ¶
func (s *CreateUserRequest) SetUserId(v string) *CreateUserRequest
func (*CreateUserRequest) SetUserName ¶
func (s *CreateUserRequest) SetUserName(v string) *CreateUserRequest
func (CreateUserRequest) String ¶
func (s CreateUserRequest) String() string
type CreateUserRequestGroupInfoList ¶
type CreateUserRequestGroupInfoList struct {
GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"`
}
func (CreateUserRequestGroupInfoList) GoString ¶
func (s CreateUserRequestGroupInfoList) GoString() string
func (*CreateUserRequestGroupInfoList) SetGroupId ¶
func (s *CreateUserRequestGroupInfoList) SetGroupId(v string) *CreateUserRequestGroupInfoList
func (CreateUserRequestGroupInfoList) String ¶
func (s CreateUserRequestGroupInfoList) String() string
type CreateUserResponse ¶
type CreateUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateUserResponse) GoString ¶
func (s CreateUserResponse) GoString() string
func (*CreateUserResponse) SetBody ¶
func (s *CreateUserResponse) SetBody(v *CreateUserResponseBody) *CreateUserResponse
func (*CreateUserResponse) SetHeaders ¶
func (s *CreateUserResponse) SetHeaders(v map[string]*string) *CreateUserResponse
func (*CreateUserResponse) SetStatusCode ¶
func (s *CreateUserResponse) SetStatusCode(v int32) *CreateUserResponse
func (CreateUserResponse) String ¶
func (s CreateUserResponse) String() string
type CreateUserResponseBody ¶
type CreateUserResponseBody struct { // 头像地址 Avatar *string `json:"avatar,omitempty" xml:"avatar,omitempty"` CreatedAt *int64 `json:"created_at,omitempty" xml:"created_at,omitempty"` // 创建者 Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` // 缺省空间id DefaultDriveId *string `json:"default_drive_id,omitempty" xml:"default_drive_id,omitempty"` DenyChangePasswordBySelf *bool `json:"deny_change_password_by_self,omitempty" xml:"deny_change_password_by_self,omitempty"` // 描述 Description *string `json:"description,omitempty" xml:"description,omitempty"` // 域id DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 邮箱地址 Email *string `json:"email,omitempty" xml:"email,omitempty"` NeedChangePasswordNextLogin *bool `json:"need_change_password_next_login,omitempty" xml:"need_change_password_next_login,omitempty"` // 昵称 NickName *string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` // 电话 Phone *string `json:"phone,omitempty" xml:"phone,omitempty"` PunishFlag *int64 `json:"punish_flag,omitempty" xml:"punish_flag,omitempty"` // 角色 Role *string `json:"role,omitempty" xml:"role,omitempty"` // 状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` UpdatedAt *int64 `json:"updated_at,omitempty" xml:"updated_at,omitempty"` UserData map[string]*string `json:"user_data,omitempty" xml:"user_data,omitempty"` // 用户id UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"` // 用户名 UserName *string `json:"user_name,omitempty" xml:"user_name,omitempty"` }
func (CreateUserResponseBody) GoString ¶
func (s CreateUserResponseBody) GoString() string
func (*CreateUserResponseBody) SetAvatar ¶
func (s *CreateUserResponseBody) SetAvatar(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetCreatedAt ¶
func (s *CreateUserResponseBody) SetCreatedAt(v int64) *CreateUserResponseBody
func (*CreateUserResponseBody) SetCreator ¶
func (s *CreateUserResponseBody) SetCreator(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetDefaultDriveId ¶
func (s *CreateUserResponseBody) SetDefaultDriveId(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetDenyChangePasswordBySelf ¶
func (s *CreateUserResponseBody) SetDenyChangePasswordBySelf(v bool) *CreateUserResponseBody
func (*CreateUserResponseBody) SetDescription ¶
func (s *CreateUserResponseBody) SetDescription(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetDomainId ¶
func (s *CreateUserResponseBody) SetDomainId(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetEmail ¶
func (s *CreateUserResponseBody) SetEmail(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetNeedChangePasswordNextLogin ¶
func (s *CreateUserResponseBody) SetNeedChangePasswordNextLogin(v bool) *CreateUserResponseBody
func (*CreateUserResponseBody) SetNickName ¶
func (s *CreateUserResponseBody) SetNickName(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetPhone ¶
func (s *CreateUserResponseBody) SetPhone(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetPunishFlag ¶
func (s *CreateUserResponseBody) SetPunishFlag(v int64) *CreateUserResponseBody
func (*CreateUserResponseBody) SetRole ¶
func (s *CreateUserResponseBody) SetRole(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetStatus ¶
func (s *CreateUserResponseBody) SetStatus(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetUpdatedAt ¶
func (s *CreateUserResponseBody) SetUpdatedAt(v int64) *CreateUserResponseBody
func (*CreateUserResponseBody) SetUserData ¶
func (s *CreateUserResponseBody) SetUserData(v map[string]*string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetUserId ¶
func (s *CreateUserResponseBody) SetUserId(v string) *CreateUserResponseBody
func (*CreateUserResponseBody) SetUserName ¶
func (s *CreateUserResponseBody) SetUserName(v string) *CreateUserResponseBody
func (CreateUserResponseBody) String ¶
func (s CreateUserResponseBody) String() string
type DeleteDriveRequest ¶
type DeleteDriveRequest struct {
DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"`
}
func (DeleteDriveRequest) GoString ¶
func (s DeleteDriveRequest) GoString() string
func (*DeleteDriveRequest) SetDriveId ¶
func (s *DeleteDriveRequest) SetDriveId(v string) *DeleteDriveRequest
func (DeleteDriveRequest) String ¶
func (s DeleteDriveRequest) String() string
type DeleteDriveResponse ¶
type DeleteDriveResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (DeleteDriveResponse) GoString ¶
func (s DeleteDriveResponse) GoString() string
func (*DeleteDriveResponse) SetHeaders ¶
func (s *DeleteDriveResponse) SetHeaders(v map[string]*string) *DeleteDriveResponse
func (*DeleteDriveResponse) SetStatusCode ¶
func (s *DeleteDriveResponse) SetStatusCode(v int32) *DeleteDriveResponse
func (DeleteDriveResponse) String ¶
func (s DeleteDriveResponse) String() string
type DeleteFileRequest ¶
type DeleteFileRequest struct { // drive id 如果要删除drive下的文件时,drive_id时必需的参数 DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` // file_id是文件的唯一标识,删除文件或者目录时必须指定file_id FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (DeleteFileRequest) GoString ¶
func (s DeleteFileRequest) GoString() string
func (*DeleteFileRequest) SetDriveId ¶
func (s *DeleteFileRequest) SetDriveId(v string) *DeleteFileRequest
func (*DeleteFileRequest) SetFileId ¶
func (s *DeleteFileRequest) SetFileId(v string) *DeleteFileRequest
func (DeleteFileRequest) String ¶
func (s DeleteFileRequest) String() string
type DeleteFileResponse ¶
type DeleteFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteFileResponse) GoString ¶
func (s DeleteFileResponse) GoString() string
func (*DeleteFileResponse) SetBody ¶
func (s *DeleteFileResponse) SetBody(v *DeleteFileResponseBody) *DeleteFileResponse
func (*DeleteFileResponse) SetHeaders ¶
func (s *DeleteFileResponse) SetHeaders(v map[string]*string) *DeleteFileResponse
func (*DeleteFileResponse) SetStatusCode ¶
func (s *DeleteFileResponse) SetStatusCode(v int32) *DeleteFileResponse
func (DeleteFileResponse) String ¶
func (s DeleteFileResponse) String() string
type DeleteFileResponseBody ¶
type DeleteFileResponseBody struct { AsyncTaskId *string `json:"async_task_id,omitempty" xml:"async_task_id,omitempty"` DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (DeleteFileResponseBody) GoString ¶
func (s DeleteFileResponseBody) GoString() string
func (*DeleteFileResponseBody) SetAsyncTaskId ¶
func (s *DeleteFileResponseBody) SetAsyncTaskId(v string) *DeleteFileResponseBody
func (*DeleteFileResponseBody) SetDomainId ¶
func (s *DeleteFileResponseBody) SetDomainId(v string) *DeleteFileResponseBody
func (*DeleteFileResponseBody) SetDriveId ¶
func (s *DeleteFileResponseBody) SetDriveId(v string) *DeleteFileResponseBody
func (*DeleteFileResponseBody) SetFileId ¶
func (s *DeleteFileResponseBody) SetFileId(v string) *DeleteFileResponseBody
func (DeleteFileResponseBody) String ¶
func (s DeleteFileResponseBody) String() string
type DeleteGroupRequest ¶
type DeleteGroupRequest struct {
GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"`
}
func (DeleteGroupRequest) GoString ¶
func (s DeleteGroupRequest) GoString() string
func (*DeleteGroupRequest) SetGroupId ¶
func (s *DeleteGroupRequest) SetGroupId(v string) *DeleteGroupRequest
func (DeleteGroupRequest) String ¶
func (s DeleteGroupRequest) String() string
type DeleteGroupResponse ¶
type DeleteGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (DeleteGroupResponse) GoString ¶
func (s DeleteGroupResponse) GoString() string
func (*DeleteGroupResponse) SetHeaders ¶
func (s *DeleteGroupResponse) SetHeaders(v map[string]*string) *DeleteGroupResponse
func (*DeleteGroupResponse) SetStatusCode ¶
func (s *DeleteGroupResponse) SetStatusCode(v int32) *DeleteGroupResponse
func (DeleteGroupResponse) String ¶
func (s DeleteGroupResponse) String() string
type DeleteUserRequest ¶
type DeleteUserRequest struct {
UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"`
}
func (DeleteUserRequest) GoString ¶
func (s DeleteUserRequest) GoString() string
func (*DeleteUserRequest) SetUserId ¶
func (s *DeleteUserRequest) SetUserId(v string) *DeleteUserRequest
func (DeleteUserRequest) String ¶
func (s DeleteUserRequest) String() string
type DeleteUserResponse ¶
type DeleteUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (DeleteUserResponse) GoString ¶
func (s DeleteUserResponse) GoString() string
func (*DeleteUserResponse) SetHeaders ¶
func (s *DeleteUserResponse) SetHeaders(v map[string]*string) *DeleteUserResponse
func (*DeleteUserResponse) SetStatusCode ¶
func (s *DeleteUserResponse) SetStatusCode(v int32) *DeleteUserResponse
func (DeleteUserResponse) String ¶
func (s DeleteUserResponse) String() string
type DeltaGetLastCursorRequest ¶
type DeltaGetLastCursorRequest struct { // 云端 drive id DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` // 同步目录的对应的云端跟目录 SyncRootId *string `json:"sync_root_id,omitempty" xml:"sync_root_id,omitempty"` }
func (DeltaGetLastCursorRequest) GoString ¶
func (s DeltaGetLastCursorRequest) GoString() string
func (*DeltaGetLastCursorRequest) SetDriveId ¶
func (s *DeltaGetLastCursorRequest) SetDriveId(v string) *DeltaGetLastCursorRequest
func (*DeltaGetLastCursorRequest) SetSyncRootId ¶
func (s *DeltaGetLastCursorRequest) SetSyncRootId(v string) *DeltaGetLastCursorRequest
func (DeltaGetLastCursorRequest) String ¶
func (s DeltaGetLastCursorRequest) String() string
type DeltaGetLastCursorResponse ¶
type DeltaGetLastCursorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeltaGetLastCursorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeltaGetLastCursorResponse) GoString ¶
func (s DeltaGetLastCursorResponse) GoString() string
func (*DeltaGetLastCursorResponse) SetBody ¶
func (s *DeltaGetLastCursorResponse) SetBody(v *DeltaGetLastCursorResponseBody) *DeltaGetLastCursorResponse
func (*DeltaGetLastCursorResponse) SetHeaders ¶
func (s *DeltaGetLastCursorResponse) SetHeaders(v map[string]*string) *DeltaGetLastCursorResponse
func (*DeltaGetLastCursorResponse) SetStatusCode ¶
func (s *DeltaGetLastCursorResponse) SetStatusCode(v int32) *DeltaGetLastCursorResponse
func (DeltaGetLastCursorResponse) String ¶
func (s DeltaGetLastCursorResponse) String() string
type DeltaGetLastCursorResponseBody ¶
type DeltaGetLastCursorResponseBody struct { // 当前增量变化的最新游标 Cursor *string `json:"cursor,omitempty" xml:"cursor,omitempty"` }
func (DeltaGetLastCursorResponseBody) GoString ¶
func (s DeltaGetLastCursorResponseBody) GoString() string
func (*DeltaGetLastCursorResponseBody) SetCursor ¶
func (s *DeltaGetLastCursorResponseBody) SetCursor(v string) *DeltaGetLastCursorResponseBody
func (DeltaGetLastCursorResponseBody) String ¶
func (s DeltaGetLastCursorResponseBody) String() string
type DownloadFileRequest ¶
type DownloadFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` ImageThumbnailProcess *string `json:"image_thumbnail_process,omitempty" xml:"image_thumbnail_process,omitempty"` OfficeThumbnailProcess *string `json:"office_thumbnail_process,omitempty" xml:"office_thumbnail_process,omitempty"` VideoThumbnailProcess *string `json:"video_thumbnail_process,omitempty" xml:"video_thumbnail_process,omitempty"` }
func (DownloadFileRequest) GoString ¶
func (s DownloadFileRequest) GoString() string
func (*DownloadFileRequest) SetDriveId ¶
func (s *DownloadFileRequest) SetDriveId(v string) *DownloadFileRequest
func (*DownloadFileRequest) SetFileId ¶
func (s *DownloadFileRequest) SetFileId(v string) *DownloadFileRequest
func (*DownloadFileRequest) SetImageThumbnailProcess ¶
func (s *DownloadFileRequest) SetImageThumbnailProcess(v string) *DownloadFileRequest
func (*DownloadFileRequest) SetOfficeThumbnailProcess ¶
func (s *DownloadFileRequest) SetOfficeThumbnailProcess(v string) *DownloadFileRequest
func (*DownloadFileRequest) SetVideoThumbnailProcess ¶
func (s *DownloadFileRequest) SetVideoThumbnailProcess(v string) *DownloadFileRequest
func (DownloadFileRequest) String ¶
func (s DownloadFileRequest) String() string
type DownloadFileResponse ¶
type DownloadFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (DownloadFileResponse) GoString ¶
func (s DownloadFileResponse) GoString() string
func (*DownloadFileResponse) SetHeaders ¶
func (s *DownloadFileResponse) SetHeaders(v map[string]*string) *DownloadFileResponse
func (*DownloadFileResponse) SetStatusCode ¶
func (s *DownloadFileResponse) SetStatusCode(v int32) *DownloadFileResponse
func (DownloadFileResponse) String ¶
func (s DownloadFileResponse) String() string
type Drive ¶
type Drive struct { // 创建时间 CreatedAt *string `json:"created_at,omitempty" xml:"created_at,omitempty"` // 创建者 Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` // 描述 Description *string `json:"description,omitempty" xml:"description,omitempty"` // 域id DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 空间id DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` // 空间名称 DriveName *string `json:"drive_name,omitempty" xml:"drive_name,omitempty"` // 空间类型 DriveType *string `json:"drive_type,omitempty" xml:"drive_type,omitempty"` // 归属者 Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` // 归属者类型 OwnerType *string `json:"owner_type,omitempty" xml:"owner_type,omitempty"` // 状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` // 总空间大小 TotalSize *int64 `json:"total_size,omitempty" xml:"total_size,omitempty"` // 使用空间大小 UsedSize *int64 `json:"used_size,omitempty" xml:"used_size,omitempty"` }
func (*Drive) SetCreatedAt ¶
func (*Drive) SetCreator ¶
func (*Drive) SetDescription ¶
func (*Drive) SetDomainId ¶
func (*Drive) SetDriveId ¶
func (*Drive) SetDriveName ¶
func (*Drive) SetDriveType ¶
func (*Drive) SetOwnerType ¶
func (*Drive) SetTotalSize ¶
func (*Drive) SetUsedSize ¶
type FaceGroup ¶
type FaceGroup struct { // 人脸分组生成时间 CreatedAt *string `json:"created_at,omitempty" xml:"created_at,omitempty"` // 人脸分组封面图片边框 GroupCoverFaceBoundary *FaceGroupGroupCoverFaceBoundary `json:"group_cover_face_boundary,omitempty" xml:"group_cover_face_boundary,omitempty" type:"Struct"` // 人脸分组封面文件ID GroupCoverFileId *string `json:"group_cover_file_id,omitempty" xml:"group_cover_file_id,omitempty"` // 人脸分组封面图片高 GroupCoverHeight *int64 `json:"group_cover_height,omitempty" xml:"group_cover_height,omitempty"` // 人脸分组封面头像地址 GroupCoverUrl *string `json:"group_cover_url,omitempty" xml:"group_cover_url,omitempty"` // 人脸分组封面图片宽 GroupCoverWidth *int64 `json:"group_cover_width,omitempty" xml:"group_cover_width,omitempty"` // 人脸分组ID GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"` // 人脸分组名称 GroupName *string `json:"group_name,omitempty" xml:"group_name,omitempty"` // 照片数量 ImageCount *int64 `json:"image_count,omitempty" xml:"image_count,omitempty"` // 备注 Remarks *string `json:"remarks,omitempty" xml:"remarks,omitempty"` // 人脸分组修改时间 UpdatedAt *string `json:"updated_at,omitempty" xml:"updated_at,omitempty"` }
func (*FaceGroup) SetCreatedAt ¶
func (*FaceGroup) SetGroupCoverFaceBoundary ¶
func (s *FaceGroup) SetGroupCoverFaceBoundary(v *FaceGroupGroupCoverFaceBoundary) *FaceGroup
func (*FaceGroup) SetGroupCoverFileId ¶
func (*FaceGroup) SetGroupCoverHeight ¶
func (*FaceGroup) SetGroupCoverUrl ¶
func (*FaceGroup) SetGroupCoverWidth ¶
func (*FaceGroup) SetGroupId ¶
func (*FaceGroup) SetGroupName ¶
func (*FaceGroup) SetImageCount ¶
func (*FaceGroup) SetRemarks ¶
func (*FaceGroup) SetUpdatedAt ¶
type FaceGroupGroupCoverFaceBoundary ¶
type FaceGroupGroupCoverFaceBoundary struct { // 高, 单位像素 Height *int32 `json:"height,omitempty" xml:"height,omitempty"` // 距离照片左边框的距离,单位像素 Left *int32 `json:"left,omitempty" xml:"left,omitempty"` // 距离照片顶部的距离,单位像素 Top *int32 `json:"top,omitempty" xml:"top,omitempty"` // 宽,单位像素 Width *int32 `json:"width,omitempty" xml:"width,omitempty"` }
func (FaceGroupGroupCoverFaceBoundary) GoString ¶
func (s FaceGroupGroupCoverFaceBoundary) GoString() string
func (*FaceGroupGroupCoverFaceBoundary) SetHeight ¶
func (s *FaceGroupGroupCoverFaceBoundary) SetHeight(v int32) *FaceGroupGroupCoverFaceBoundary
func (*FaceGroupGroupCoverFaceBoundary) SetLeft ¶
func (s *FaceGroupGroupCoverFaceBoundary) SetLeft(v int32) *FaceGroupGroupCoverFaceBoundary
func (*FaceGroupGroupCoverFaceBoundary) SetTop ¶
func (s *FaceGroupGroupCoverFaceBoundary) SetTop(v int32) *FaceGroupGroupCoverFaceBoundary
func (*FaceGroupGroupCoverFaceBoundary) SetWidth ¶
func (s *FaceGroupGroupCoverFaceBoundary) SetWidth(v int32) *FaceGroupGroupCoverFaceBoundary
func (FaceGroupGroupCoverFaceBoundary) String ¶
func (s FaceGroupGroupCoverFaceBoundary) String() string
type File ¶
type File struct { // 分类 Category *string `json:"category,omitempty" xml:"category,omitempty"` // 内容hash ContentHash *string `json:"content_hash,omitempty" xml:"content_hash,omitempty"` // 内容hash算法名 ContentHashName *string `json:"content_hash_name,omitempty" xml:"content_hash_name,omitempty"` // 内容类型 ContentType *string `json:"content_type,omitempty" xml:"content_type,omitempty"` // crc64 Crc64Hash *string `json:"crc64_hash,omitempty" xml:"crc64_hash,omitempty"` // 创建时间 CreatedAt *string `json:"created_at,omitempty" xml:"created_at,omitempty"` // 描述 Description *string `json:"description,omitempty" xml:"description,omitempty"` // 域id DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 下载链接 DownloadUrl *string `json:"download_url,omitempty" xml:"download_url,omitempty"` // 空间id DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` // 文件扩展 FileExtension *string `json:"file_extension,omitempty" xml:"file_extension,omitempty"` // 文件id FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` // 是否隐藏 Hidden *bool `json:"hidden,omitempty" xml:"hidden,omitempty"` // 标签 Labels *string `json:"labels,omitempty" xml:"labels,omitempty"` // 文件本地创建时间 LocalCreatedAt *string `json:"local_created_at,omitempty" xml:"local_created_at,omitempty"` // 文件本地修改时间 LocalModifiedAt *string `json:"local_modified_at,omitempty" xml:"local_modified_at,omitempty"` // 名称 Name *string `json:"name,omitempty" xml:"name,omitempty"` // 父文件夹id ParentFileId *string `json:"parent_file_id,omitempty" xml:"parent_file_id,omitempty"` // 版本id RevisionId *string `json:"revision_id,omitempty" xml:"revision_id,omitempty"` // 大小 Size *int64 `json:"size,omitempty" xml:"size,omitempty"` // 是否收藏 Starred *bool `json:"starred,omitempty" xml:"starred,omitempty"` // 状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` // 缩略图地址 Thumbnail *string `json:"thumbnail,omitempty" xml:"thumbnail,omitempty"` // 放入回收站时间 TrashedAt *string `json:"trashed_at,omitempty" xml:"trashed_at,omitempty"` // 类型 Type *string `json:"type,omitempty" xml:"type,omitempty"` // 修改时间 UpdatedAt *string `json:"updated_at,omitempty" xml:"updated_at,omitempty"` // 上传id UploadId *string `json:"upload_id,omitempty" xml:"upload_id,omitempty"` }
func (*File) SetCategory ¶
func (*File) SetContentHash ¶
func (*File) SetContentHashName ¶
func (*File) SetContentType ¶
func (*File) SetCrc64Hash ¶
func (*File) SetCreatedAt ¶
func (*File) SetDescription ¶
func (*File) SetDomainId ¶
func (*File) SetDownloadUrl ¶
func (*File) SetDriveId ¶
func (*File) SetFileExtension ¶
func (*File) SetLocalCreatedAt ¶
func (*File) SetLocalModifiedAt ¶
func (*File) SetParentFileId ¶
func (*File) SetRevisionId ¶
func (*File) SetStarred ¶
func (*File) SetThumbnail ¶
func (*File) SetTrashedAt ¶
func (*File) SetUpdatedAt ¶
func (*File) SetUploadId ¶
type FileAddPermissionRequest ¶
type FileAddPermissionRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` MemberList []*FilePermissionMember `json:"member_list,omitempty" xml:"member_list,omitempty" type:"Repeated"` }
func (FileAddPermissionRequest) GoString ¶
func (s FileAddPermissionRequest) GoString() string
func (*FileAddPermissionRequest) SetDriveId ¶
func (s *FileAddPermissionRequest) SetDriveId(v string) *FileAddPermissionRequest
func (*FileAddPermissionRequest) SetFileId ¶
func (s *FileAddPermissionRequest) SetFileId(v string) *FileAddPermissionRequest
func (*FileAddPermissionRequest) SetMemberList ¶
func (s *FileAddPermissionRequest) SetMemberList(v []*FilePermissionMember) *FileAddPermissionRequest
func (FileAddPermissionRequest) String ¶
func (s FileAddPermissionRequest) String() string
type FileAddPermissionResponse ¶
type FileAddPermissionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (FileAddPermissionResponse) GoString ¶
func (s FileAddPermissionResponse) GoString() string
func (*FileAddPermissionResponse) SetHeaders ¶
func (s *FileAddPermissionResponse) SetHeaders(v map[string]*string) *FileAddPermissionResponse
func (*FileAddPermissionResponse) SetStatusCode ¶
func (s *FileAddPermissionResponse) SetStatusCode(v int32) *FileAddPermissionResponse
func (FileAddPermissionResponse) String ¶
func (s FileAddPermissionResponse) String() string
type FileListPermissionRequest ¶
type FileListPermissionRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (FileListPermissionRequest) GoString ¶
func (s FileListPermissionRequest) GoString() string
func (*FileListPermissionRequest) SetDriveId ¶
func (s *FileListPermissionRequest) SetDriveId(v string) *FileListPermissionRequest
func (*FileListPermissionRequest) SetFileId ¶
func (s *FileListPermissionRequest) SetFileId(v string) *FileListPermissionRequest
func (FileListPermissionRequest) String ¶
func (s FileListPermissionRequest) String() string
type FileListPermissionResponse ¶
type FileListPermissionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body []*FilePermissionMember `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"` }
func (FileListPermissionResponse) GoString ¶
func (s FileListPermissionResponse) GoString() string
func (*FileListPermissionResponse) SetBody ¶
func (s *FileListPermissionResponse) SetBody(v []*FilePermissionMember) *FileListPermissionResponse
func (*FileListPermissionResponse) SetHeaders ¶
func (s *FileListPermissionResponse) SetHeaders(v map[string]*string) *FileListPermissionResponse
func (*FileListPermissionResponse) SetStatusCode ¶
func (s *FileListPermissionResponse) SetStatusCode(v int32) *FileListPermissionResponse
func (FileListPermissionResponse) String ¶
func (s FileListPermissionResponse) String() string
type FilePermissionMember ¶
type FilePermissionMember struct { // 授予的操作权限列表 ActionList []*string `json:"action_list,omitempty" xml:"action_list,omitempty" type:"Repeated"` // 是否禁用子用户组继承此权限 DisinheritSubGroup *bool `json:"disinherit_sub_group,omitempty" xml:"disinherit_sub_group,omitempty"` // 过期时间 ExpireTime *int64 `json:"expire_time,omitempty" xml:"expire_time,omitempty"` // 授权对象 Identity *Identity `json:"identity,omitempty" xml:"identity,omitempty"` // 授予的角色ID RoleId *string `json:"role_id,omitempty" xml:"role_id,omitempty"` }
func (FilePermissionMember) GoString ¶
func (s FilePermissionMember) GoString() string
func (*FilePermissionMember) SetActionList ¶
func (s *FilePermissionMember) SetActionList(v []*string) *FilePermissionMember
func (*FilePermissionMember) SetDisinheritSubGroup ¶
func (s *FilePermissionMember) SetDisinheritSubGroup(v bool) *FilePermissionMember
func (*FilePermissionMember) SetExpireTime ¶
func (s *FilePermissionMember) SetExpireTime(v int64) *FilePermissionMember
func (*FilePermissionMember) SetIdentity ¶
func (s *FilePermissionMember) SetIdentity(v *Identity) *FilePermissionMember
func (*FilePermissionMember) SetRoleId ¶
func (s *FilePermissionMember) SetRoleId(v string) *FilePermissionMember
func (FilePermissionMember) String ¶
func (s FilePermissionMember) String() string
type FileRemovePermissionRequest ¶
type FileRemovePermissionRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` MemberList []*FileRemovePermissionRequestMemberList `json:"member_list,omitempty" xml:"member_list,omitempty" type:"Repeated"` }
func (FileRemovePermissionRequest) GoString ¶
func (s FileRemovePermissionRequest) GoString() string
func (*FileRemovePermissionRequest) SetDriveId ¶
func (s *FileRemovePermissionRequest) SetDriveId(v string) *FileRemovePermissionRequest
func (*FileRemovePermissionRequest) SetFileId ¶
func (s *FileRemovePermissionRequest) SetFileId(v string) *FileRemovePermissionRequest
func (*FileRemovePermissionRequest) SetMemberList ¶
func (s *FileRemovePermissionRequest) SetMemberList(v []*FileRemovePermissionRequestMemberList) *FileRemovePermissionRequest
func (FileRemovePermissionRequest) String ¶
func (s FileRemovePermissionRequest) String() string
type FileRemovePermissionRequestMemberList ¶
type FileRemovePermissionRequestMemberList struct { Identity *Identity `json:"identity,omitempty" xml:"identity,omitempty"` RoleId *string `json:"role_id,omitempty" xml:"role_id,omitempty"` }
func (FileRemovePermissionRequestMemberList) GoString ¶
func (s FileRemovePermissionRequestMemberList) GoString() string
func (*FileRemovePermissionRequestMemberList) SetIdentity ¶
func (s *FileRemovePermissionRequestMemberList) SetIdentity(v *Identity) *FileRemovePermissionRequestMemberList
func (*FileRemovePermissionRequestMemberList) SetRoleId ¶
func (s *FileRemovePermissionRequestMemberList) SetRoleId(v string) *FileRemovePermissionRequestMemberList
func (FileRemovePermissionRequestMemberList) String ¶
func (s FileRemovePermissionRequestMemberList) String() string
type FileRemovePermissionResponse ¶
type FileRemovePermissionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (FileRemovePermissionResponse) GoString ¶
func (s FileRemovePermissionResponse) GoString() string
func (*FileRemovePermissionResponse) SetHeaders ¶
func (s *FileRemovePermissionResponse) SetHeaders(v map[string]*string) *FileRemovePermissionResponse
func (*FileRemovePermissionResponse) SetStatusCode ¶
func (s *FileRemovePermissionResponse) SetStatusCode(v int32) *FileRemovePermissionResponse
func (FileRemovePermissionResponse) String ¶
func (s FileRemovePermissionResponse) String() string
type FileStreamInfo ¶
type FileStreamInfo struct { // 内容hash ContentHash *string `json:"content_hash,omitempty" xml:"content_hash,omitempty"` // 内容hash名 ContentHashName *string `json:"content_hash_name,omitempty" xml:"content_hash_name,omitempty"` // 内容md5 ContentMd5 *string `json:"content_md5,omitempty" xml:"content_md5,omitempty"` // 分段信息 PartInfoList *UploadPartInfo `json:"part_info_list,omitempty" xml:"part_info_list,omitempty"` // 预秒传 PreHash *string `json:"pre_hash,omitempty" xml:"pre_hash,omitempty"` // 挑战码 ProofCode *string `json:"proof_code,omitempty" xml:"proof_code,omitempty"` // 挑战算法版本 ProofVersion *string `json:"proof_version,omitempty" xml:"proof_version,omitempty"` // 大小 Size *int64 `json:"size,omitempty" xml:"size,omitempty"` }
func (FileStreamInfo) GoString ¶
func (s FileStreamInfo) GoString() string
func (*FileStreamInfo) SetContentHash ¶
func (s *FileStreamInfo) SetContentHash(v string) *FileStreamInfo
func (*FileStreamInfo) SetContentHashName ¶
func (s *FileStreamInfo) SetContentHashName(v string) *FileStreamInfo
func (*FileStreamInfo) SetContentMd5 ¶
func (s *FileStreamInfo) SetContentMd5(v string) *FileStreamInfo
func (*FileStreamInfo) SetPartInfoList ¶
func (s *FileStreamInfo) SetPartInfoList(v *UploadPartInfo) *FileStreamInfo
func (*FileStreamInfo) SetPreHash ¶
func (s *FileStreamInfo) SetPreHash(v string) *FileStreamInfo
func (*FileStreamInfo) SetProofCode ¶
func (s *FileStreamInfo) SetProofCode(v string) *FileStreamInfo
func (*FileStreamInfo) SetProofVersion ¶
func (s *FileStreamInfo) SetProofVersion(v string) *FileStreamInfo
func (*FileStreamInfo) SetSize ¶
func (s *FileStreamInfo) SetSize(v int64) *FileStreamInfo
func (FileStreamInfo) String ¶
func (s FileStreamInfo) String() string
type GetAsyncTaskRequest ¶
type GetAsyncTaskRequest struct {
AsyncTaskId *string `json:"async_task_id,omitempty" xml:"async_task_id,omitempty"`
}
func (GetAsyncTaskRequest) GoString ¶
func (s GetAsyncTaskRequest) GoString() string
func (*GetAsyncTaskRequest) SetAsyncTaskId ¶
func (s *GetAsyncTaskRequest) SetAsyncTaskId(v string) *GetAsyncTaskRequest
func (GetAsyncTaskRequest) String ¶
func (s GetAsyncTaskRequest) String() string
type GetAsyncTaskResponse ¶
type GetAsyncTaskResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetAsyncTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetAsyncTaskResponse) GoString ¶
func (s GetAsyncTaskResponse) GoString() string
func (*GetAsyncTaskResponse) SetBody ¶
func (s *GetAsyncTaskResponse) SetBody(v *GetAsyncTaskResponseBody) *GetAsyncTaskResponse
func (*GetAsyncTaskResponse) SetHeaders ¶
func (s *GetAsyncTaskResponse) SetHeaders(v map[string]*string) *GetAsyncTaskResponse
func (*GetAsyncTaskResponse) SetStatusCode ¶
func (s *GetAsyncTaskResponse) SetStatusCode(v int32) *GetAsyncTaskResponse
func (GetAsyncTaskResponse) String ¶
func (s GetAsyncTaskResponse) String() string
type GetAsyncTaskResponseBody ¶
type GetAsyncTaskResponseBody struct { // Id of the request AsyncTaskId *string `json:"async_task_id,omitempty" xml:"async_task_id,omitempty"` ConsumedProcess *int64 `json:"consumed_process,omitempty" xml:"consumed_process,omitempty"` ErrCode *int64 `json:"err_code,omitempty" xml:"err_code,omitempty"` Message *string `json:"message,omitempty" xml:"message,omitempty"` State *string `json:"state,omitempty" xml:"state,omitempty"` TotalProcess *int64 `json:"total_process,omitempty" xml:"total_process,omitempty"` Url *string `json:"url,omitempty" xml:"url,omitempty"` }
func (GetAsyncTaskResponseBody) GoString ¶
func (s GetAsyncTaskResponseBody) GoString() string
func (*GetAsyncTaskResponseBody) SetAsyncTaskId ¶
func (s *GetAsyncTaskResponseBody) SetAsyncTaskId(v string) *GetAsyncTaskResponseBody
func (*GetAsyncTaskResponseBody) SetConsumedProcess ¶
func (s *GetAsyncTaskResponseBody) SetConsumedProcess(v int64) *GetAsyncTaskResponseBody
func (*GetAsyncTaskResponseBody) SetErrCode ¶
func (s *GetAsyncTaskResponseBody) SetErrCode(v int64) *GetAsyncTaskResponseBody
func (*GetAsyncTaskResponseBody) SetMessage ¶
func (s *GetAsyncTaskResponseBody) SetMessage(v string) *GetAsyncTaskResponseBody
func (*GetAsyncTaskResponseBody) SetState ¶
func (s *GetAsyncTaskResponseBody) SetState(v string) *GetAsyncTaskResponseBody
func (*GetAsyncTaskResponseBody) SetTotalProcess ¶
func (s *GetAsyncTaskResponseBody) SetTotalProcess(v int64) *GetAsyncTaskResponseBody
func (*GetAsyncTaskResponseBody) SetUrl ¶
func (s *GetAsyncTaskResponseBody) SetUrl(v string) *GetAsyncTaskResponseBody
func (GetAsyncTaskResponseBody) String ¶
func (s GetAsyncTaskResponseBody) String() string
type GetDefaultDriveRequest ¶
type GetDefaultDriveRequest struct {
UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"`
}
func (GetDefaultDriveRequest) GoString ¶
func (s GetDefaultDriveRequest) GoString() string
func (*GetDefaultDriveRequest) SetUserId ¶
func (s *GetDefaultDriveRequest) SetUserId(v string) *GetDefaultDriveRequest
func (GetDefaultDriveRequest) String ¶
func (s GetDefaultDriveRequest) String() string
type GetDefaultDriveResponse ¶
type GetDefaultDriveResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetDefaultDriveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetDefaultDriveResponse) GoString ¶
func (s GetDefaultDriveResponse) GoString() string
func (*GetDefaultDriveResponse) SetBody ¶
func (s *GetDefaultDriveResponse) SetBody(v *GetDefaultDriveResponseBody) *GetDefaultDriveResponse
func (*GetDefaultDriveResponse) SetHeaders ¶
func (s *GetDefaultDriveResponse) SetHeaders(v map[string]*string) *GetDefaultDriveResponse
func (*GetDefaultDriveResponse) SetStatusCode ¶
func (s *GetDefaultDriveResponse) SetStatusCode(v int32) *GetDefaultDriveResponse
func (GetDefaultDriveResponse) String ¶
func (s GetDefaultDriveResponse) String() string
type GetDefaultDriveResponseBody ¶
type GetDefaultDriveResponseBody struct {
Drive *Drive `json:"drive,omitempty" xml:"drive,omitempty"`
}
func (GetDefaultDriveResponseBody) GoString ¶
func (s GetDefaultDriveResponseBody) GoString() string
func (*GetDefaultDriveResponseBody) SetDrive ¶
func (s *GetDefaultDriveResponseBody) SetDrive(v *Drive) *GetDefaultDriveResponseBody
func (GetDefaultDriveResponseBody) String ¶
func (s GetDefaultDriveResponseBody) String() string
type GetDownloadUrlRequest ¶
type GetDownloadUrlRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` ExpireSec *int32 `json:"expire_sec,omitempty" xml:"expire_sec,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` FileName *string `json:"file_name,omitempty" xml:"file_name,omitempty"` }
func (GetDownloadUrlRequest) GoString ¶
func (s GetDownloadUrlRequest) GoString() string
func (*GetDownloadUrlRequest) SetDriveId ¶
func (s *GetDownloadUrlRequest) SetDriveId(v string) *GetDownloadUrlRequest
func (*GetDownloadUrlRequest) SetExpireSec ¶
func (s *GetDownloadUrlRequest) SetExpireSec(v int32) *GetDownloadUrlRequest
func (*GetDownloadUrlRequest) SetFileId ¶
func (s *GetDownloadUrlRequest) SetFileId(v string) *GetDownloadUrlRequest
func (*GetDownloadUrlRequest) SetFileName ¶
func (s *GetDownloadUrlRequest) SetFileName(v string) *GetDownloadUrlRequest
func (GetDownloadUrlRequest) String ¶
func (s GetDownloadUrlRequest) String() string
type GetDownloadUrlResponse ¶
type GetDownloadUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetDownloadUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetDownloadUrlResponse) GoString ¶
func (s GetDownloadUrlResponse) GoString() string
func (*GetDownloadUrlResponse) SetBody ¶
func (s *GetDownloadUrlResponse) SetBody(v *GetDownloadUrlResponseBody) *GetDownloadUrlResponse
func (*GetDownloadUrlResponse) SetHeaders ¶
func (s *GetDownloadUrlResponse) SetHeaders(v map[string]*string) *GetDownloadUrlResponse
func (*GetDownloadUrlResponse) SetStatusCode ¶
func (s *GetDownloadUrlResponse) SetStatusCode(v int32) *GetDownloadUrlResponse
func (GetDownloadUrlResponse) String ¶
func (s GetDownloadUrlResponse) String() string
type GetDownloadUrlResponseBody ¶
type GetDownloadUrlResponseBody struct { CdnUrl *string `json:"cdn_url,omitempty" xml:"cdn_url,omitempty"` ContentHash *string `json:"content_hash,omitempty" xml:"content_hash,omitempty"` ContentHashName *string `json:"content_hash_name,omitempty" xml:"content_hash_name,omitempty"` Crc64Hash *string `json:"crc64_hash,omitempty" xml:"crc64_hash,omitempty"` Expiration *string `json:"expiration,omitempty" xml:"expiration,omitempty"` InternalUrl *string `json:"internal_url,omitempty" xml:"internal_url,omitempty"` Size *int64 `json:"size,omitempty" xml:"size,omitempty"` // Id of the request Url *string `json:"url,omitempty" xml:"url,omitempty"` }
func (GetDownloadUrlResponseBody) GoString ¶
func (s GetDownloadUrlResponseBody) GoString() string
func (*GetDownloadUrlResponseBody) SetCdnUrl ¶
func (s *GetDownloadUrlResponseBody) SetCdnUrl(v string) *GetDownloadUrlResponseBody
func (*GetDownloadUrlResponseBody) SetContentHash ¶
func (s *GetDownloadUrlResponseBody) SetContentHash(v string) *GetDownloadUrlResponseBody
func (*GetDownloadUrlResponseBody) SetContentHashName ¶
func (s *GetDownloadUrlResponseBody) SetContentHashName(v string) *GetDownloadUrlResponseBody
func (*GetDownloadUrlResponseBody) SetCrc64Hash ¶
func (s *GetDownloadUrlResponseBody) SetCrc64Hash(v string) *GetDownloadUrlResponseBody
func (*GetDownloadUrlResponseBody) SetExpiration ¶
func (s *GetDownloadUrlResponseBody) SetExpiration(v string) *GetDownloadUrlResponseBody
func (*GetDownloadUrlResponseBody) SetInternalUrl ¶
func (s *GetDownloadUrlResponseBody) SetInternalUrl(v string) *GetDownloadUrlResponseBody
func (*GetDownloadUrlResponseBody) SetSize ¶
func (s *GetDownloadUrlResponseBody) SetSize(v int64) *GetDownloadUrlResponseBody
func (*GetDownloadUrlResponseBody) SetUrl ¶
func (s *GetDownloadUrlResponseBody) SetUrl(v string) *GetDownloadUrlResponseBody
func (GetDownloadUrlResponseBody) String ¶
func (s GetDownloadUrlResponseBody) String() string
type GetDriveRequest ¶
type GetDriveRequest struct {
DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"`
}
func (GetDriveRequest) GoString ¶
func (s GetDriveRequest) GoString() string
func (*GetDriveRequest) SetDriveId ¶
func (s *GetDriveRequest) SetDriveId(v string) *GetDriveRequest
func (GetDriveRequest) String ¶
func (s GetDriveRequest) String() string
type GetDriveResponse ¶
type GetDriveResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetDriveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetDriveResponse) GoString ¶
func (s GetDriveResponse) GoString() string
func (*GetDriveResponse) SetBody ¶
func (s *GetDriveResponse) SetBody(v *GetDriveResponseBody) *GetDriveResponse
func (*GetDriveResponse) SetHeaders ¶
func (s *GetDriveResponse) SetHeaders(v map[string]*string) *GetDriveResponse
func (*GetDriveResponse) SetStatusCode ¶
func (s *GetDriveResponse) SetStatusCode(v int32) *GetDriveResponse
func (GetDriveResponse) String ¶
func (s GetDriveResponse) String() string
type GetDriveResponseBody ¶
type GetDriveResponseBody struct {
Drive *Drive `json:"drive,omitempty" xml:"drive,omitempty"`
}
func (GetDriveResponseBody) GoString ¶
func (s GetDriveResponseBody) GoString() string
func (*GetDriveResponseBody) SetDrive ¶
func (s *GetDriveResponseBody) SetDrive(v *Drive) *GetDriveResponseBody
func (GetDriveResponseBody) String ¶
func (s GetDriveResponseBody) String() string
type GetFileRequest ¶
type GetFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` Fields *string `json:"fields,omitempty" xml:"fields,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` UrlExpireSec *int32 `json:"url_expire_sec,omitempty" xml:"url_expire_sec,omitempty"` }
func (GetFileRequest) GoString ¶
func (s GetFileRequest) GoString() string
func (*GetFileRequest) SetDriveId ¶
func (s *GetFileRequest) SetDriveId(v string) *GetFileRequest
func (*GetFileRequest) SetFields ¶
func (s *GetFileRequest) SetFields(v string) *GetFileRequest
func (*GetFileRequest) SetFileId ¶
func (s *GetFileRequest) SetFileId(v string) *GetFileRequest
func (*GetFileRequest) SetUrlExpireSec ¶
func (s *GetFileRequest) SetUrlExpireSec(v int32) *GetFileRequest
func (GetFileRequest) String ¶
func (s GetFileRequest) String() string
type GetFileResponse ¶
type GetFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFileResponse) GoString ¶
func (s GetFileResponse) GoString() string
func (*GetFileResponse) SetBody ¶
func (s *GetFileResponse) SetBody(v *GetFileResponseBody) *GetFileResponse
func (*GetFileResponse) SetHeaders ¶
func (s *GetFileResponse) SetHeaders(v map[string]*string) *GetFileResponse
func (*GetFileResponse) SetStatusCode ¶
func (s *GetFileResponse) SetStatusCode(v int32) *GetFileResponse
func (GetFileResponse) String ¶
func (s GetFileResponse) String() string
type GetFileResponseBody ¶
type GetFileResponseBody struct { File *File `json:"file,omitempty" xml:"file,omitempty"` Trashed *bool `json:"trashed,omitempty" xml:"trashed,omitempty"` }
func (GetFileResponseBody) GoString ¶
func (s GetFileResponseBody) GoString() string
func (*GetFileResponseBody) SetFile ¶
func (s *GetFileResponseBody) SetFile(v *File) *GetFileResponseBody
func (*GetFileResponseBody) SetTrashed ¶
func (s *GetFileResponseBody) SetTrashed(v bool) *GetFileResponseBody
func (GetFileResponseBody) String ¶
func (s GetFileResponseBody) String() string
type GetGroupRequest ¶
type GetGroupRequest struct {
GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"`
}
func (GetGroupRequest) GoString ¶
func (s GetGroupRequest) GoString() string
func (*GetGroupRequest) SetGroupId ¶
func (s *GetGroupRequest) SetGroupId(v string) *GetGroupRequest
func (GetGroupRequest) String ¶
func (s GetGroupRequest) String() string
type GetGroupResponse ¶
type GetGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *Group `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetGroupResponse) GoString ¶
func (s GetGroupResponse) GoString() string
func (*GetGroupResponse) SetBody ¶
func (s *GetGroupResponse) SetBody(v *Group) *GetGroupResponse
func (*GetGroupResponse) SetHeaders ¶
func (s *GetGroupResponse) SetHeaders(v map[string]*string) *GetGroupResponse
func (*GetGroupResponse) SetStatusCode ¶
func (s *GetGroupResponse) SetStatusCode(v int32) *GetGroupResponse
func (GetGroupResponse) String ¶
func (s GetGroupResponse) String() string
type GetLinkInfoByUserIdRequest ¶
type GetLinkInfoByUserIdRequest struct {
UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"`
}
func (GetLinkInfoByUserIdRequest) GoString ¶
func (s GetLinkInfoByUserIdRequest) GoString() string
func (*GetLinkInfoByUserIdRequest) SetUserId ¶
func (s *GetLinkInfoByUserIdRequest) SetUserId(v string) *GetLinkInfoByUserIdRequest
func (GetLinkInfoByUserIdRequest) String ¶
func (s GetLinkInfoByUserIdRequest) String() string
type GetLinkInfoByUserIdResponse ¶
type GetLinkInfoByUserIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetLinkInfoByUserIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetLinkInfoByUserIdResponse) GoString ¶
func (s GetLinkInfoByUserIdResponse) GoString() string
func (*GetLinkInfoByUserIdResponse) SetBody ¶
func (s *GetLinkInfoByUserIdResponse) SetBody(v *GetLinkInfoByUserIdResponseBody) *GetLinkInfoByUserIdResponse
func (*GetLinkInfoByUserIdResponse) SetHeaders ¶
func (s *GetLinkInfoByUserIdResponse) SetHeaders(v map[string]*string) *GetLinkInfoByUserIdResponse
func (*GetLinkInfoByUserIdResponse) SetStatusCode ¶
func (s *GetLinkInfoByUserIdResponse) SetStatusCode(v int32) *GetLinkInfoByUserIdResponse
func (GetLinkInfoByUserIdResponse) String ¶
func (s GetLinkInfoByUserIdResponse) String() string
type GetLinkInfoByUserIdResponseBody ¶
type GetLinkInfoByUserIdResponseBody struct { // items Items []*AccountLinkInfo `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` }
func (GetLinkInfoByUserIdResponseBody) GoString ¶
func (s GetLinkInfoByUserIdResponseBody) GoString() string
func (*GetLinkInfoByUserIdResponseBody) SetItems ¶
func (s *GetLinkInfoByUserIdResponseBody) SetItems(v []*AccountLinkInfo) *GetLinkInfoByUserIdResponseBody
func (GetLinkInfoByUserIdResponseBody) String ¶
func (s GetLinkInfoByUserIdResponseBody) String() string
type GetLinkInfoRequest ¶
type GetLinkInfoRequest struct { Extra *string `json:"extra,omitempty" xml:"extra,omitempty"` Identity *string `json:"identity,omitempty" xml:"identity,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GetLinkInfoRequest) GoString ¶
func (s GetLinkInfoRequest) GoString() string
func (*GetLinkInfoRequest) SetExtra ¶
func (s *GetLinkInfoRequest) SetExtra(v string) *GetLinkInfoRequest
func (*GetLinkInfoRequest) SetIdentity ¶
func (s *GetLinkInfoRequest) SetIdentity(v string) *GetLinkInfoRequest
func (*GetLinkInfoRequest) SetType ¶
func (s *GetLinkInfoRequest) SetType(v string) *GetLinkInfoRequest
func (GetLinkInfoRequest) String ¶
func (s GetLinkInfoRequest) String() string
type GetLinkInfoResponse ¶
type GetLinkInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AccountLinkInfo `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetLinkInfoResponse) GoString ¶
func (s GetLinkInfoResponse) GoString() string
func (*GetLinkInfoResponse) SetBody ¶
func (s *GetLinkInfoResponse) SetBody(v *AccountLinkInfo) *GetLinkInfoResponse
func (*GetLinkInfoResponse) SetHeaders ¶
func (s *GetLinkInfoResponse) SetHeaders(v map[string]*string) *GetLinkInfoResponse
func (*GetLinkInfoResponse) SetStatusCode ¶
func (s *GetLinkInfoResponse) SetStatusCode(v int32) *GetLinkInfoResponse
func (GetLinkInfoResponse) String ¶
func (s GetLinkInfoResponse) String() string
type GetShareLinkByAnonymousRequest ¶
type GetShareLinkByAnonymousRequest struct {
}func (GetShareLinkByAnonymousRequest) GoString ¶
func (s GetShareLinkByAnonymousRequest) GoString() string
func (*GetShareLinkByAnonymousRequest) SetShareId ¶
func (s *GetShareLinkByAnonymousRequest) SetShareId(v string) *GetShareLinkByAnonymousRequest
func (GetShareLinkByAnonymousRequest) String ¶
func (s GetShareLinkByAnonymousRequest) String() string
type GetShareLinkByAnonymousResponse ¶
type GetShareLinkByAnonymousResponse struct {}
func (GetShareLinkByAnonymousResponse) GoString ¶
func (s GetShareLinkByAnonymousResponse) GoString() string
func (*GetShareLinkByAnonymousResponse) SetBody ¶
func (s *GetShareLinkByAnonymousResponse) SetBody(v *GetShareLinkByAnonymousResponseBody) *GetShareLinkByAnonymousResponse
func (*GetShareLinkByAnonymousResponse) SetHeaders ¶
func (s *GetShareLinkByAnonymousResponse) SetHeaders(v map[string]*string) *GetShareLinkByAnonymousResponse
func (*GetShareLinkByAnonymousResponse) SetStatusCode ¶
func (s *GetShareLinkByAnonymousResponse) SetStatusCode(v int32) *GetShareLinkByAnonymousResponse
func (GetShareLinkByAnonymousResponse) String ¶
func (s GetShareLinkByAnonymousResponse) String() string
type GetShareLinkByAnonymousResponseBody ¶
type GetShareLinkByAnonymousResponseBody struct {}
func (GetShareLinkByAnonymousResponseBody) GoString ¶
func (s GetShareLinkByAnonymousResponseBody) GoString() string
func (*GetShareLinkByAnonymousResponseBody) SetAccessCount ¶
func (s *GetShareLinkByAnonymousResponseBody) SetAccessCount(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetAvatar ¶
func (s *GetShareLinkByAnonymousResponseBody) SetAvatar(v string) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetCreatorId ¶
func (s *GetShareLinkByAnonymousResponseBody) SetCreatorId(v string) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetCreatorName ¶
func (s *GetShareLinkByAnonymousResponseBody) SetCreatorName(v string) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetCreatorPhone ¶
func (s *GetShareLinkByAnonymousResponseBody) SetCreatorPhone(v string) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetDisableDownload ¶
func (s *GetShareLinkByAnonymousResponseBody) SetDisableDownload(v bool) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetDisablePreview ¶
func (s *GetShareLinkByAnonymousResponseBody) SetDisablePreview(v bool) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetDisableSave ¶
func (s *GetShareLinkByAnonymousResponseBody) SetDisableSave(v bool) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetDownloadCount ¶
func (s *GetShareLinkByAnonymousResponseBody) SetDownloadCount(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetDownloadLimit ¶
func (s *GetShareLinkByAnonymousResponseBody) SetDownloadLimit(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetExpiration ¶
func (s *GetShareLinkByAnonymousResponseBody) SetExpiration(v string) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetPreviewCount ¶
func (s *GetShareLinkByAnonymousResponseBody) SetPreviewCount(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetPreviewLimit ¶
func (s *GetShareLinkByAnonymousResponseBody) SetPreviewLimit(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetReportCount ¶
func (s *GetShareLinkByAnonymousResponseBody) SetReportCount(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetRequireLogin ¶
func (s *GetShareLinkByAnonymousResponseBody) SetRequireLogin(v bool) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetSaveCount ¶
func (s *GetShareLinkByAnonymousResponseBody) SetSaveCount(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetSaveDownloadLimit ¶
func (s *GetShareLinkByAnonymousResponseBody) SetSaveDownloadLimit(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetSaveLimit ¶
func (s *GetShareLinkByAnonymousResponseBody) SetSaveLimit(v int64) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetShareName ¶
func (s *GetShareLinkByAnonymousResponseBody) SetShareName(v string) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetUpdatedAt ¶
func (s *GetShareLinkByAnonymousResponseBody) SetUpdatedAt(v string) *GetShareLinkByAnonymousResponseBody
func (*GetShareLinkByAnonymousResponseBody) SetVideoPreviewCount ¶
func (s *GetShareLinkByAnonymousResponseBody) SetVideoPreviewCount(v int64) *GetShareLinkByAnonymousResponseBody
func (GetShareLinkByAnonymousResponseBody) String ¶
func (s GetShareLinkByAnonymousResponseBody) String() string
type GetShareLinkRequest ¶
type GetShareLinkRequest struct {
}func (GetShareLinkRequest) GoString ¶
func (s GetShareLinkRequest) GoString() string
func (*GetShareLinkRequest) SetShareId ¶
func (s *GetShareLinkRequest) SetShareId(v string) *GetShareLinkRequest
func (GetShareLinkRequest) String ¶
func (s GetShareLinkRequest) String() string
type GetShareLinkResponse ¶
type GetShareLinkResponse struct {}
func (GetShareLinkResponse) GoString ¶
func (s GetShareLinkResponse) GoString() string
func (*GetShareLinkResponse) SetBody ¶
func (s *GetShareLinkResponse) SetBody(v *ShareLink) *GetShareLinkResponse
func (*GetShareLinkResponse) SetHeaders ¶
func (s *GetShareLinkResponse) SetHeaders(v map[string]*string) *GetShareLinkResponse
func (*GetShareLinkResponse) SetStatusCode ¶
func (s *GetShareLinkResponse) SetStatusCode(v int32) *GetShareLinkResponse
func (GetShareLinkResponse) String ¶
func (s GetShareLinkResponse) String() string
type GetShareLinkTokenRequest ¶
type GetShareLinkTokenRequest struct {}
func (GetShareLinkTokenRequest) GoString ¶
func (s GetShareLinkTokenRequest) GoString() string
func (*GetShareLinkTokenRequest) SetExpireSec ¶
func (s *GetShareLinkTokenRequest) SetExpireSec(v int32) *GetShareLinkTokenRequest
func (*GetShareLinkTokenRequest) SetShareId ¶
func (s *GetShareLinkTokenRequest) SetShareId(v string) *GetShareLinkTokenRequest
func (*GetShareLinkTokenRequest) SetSharePwd ¶
func (s *GetShareLinkTokenRequest) SetSharePwd(v string) *GetShareLinkTokenRequest
func (GetShareLinkTokenRequest) String ¶
func (s GetShareLinkTokenRequest) String() string
type GetShareLinkTokenResponse ¶
type GetShareLinkTokenResponse struct {}
func (GetShareLinkTokenResponse) GoString ¶
func (s GetShareLinkTokenResponse) GoString() string
func (*GetShareLinkTokenResponse) SetBody ¶
func (s *GetShareLinkTokenResponse) SetBody(v *GetShareLinkTokenResponseBody) *GetShareLinkTokenResponse
func (*GetShareLinkTokenResponse) SetHeaders ¶
func (s *GetShareLinkTokenResponse) SetHeaders(v map[string]*string) *GetShareLinkTokenResponse
func (*GetShareLinkTokenResponse) SetStatusCode ¶
func (s *GetShareLinkTokenResponse) SetStatusCode(v int32) *GetShareLinkTokenResponse
func (GetShareLinkTokenResponse) String ¶
func (s GetShareLinkTokenResponse) String() string
type GetShareLinkTokenResponseBody ¶
type GetShareLinkTokenResponseBody struct { string `json:"share_token,omitempty" xml:"share_token,omitempty"` }ShareToken *
func (GetShareLinkTokenResponseBody) GoString ¶
func (s GetShareLinkTokenResponseBody) GoString() string
func (*GetShareLinkTokenResponseBody) SetExpiresIn ¶
func (s *GetShareLinkTokenResponseBody) SetExpiresIn(v int64) *GetShareLinkTokenResponseBody
func (*GetShareLinkTokenResponseBody) SetShareToken ¶
func (s *GetShareLinkTokenResponseBody) SetShareToken(v string) *GetShareLinkTokenResponseBody
func (GetShareLinkTokenResponseBody) String ¶
func (s GetShareLinkTokenResponseBody) String() string
type GetUploadUrlRequest ¶
type GetUploadUrlRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` PartInfoList *GetUploadUrlRequestPartInfoList `json:"part_info_list,omitempty" xml:"part_info_list,omitempty" type:"Struct"` UploadId *string `json:"upload_id,omitempty" xml:"upload_id,omitempty"` }
func (GetUploadUrlRequest) GoString ¶
func (s GetUploadUrlRequest) GoString() string
func (*GetUploadUrlRequest) SetDriveId ¶
func (s *GetUploadUrlRequest) SetDriveId(v string) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetFileId ¶
func (s *GetUploadUrlRequest) SetFileId(v string) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetPartInfoList ¶
func (s *GetUploadUrlRequest) SetPartInfoList(v *GetUploadUrlRequestPartInfoList) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetShareId ¶
func (s *GetUploadUrlRequest) SetShareId(v string) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetUploadId ¶
func (s *GetUploadUrlRequest) SetUploadId(v string) *GetUploadUrlRequest
func (GetUploadUrlRequest) String ¶
func (s GetUploadUrlRequest) String() string
type GetUploadUrlRequestPartInfoList ¶
type GetUploadUrlRequestPartInfoList struct { ParallelSha1Ctx *GetUploadUrlRequestPartInfoListParallelSha1Ctx `json:"parallel_sha1_ctx,omitempty" xml:"parallel_sha1_ctx,omitempty" type:"Struct"` PartNumber *int32 `json:"part_number,omitempty" xml:"part_number,omitempty"` }
func (GetUploadUrlRequestPartInfoList) GoString ¶
func (s GetUploadUrlRequestPartInfoList) GoString() string
func (*GetUploadUrlRequestPartInfoList) SetParallelSha1Ctx ¶
func (s *GetUploadUrlRequestPartInfoList) SetParallelSha1Ctx(v *GetUploadUrlRequestPartInfoListParallelSha1Ctx) *GetUploadUrlRequestPartInfoList
func (*GetUploadUrlRequestPartInfoList) SetPartNumber ¶
func (s *GetUploadUrlRequestPartInfoList) SetPartNumber(v int32) *GetUploadUrlRequestPartInfoList
func (GetUploadUrlRequestPartInfoList) String ¶
func (s GetUploadUrlRequestPartInfoList) String() string
type GetUploadUrlRequestPartInfoListParallelSha1Ctx ¶
type GetUploadUrlRequestPartInfoListParallelSha1Ctx struct { H []*int64 `json:"h,omitempty" xml:"h,omitempty" type:"Repeated"` PartOffset *int64 `json:"part_offset,omitempty" xml:"part_offset,omitempty"` }
func (GetUploadUrlRequestPartInfoListParallelSha1Ctx) GoString ¶
func (s GetUploadUrlRequestPartInfoListParallelSha1Ctx) GoString() string
func (*GetUploadUrlRequestPartInfoListParallelSha1Ctx) SetPartOffset ¶
func (s *GetUploadUrlRequestPartInfoListParallelSha1Ctx) SetPartOffset(v int64) *GetUploadUrlRequestPartInfoListParallelSha1Ctx
func (GetUploadUrlRequestPartInfoListParallelSha1Ctx) String ¶
func (s GetUploadUrlRequestPartInfoListParallelSha1Ctx) String() string
type GetUploadUrlResponse ¶
type GetUploadUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUploadUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUploadUrlResponse) GoString ¶
func (s GetUploadUrlResponse) GoString() string
func (*GetUploadUrlResponse) SetBody ¶
func (s *GetUploadUrlResponse) SetBody(v *GetUploadUrlResponseBody) *GetUploadUrlResponse
func (*GetUploadUrlResponse) SetHeaders ¶
func (s *GetUploadUrlResponse) SetHeaders(v map[string]*string) *GetUploadUrlResponse
func (*GetUploadUrlResponse) SetStatusCode ¶
func (s *GetUploadUrlResponse) SetStatusCode(v int32) *GetUploadUrlResponse
func (GetUploadUrlResponse) String ¶
func (s GetUploadUrlResponse) String() string
type GetUploadUrlResponseBody ¶
type GetUploadUrlResponseBody struct { CreateAt *string `json:"create_at,omitempty" xml:"create_at,omitempty"` // Id of the request DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` PartInfoList []*UploadPartInfo `json:"part_info_list,omitempty" xml:"part_info_list,omitempty" type:"Repeated"` UploadId *string `json:"upload_id,omitempty" xml:"upload_id,omitempty"` }
func (GetUploadUrlResponseBody) GoString ¶
func (s GetUploadUrlResponseBody) GoString() string
func (*GetUploadUrlResponseBody) SetCreateAt ¶
func (s *GetUploadUrlResponseBody) SetCreateAt(v string) *GetUploadUrlResponseBody
func (*GetUploadUrlResponseBody) SetDomainId ¶
func (s *GetUploadUrlResponseBody) SetDomainId(v string) *GetUploadUrlResponseBody
func (*GetUploadUrlResponseBody) SetDriveId ¶
func (s *GetUploadUrlResponseBody) SetDriveId(v string) *GetUploadUrlResponseBody
func (*GetUploadUrlResponseBody) SetFileId ¶
func (s *GetUploadUrlResponseBody) SetFileId(v string) *GetUploadUrlResponseBody
func (*GetUploadUrlResponseBody) SetPartInfoList ¶
func (s *GetUploadUrlResponseBody) SetPartInfoList(v []*UploadPartInfo) *GetUploadUrlResponseBody
func (*GetUploadUrlResponseBody) SetUploadId ¶
func (s *GetUploadUrlResponseBody) SetUploadId(v string) *GetUploadUrlResponseBody
func (GetUploadUrlResponseBody) String ¶
func (s GetUploadUrlResponseBody) String() string
type GetUserRequest ¶
type GetUserRequest struct {
UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"`
}
func (GetUserRequest) GoString ¶
func (s GetUserRequest) GoString() string
func (*GetUserRequest) SetUserId ¶
func (s *GetUserRequest) SetUserId(v string) *GetUserRequest
func (GetUserRequest) String ¶
func (s GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *User `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserResponse) GoString ¶
func (s GetUserResponse) GoString() string
func (*GetUserResponse) SetBody ¶
func (s *GetUserResponse) SetBody(v *User) *GetUserResponse
func (*GetUserResponse) SetHeaders ¶
func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse
func (*GetUserResponse) SetStatusCode ¶
func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse
func (GetUserResponse) String ¶
func (s GetUserResponse) String() string
type Group ¶
type Group struct { // 创建时间 CreatedAt *int64 `json:"created_at,omitempty" xml:"created_at,omitempty"` // 创建者 Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` // 描述 Description *string `json:"description,omitempty" xml:"description,omitempty"` // 域ID DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 用户组ID GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"` // 用户组名 GroupName *string `json:"group_name,omitempty" xml:"group_name,omitempty"` // 更新时间 UpdatedAt *int64 `json:"updated_at,omitempty" xml:"updated_at,omitempty"` }
func (*Group) SetCreatedAt ¶
func (*Group) SetCreator ¶
func (*Group) SetDescription ¶
func (*Group) SetDomainId ¶
func (*Group) SetGroupId ¶
func (*Group) SetGroupName ¶
func (*Group) SetUpdatedAt ¶
type Identity ¶
type Identity struct { // ID IdentityId *string `json:"identity_id,omitempty" xml:"identity_id,omitempty"` // 类型 IdentityType *string `json:"identity_type,omitempty" xml:"identity_type,omitempty"` }
func (*Identity) SetIdentityId ¶
func (*Identity) SetIdentityType ¶
type ImageMediaMetadata ¶
type ImageMediaMetadata struct { // 长 Height *int64 `json:"height,omitempty" xml:"height,omitempty"` // 拍摄时间 TakenAt *string `json:"taken_at,omitempty" xml:"taken_at,omitempty"` // 宽 Width *int64 `json:"width,omitempty" xml:"width,omitempty"` }
func (ImageMediaMetadata) GoString ¶
func (s ImageMediaMetadata) GoString() string
func (*ImageMediaMetadata) SetHeight ¶
func (s *ImageMediaMetadata) SetHeight(v int64) *ImageMediaMetadata
func (*ImageMediaMetadata) SetTakenAt ¶
func (s *ImageMediaMetadata) SetTakenAt(v string) *ImageMediaMetadata
func (*ImageMediaMetadata) SetWidth ¶
func (s *ImageMediaMetadata) SetWidth(v int64) *ImageMediaMetadata
func (ImageMediaMetadata) String ¶
func (s ImageMediaMetadata) String() string
type ImageTag ¶
type ImageTag struct { // 数量 Count *int64 `json:"count,omitempty" xml:"count,omitempty"` // 封面文件分类 CoverFileCategory *string `json:"cover_file_category,omitempty" xml:"cover_file_category,omitempty"` // 封面文件id CoverFileId *string `json:"cover_file_id,omitempty" xml:"cover_file_id,omitempty"` // 封面评分 CoverOverallScore *float32 `json:"cover_overall_score,omitempty" xml:"cover_overall_score,omitempty"` // 封面标签置信度 CoverTagConfidence *float32 `json:"cover_tag_confidence,omitempty" xml:"cover_tag_confidence,omitempty"` // 标签封面图片地址 CoverUrl *string `json:"cover_url,omitempty" xml:"cover_url,omitempty"` // 名称 Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (*ImageTag) SetCoverFileCategory ¶
func (*ImageTag) SetCoverFileId ¶
func (*ImageTag) SetCoverOverallScore ¶
func (*ImageTag) SetCoverTagConfidence ¶
func (*ImageTag) SetCoverUrl ¶
type ImportUserRequest ¶
type ImportUserRequest struct { AuthenticationDisplayName *string `json:"authentication_display_name,omitempty" xml:"authentication_display_name,omitempty"` AuthenticationType *string `json:"authentication_type,omitempty" xml:"authentication_type,omitempty"` AutoCreateDrive *bool `json:"auto_create_drive,omitempty" xml:"auto_create_drive,omitempty"` DenyChangePasswordBySelf *bool `json:"deny_change_password_by_self,omitempty" xml:"deny_change_password_by_self,omitempty"` DriveTotalSize *int64 `json:"drive_total_size,omitempty" xml:"drive_total_size,omitempty"` Extra *string `json:"extra,omitempty" xml:"extra,omitempty"` Identity *string `json:"identity,omitempty" xml:"identity,omitempty"` NeedChangePasswordNextLogin *bool `json:"need_change_password_next_login,omitempty" xml:"need_change_password_next_login,omitempty"` NickName *string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` ParentGroupId *string `json:"parent_group_id,omitempty" xml:"parent_group_id,omitempty"` PlainPassword *string `json:"plain_password,omitempty" xml:"plain_password,omitempty"` }
func (ImportUserRequest) GoString ¶
func (s ImportUserRequest) GoString() string
func (*ImportUserRequest) SetAuthenticationDisplayName ¶
func (s *ImportUserRequest) SetAuthenticationDisplayName(v string) *ImportUserRequest
func (*ImportUserRequest) SetAuthenticationType ¶
func (s *ImportUserRequest) SetAuthenticationType(v string) *ImportUserRequest
func (*ImportUserRequest) SetAutoCreateDrive ¶
func (s *ImportUserRequest) SetAutoCreateDrive(v bool) *ImportUserRequest
func (*ImportUserRequest) SetDenyChangePasswordBySelf ¶
func (s *ImportUserRequest) SetDenyChangePasswordBySelf(v bool) *ImportUserRequest
func (*ImportUserRequest) SetDriveTotalSize ¶
func (s *ImportUserRequest) SetDriveTotalSize(v int64) *ImportUserRequest
func (*ImportUserRequest) SetExtra ¶
func (s *ImportUserRequest) SetExtra(v string) *ImportUserRequest
func (*ImportUserRequest) SetIdentity ¶
func (s *ImportUserRequest) SetIdentity(v string) *ImportUserRequest
func (*ImportUserRequest) SetNeedChangePasswordNextLogin ¶
func (s *ImportUserRequest) SetNeedChangePasswordNextLogin(v bool) *ImportUserRequest
func (*ImportUserRequest) SetNickName ¶
func (s *ImportUserRequest) SetNickName(v string) *ImportUserRequest
func (*ImportUserRequest) SetParentGroupId ¶
func (s *ImportUserRequest) SetParentGroupId(v string) *ImportUserRequest
func (*ImportUserRequest) SetPlainPassword ¶
func (s *ImportUserRequest) SetPlainPassword(v string) *ImportUserRequest
func (ImportUserRequest) String ¶
func (s ImportUserRequest) String() string
type ImportUserResponse ¶
type ImportUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *User `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ImportUserResponse) GoString ¶
func (s ImportUserResponse) GoString() string
func (*ImportUserResponse) SetBody ¶
func (s *ImportUserResponse) SetBody(v *User) *ImportUserResponse
func (*ImportUserResponse) SetHeaders ¶
func (s *ImportUserResponse) SetHeaders(v map[string]*string) *ImportUserResponse
func (*ImportUserResponse) SetStatusCode ¶
func (s *ImportUserResponse) SetStatusCode(v int32) *ImportUserResponse
func (ImportUserResponse) String ¶
func (s ImportUserResponse) String() string
type JWTPayload ¶
type JWTPayload struct { // DomainID Aud *string `json:"aud,omitempty" xml:"aud,omitempty"` // 扩展字段,是否自动创建用户 AutoCreate *bool `json:"auto_create,omitempty" xml:"auto_create,omitempty"` // JWT过期时间, Unix Time,单位秒,生效时间和过期时间不能超过15分钟。为防止客户端和服务器时间不一致,此时间建议设置为当前时间加5分钟。 Exp *int64 `json:"exp,omitempty" xml:"exp,omitempty"` // 签发时间,Unix Time,单位秒,在此时间之前无法使用,如:1577682075 Iat *int64 `json:"iat,omitempty" xml:"iat,omitempty"` // 控制台申请的JWT App ID Iss *string `json:"iss,omitempty" xml:"iss,omitempty"` // 应用生成JWT的唯一标识,长度16-128位,推荐使用uuid即可 Jti *string `json:"jti,omitempty" xml:"jti,omitempty"` // 生效时间,Unix Time,单位秒,不指定则默认为当前时间。生效时间和过期时间不能超过15分钟。 为防止客户端和服务器时间不一致,此时间建议设置为当前时间减5分钟,或者不设置。 Nbf *int64 `json:"nbf,omitempty" xml:"nbf,omitempty"` // 待授权的UserID或者DomainID Sub *string `json:"sub,omitempty" xml:"sub,omitempty"` // 扩展字段,表示账号类型,目前支持填 user、service,此处填user,则sub为userID,签发普通用户accessToken。 此处填service,则sub为domainID,签发domain服务账号accessToken(超级管理员权限) SubType *string `json:"sub_type,omitempty" xml:"sub_type,omitempty"` }
func (JWTPayload) GoString ¶
func (s JWTPayload) GoString() string
func (*JWTPayload) SetAud ¶
func (s *JWTPayload) SetAud(v string) *JWTPayload
func (*JWTPayload) SetAutoCreate ¶
func (s *JWTPayload) SetAutoCreate(v bool) *JWTPayload
func (*JWTPayload) SetExp ¶
func (s *JWTPayload) SetExp(v int64) *JWTPayload
func (*JWTPayload) SetIat ¶
func (s *JWTPayload) SetIat(v int64) *JWTPayload
func (*JWTPayload) SetIss ¶
func (s *JWTPayload) SetIss(v string) *JWTPayload
func (*JWTPayload) SetJti ¶
func (s *JWTPayload) SetJti(v string) *JWTPayload
func (*JWTPayload) SetNbf ¶
func (s *JWTPayload) SetNbf(v int64) *JWTPayload
func (*JWTPayload) SetSub ¶
func (s *JWTPayload) SetSub(v string) *JWTPayload
func (*JWTPayload) SetSubType ¶
func (s *JWTPayload) SetSubType(v string) *JWTPayload
func (JWTPayload) String ¶
func (s JWTPayload) String() string
type LinkAccountRequest ¶
type LinkAccountRequest struct { Extra *string `json:"extra,omitempty" xml:"extra,omitempty"` Identity *string `json:"identity,omitempty" xml:"identity,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"` }
func (LinkAccountRequest) GoString ¶
func (s LinkAccountRequest) GoString() string
func (*LinkAccountRequest) SetExtra ¶
func (s *LinkAccountRequest) SetExtra(v string) *LinkAccountRequest
func (*LinkAccountRequest) SetIdentity ¶
func (s *LinkAccountRequest) SetIdentity(v string) *LinkAccountRequest
func (*LinkAccountRequest) SetType ¶
func (s *LinkAccountRequest) SetType(v string) *LinkAccountRequest
func (*LinkAccountRequest) SetUserId ¶
func (s *LinkAccountRequest) SetUserId(v string) *LinkAccountRequest
func (LinkAccountRequest) String ¶
func (s LinkAccountRequest) String() string
type LinkAccountResponse ¶
type LinkAccountResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *Token `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (LinkAccountResponse) GoString ¶
func (s LinkAccountResponse) GoString() string
func (*LinkAccountResponse) SetBody ¶
func (s *LinkAccountResponse) SetBody(v *Token) *LinkAccountResponse
func (*LinkAccountResponse) SetHeaders ¶
func (s *LinkAccountResponse) SetHeaders(v map[string]*string) *LinkAccountResponse
func (*LinkAccountResponse) SetStatusCode ¶
func (s *LinkAccountResponse) SetStatusCode(v int32) *LinkAccountResponse
func (LinkAccountResponse) String ¶
func (s LinkAccountResponse) String() string
type ListDeltaRequest ¶
type ListDeltaRequest struct { // 增量信息的起始游标 Cursor *string `json:"cursor,omitempty" xml:"cursor,omitempty"` // 云端Drive id DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` // 获取增量信息的条数限制 Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` // 如果是同步目录的增量信息,必须设置同步目录对应的云端根目录 SyncRootId *string `json:"sync_root_id,omitempty" xml:"sync_root_id,omitempty"` }
func (ListDeltaRequest) GoString ¶
func (s ListDeltaRequest) GoString() string
func (*ListDeltaRequest) SetCursor ¶
func (s *ListDeltaRequest) SetCursor(v string) *ListDeltaRequest
func (*ListDeltaRequest) SetDriveId ¶
func (s *ListDeltaRequest) SetDriveId(v string) *ListDeltaRequest
func (*ListDeltaRequest) SetLimit ¶
func (s *ListDeltaRequest) SetLimit(v int32) *ListDeltaRequest
func (*ListDeltaRequest) SetSyncRootId ¶
func (s *ListDeltaRequest) SetSyncRootId(v string) *ListDeltaRequest
func (ListDeltaRequest) String ¶
func (s ListDeltaRequest) String() string
type ListDeltaResponse ¶
type ListDeltaResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListDeltaResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListDeltaResponse) GoString ¶
func (s ListDeltaResponse) GoString() string
func (*ListDeltaResponse) SetBody ¶
func (s *ListDeltaResponse) SetBody(v *ListDeltaResponseBody) *ListDeltaResponse
func (*ListDeltaResponse) SetHeaders ¶
func (s *ListDeltaResponse) SetHeaders(v map[string]*string) *ListDeltaResponse
func (*ListDeltaResponse) SetStatusCode ¶
func (s *ListDeltaResponse) SetStatusCode(v int32) *ListDeltaResponse
func (ListDeltaResponse) String ¶
func (s ListDeltaResponse) String() string
type ListDeltaResponseBody ¶
type ListDeltaResponseBody struct { Cursor *string `json:"cursor,omitempty" xml:"cursor,omitempty"` HasMore *bool `json:"has_more,omitempty" xml:"has_more,omitempty"` Items []*ListDeltaResponseBodyItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` }
func (ListDeltaResponseBody) GoString ¶
func (s ListDeltaResponseBody) GoString() string
func (*ListDeltaResponseBody) SetCursor ¶
func (s *ListDeltaResponseBody) SetCursor(v string) *ListDeltaResponseBody
func (*ListDeltaResponseBody) SetHasMore ¶
func (s *ListDeltaResponseBody) SetHasMore(v bool) *ListDeltaResponseBody
func (*ListDeltaResponseBody) SetItems ¶
func (s *ListDeltaResponseBody) SetItems(v []*ListDeltaResponseBodyItems) *ListDeltaResponseBody
func (ListDeltaResponseBody) String ¶
func (s ListDeltaResponseBody) String() string
type ListDeltaResponseBodyItems ¶
type ListDeltaResponseBodyItems struct { File *File `json:"file,omitempty" xml:"file,omitempty"` // 文件唯一id FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` // 文件操作,主要包括 Op *string `json:"op,omitempty" xml:"op,omitempty"` }
func (ListDeltaResponseBodyItems) GoString ¶
func (s ListDeltaResponseBodyItems) GoString() string
func (*ListDeltaResponseBodyItems) SetFile ¶
func (s *ListDeltaResponseBodyItems) SetFile(v *File) *ListDeltaResponseBodyItems
func (*ListDeltaResponseBodyItems) SetFileId ¶
func (s *ListDeltaResponseBodyItems) SetFileId(v string) *ListDeltaResponseBodyItems
func (*ListDeltaResponseBodyItems) SetOp ¶
func (s *ListDeltaResponseBodyItems) SetOp(v string) *ListDeltaResponseBodyItems
func (ListDeltaResponseBodyItems) String ¶
func (s ListDeltaResponseBodyItems) String() string
type ListDriveRequest ¶
type ListDriveRequest struct { Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` OwnerType *string `json:"owner_type,omitempty" xml:"owner_type,omitempty"` }
func (ListDriveRequest) GoString ¶
func (s ListDriveRequest) GoString() string
func (*ListDriveRequest) SetLimit ¶
func (s *ListDriveRequest) SetLimit(v int32) *ListDriveRequest
func (*ListDriveRequest) SetMarker ¶
func (s *ListDriveRequest) SetMarker(v string) *ListDriveRequest
func (*ListDriveRequest) SetOwner ¶
func (s *ListDriveRequest) SetOwner(v string) *ListDriveRequest
func (*ListDriveRequest) SetOwnerType ¶
func (s *ListDriveRequest) SetOwnerType(v string) *ListDriveRequest
func (ListDriveRequest) String ¶
func (s ListDriveRequest) String() string
type ListDriveResponse ¶
type ListDriveResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListDriveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListDriveResponse) GoString ¶
func (s ListDriveResponse) GoString() string
func (*ListDriveResponse) SetBody ¶
func (s *ListDriveResponse) SetBody(v *ListDriveResponseBody) *ListDriveResponse
func (*ListDriveResponse) SetHeaders ¶
func (s *ListDriveResponse) SetHeaders(v map[string]*string) *ListDriveResponse
func (*ListDriveResponse) SetStatusCode ¶
func (s *ListDriveResponse) SetStatusCode(v int32) *ListDriveResponse
func (ListDriveResponse) String ¶
func (s ListDriveResponse) String() string
type ListDriveResponseBody ¶
type ListDriveResponseBody struct { Items []*Drive `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (ListDriveResponseBody) GoString ¶
func (s ListDriveResponseBody) GoString() string
func (*ListDriveResponseBody) SetItems ¶
func (s *ListDriveResponseBody) SetItems(v []*Drive) *ListDriveResponseBody
func (*ListDriveResponseBody) SetNextMarker ¶
func (s *ListDriveResponseBody) SetNextMarker(v string) *ListDriveResponseBody
func (ListDriveResponseBody) String ¶
func (s ListDriveResponseBody) String() string
type ListFileRequest ¶
type ListFileRequest struct { Category *string `json:"category,omitempty" xml:"category,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` Fields *string `json:"fields,omitempty" xml:"fields,omitempty"` Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` OrderBy *string `json:"order_by,omitempty" xml:"order_by,omitempty"` OrderDirection *string `json:"order_direction,omitempty" xml:"order_direction,omitempty"` ParentFileId *string `json:"parent_file_id,omitempty" xml:"parent_file_id,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListFileRequest) GoString ¶
func (s ListFileRequest) GoString() string
func (*ListFileRequest) SetCategory ¶
func (s *ListFileRequest) SetCategory(v string) *ListFileRequest
func (*ListFileRequest) SetDriveId ¶
func (s *ListFileRequest) SetDriveId(v string) *ListFileRequest
func (*ListFileRequest) SetFields ¶
func (s *ListFileRequest) SetFields(v string) *ListFileRequest
func (*ListFileRequest) SetLimit ¶
func (s *ListFileRequest) SetLimit(v int32) *ListFileRequest
func (*ListFileRequest) SetMarker ¶
func (s *ListFileRequest) SetMarker(v string) *ListFileRequest
func (*ListFileRequest) SetOrderBy ¶
func (s *ListFileRequest) SetOrderBy(v string) *ListFileRequest
func (*ListFileRequest) SetOrderDirection ¶
func (s *ListFileRequest) SetOrderDirection(v string) *ListFileRequest
func (*ListFileRequest) SetParentFileId ¶
func (s *ListFileRequest) SetParentFileId(v string) *ListFileRequest
func (*ListFileRequest) SetStatus ¶
func (s *ListFileRequest) SetStatus(v string) *ListFileRequest
func (*ListFileRequest) SetType ¶
func (s *ListFileRequest) SetType(v string) *ListFileRequest
func (ListFileRequest) String ¶
func (s ListFileRequest) String() string
type ListFileResponse ¶
type ListFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListFileResponse) GoString ¶
func (s ListFileResponse) GoString() string
func (*ListFileResponse) SetBody ¶
func (s *ListFileResponse) SetBody(v *ListFileResponseBody) *ListFileResponse
func (*ListFileResponse) SetHeaders ¶
func (s *ListFileResponse) SetHeaders(v map[string]*string) *ListFileResponse
func (*ListFileResponse) SetStatusCode ¶
func (s *ListFileResponse) SetStatusCode(v int32) *ListFileResponse
func (ListFileResponse) String ¶
func (s ListFileResponse) String() string
type ListFileResponseBody ¶
type ListFileResponseBody struct { Items []*File `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (ListFileResponseBody) GoString ¶
func (s ListFileResponseBody) GoString() string
func (*ListFileResponseBody) SetItems ¶
func (s *ListFileResponseBody) SetItems(v []*File) *ListFileResponseBody
func (*ListFileResponseBody) SetNextMarker ¶
func (s *ListFileResponseBody) SetNextMarker(v string) *ListFileResponseBody
func (ListFileResponseBody) String ¶
func (s ListFileResponseBody) String() string
type ListGroupRequest ¶
type ListGroupRequest struct { Limit *string `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` }
func (ListGroupRequest) GoString ¶
func (s ListGroupRequest) GoString() string
func (*ListGroupRequest) SetLimit ¶
func (s *ListGroupRequest) SetLimit(v string) *ListGroupRequest
func (*ListGroupRequest) SetMarker ¶
func (s *ListGroupRequest) SetMarker(v string) *ListGroupRequest
func (ListGroupRequest) String ¶
func (s ListGroupRequest) String() string
type ListGroupResponse ¶
type ListGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListGroupResponse) GoString ¶
func (s ListGroupResponse) GoString() string
func (*ListGroupResponse) SetBody ¶
func (s *ListGroupResponse) SetBody(v *ListGroupResponseBody) *ListGroupResponse
func (*ListGroupResponse) SetHeaders ¶
func (s *ListGroupResponse) SetHeaders(v map[string]*string) *ListGroupResponse
func (*ListGroupResponse) SetStatusCode ¶
func (s *ListGroupResponse) SetStatusCode(v int32) *ListGroupResponse
func (ListGroupResponse) String ¶
func (s ListGroupResponse) String() string
type ListGroupResponseBody ¶
type ListGroupResponseBody struct { Items []*Group `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (ListGroupResponseBody) GoString ¶
func (s ListGroupResponseBody) GoString() string
func (*ListGroupResponseBody) SetItems ¶
func (s *ListGroupResponseBody) SetItems(v []*Group) *ListGroupResponseBody
func (*ListGroupResponseBody) SetNextMarker ¶
func (s *ListGroupResponseBody) SetNextMarker(v string) *ListGroupResponseBody
func (ListGroupResponseBody) String ¶
func (s ListGroupResponseBody) String() string
type ListMyDrivesRequest ¶
type ListMyDrivesRequest struct { Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` }
func (ListMyDrivesRequest) GoString ¶
func (s ListMyDrivesRequest) GoString() string
func (*ListMyDrivesRequest) SetLimit ¶
func (s *ListMyDrivesRequest) SetLimit(v int32) *ListMyDrivesRequest
func (*ListMyDrivesRequest) SetMarker ¶
func (s *ListMyDrivesRequest) SetMarker(v string) *ListMyDrivesRequest
func (ListMyDrivesRequest) String ¶
func (s ListMyDrivesRequest) String() string
type ListMyDrivesResponse ¶
type ListMyDrivesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListMyDrivesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListMyDrivesResponse) GoString ¶
func (s ListMyDrivesResponse) GoString() string
func (*ListMyDrivesResponse) SetBody ¶
func (s *ListMyDrivesResponse) SetBody(v *ListMyDrivesResponseBody) *ListMyDrivesResponse
func (*ListMyDrivesResponse) SetHeaders ¶
func (s *ListMyDrivesResponse) SetHeaders(v map[string]*string) *ListMyDrivesResponse
func (*ListMyDrivesResponse) SetStatusCode ¶
func (s *ListMyDrivesResponse) SetStatusCode(v int32) *ListMyDrivesResponse
func (ListMyDrivesResponse) String ¶
func (s ListMyDrivesResponse) String() string
type ListMyDrivesResponseBody ¶
type ListMyDrivesResponseBody struct { Items []*Drive `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (ListMyDrivesResponseBody) GoString ¶
func (s ListMyDrivesResponseBody) GoString() string
func (*ListMyDrivesResponseBody) SetItems ¶
func (s *ListMyDrivesResponseBody) SetItems(v []*Drive) *ListMyDrivesResponseBody
func (*ListMyDrivesResponseBody) SetNextMarker ¶
func (s *ListMyDrivesResponseBody) SetNextMarker(v string) *ListMyDrivesResponseBody
func (ListMyDrivesResponseBody) String ¶
func (s ListMyDrivesResponseBody) String() string
type ListRecyclebinRequest ¶
type ListRecyclebinRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` Fields *string `json:"fields,omitempty" xml:"fields,omitempty"` Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` }
func (ListRecyclebinRequest) GoString ¶
func (s ListRecyclebinRequest) GoString() string
func (*ListRecyclebinRequest) SetDriveId ¶
func (s *ListRecyclebinRequest) SetDriveId(v string) *ListRecyclebinRequest
func (*ListRecyclebinRequest) SetFields ¶
func (s *ListRecyclebinRequest) SetFields(v string) *ListRecyclebinRequest
func (*ListRecyclebinRequest) SetLimit ¶
func (s *ListRecyclebinRequest) SetLimit(v int32) *ListRecyclebinRequest
func (*ListRecyclebinRequest) SetMarker ¶
func (s *ListRecyclebinRequest) SetMarker(v string) *ListRecyclebinRequest
func (ListRecyclebinRequest) String ¶
func (s ListRecyclebinRequest) String() string
type ListRecyclebinResponse ¶
type ListRecyclebinResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListRecyclebinResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListRecyclebinResponse) GoString ¶
func (s ListRecyclebinResponse) GoString() string
func (*ListRecyclebinResponse) SetBody ¶
func (s *ListRecyclebinResponse) SetBody(v *ListRecyclebinResponseBody) *ListRecyclebinResponse
func (*ListRecyclebinResponse) SetHeaders ¶
func (s *ListRecyclebinResponse) SetHeaders(v map[string]*string) *ListRecyclebinResponse
func (*ListRecyclebinResponse) SetStatusCode ¶
func (s *ListRecyclebinResponse) SetStatusCode(v int32) *ListRecyclebinResponse
func (ListRecyclebinResponse) String ¶
func (s ListRecyclebinResponse) String() string
type ListRecyclebinResponseBody ¶
type ListRecyclebinResponseBody struct { Items []*File `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (ListRecyclebinResponseBody) GoString ¶
func (s ListRecyclebinResponseBody) GoString() string
func (*ListRecyclebinResponseBody) SetItems ¶
func (s *ListRecyclebinResponseBody) SetItems(v []*File) *ListRecyclebinResponseBody
func (*ListRecyclebinResponseBody) SetNextMarker ¶
func (s *ListRecyclebinResponseBody) SetNextMarker(v string) *ListRecyclebinResponseBody
func (ListRecyclebinResponseBody) String ¶
func (s ListRecyclebinResponseBody) String() string
type ListShareLinkRequest ¶
type ListShareLinkRequest struct {}
func (ListShareLinkRequest) GoString ¶
func (s ListShareLinkRequest) GoString() string
func (*ListShareLinkRequest) SetCreator ¶
func (s *ListShareLinkRequest) SetCreator(v string) *ListShareLinkRequest
func (*ListShareLinkRequest) SetIncludeCancelled ¶
func (s *ListShareLinkRequest) SetIncludeCancelled(v bool) *ListShareLinkRequest
func (*ListShareLinkRequest) SetLimit ¶
func (s *ListShareLinkRequest) SetLimit(v int32) *ListShareLinkRequest
func (*ListShareLinkRequest) SetMarker ¶
func (s *ListShareLinkRequest) SetMarker(v string) *ListShareLinkRequest
func (*ListShareLinkRequest) SetOrderBy ¶
func (s *ListShareLinkRequest) SetOrderBy(v string) *ListShareLinkRequest
func (*ListShareLinkRequest) SetOrderDirection ¶
func (s *ListShareLinkRequest) SetOrderDirection(v string) *ListShareLinkRequest
func (ListShareLinkRequest) String ¶
func (s ListShareLinkRequest) String() string
type ListShareLinkResponse ¶
type ListShareLinkResponse struct {}
func (ListShareLinkResponse) GoString ¶
func (s ListShareLinkResponse) GoString() string
func (*ListShareLinkResponse) SetBody ¶
func (s *ListShareLinkResponse) SetBody(v *ListShareLinkResponseBody) *ListShareLinkResponse
func (*ListShareLinkResponse) SetHeaders ¶
func (s *ListShareLinkResponse) SetHeaders(v map[string]*string) *ListShareLinkResponse
func (*ListShareLinkResponse) SetStatusCode ¶
func (s *ListShareLinkResponse) SetStatusCode(v int32) *ListShareLinkResponse
func (ListShareLinkResponse) String ¶
func (s ListShareLinkResponse) String() string
type ListShareLinkResponseBody ¶
type ListShareLinkResponseBody struct {}
func (ListShareLinkResponseBody) GoString ¶
func (s ListShareLinkResponseBody) GoString() string
func (*ListShareLinkResponseBody) SetItems ¶
func (s *ListShareLinkResponseBody) SetItems(v []*ShareLink) *ListShareLinkResponseBody
func (*ListShareLinkResponseBody) SetNextMarker ¶
func (s *ListShareLinkResponseBody) SetNextMarker(v string) *ListShareLinkResponseBody
func (ListShareLinkResponseBody) String ¶
func (s ListShareLinkResponseBody) String() string
type ListTagsRequest ¶
type ListTagsRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` ImageThumbnailProcess *string `json:"image_thumbnail_process,omitempty" xml:"image_thumbnail_process,omitempty"` VideoThumbnailProcess *string `json:"video_thumbnail_process,omitempty" xml:"video_thumbnail_process,omitempty"` }
func (ListTagsRequest) GoString ¶
func (s ListTagsRequest) GoString() string
func (*ListTagsRequest) SetDriveId ¶
func (s *ListTagsRequest) SetDriveId(v string) *ListTagsRequest
func (*ListTagsRequest) SetImageThumbnailProcess ¶
func (s *ListTagsRequest) SetImageThumbnailProcess(v string) *ListTagsRequest
func (*ListTagsRequest) SetVideoThumbnailProcess ¶
func (s *ListTagsRequest) SetVideoThumbnailProcess(v string) *ListTagsRequest
func (ListTagsRequest) String ¶
func (s ListTagsRequest) String() string
type ListTagsResponse ¶
type ListTagsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListTagsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListTagsResponse) GoString ¶
func (s ListTagsResponse) GoString() string
func (*ListTagsResponse) SetBody ¶
func (s *ListTagsResponse) SetBody(v *ListTagsResponseBody) *ListTagsResponse
func (*ListTagsResponse) SetHeaders ¶
func (s *ListTagsResponse) SetHeaders(v map[string]*string) *ListTagsResponse
func (*ListTagsResponse) SetStatusCode ¶
func (s *ListTagsResponse) SetStatusCode(v int32) *ListTagsResponse
func (ListTagsResponse) String ¶
func (s ListTagsResponse) String() string
type ListTagsResponseBody ¶
type ListTagsResponseBody struct {
Tags []*ImageTag `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
}
func (ListTagsResponseBody) GoString ¶
func (s ListTagsResponseBody) GoString() string
func (*ListTagsResponseBody) SetTags ¶
func (s *ListTagsResponseBody) SetTags(v []*ImageTag) *ListTagsResponseBody
func (ListTagsResponseBody) String ¶
func (s ListTagsResponseBody) String() string
type ListUploadedPartsRequest ¶
type ListUploadedPartsRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` PartNumberMarker *int32 `json:"part_number_marker,omitempty" xml:"part_number_marker,omitempty"` UploadId *string `json:"upload_id,omitempty" xml:"upload_id,omitempty"` }
func (ListUploadedPartsRequest) GoString ¶
func (s ListUploadedPartsRequest) GoString() string
func (*ListUploadedPartsRequest) SetDriveId ¶
func (s *ListUploadedPartsRequest) SetDriveId(v string) *ListUploadedPartsRequest
func (*ListUploadedPartsRequest) SetFileId ¶
func (s *ListUploadedPartsRequest) SetFileId(v string) *ListUploadedPartsRequest
func (*ListUploadedPartsRequest) SetLimit ¶
func (s *ListUploadedPartsRequest) SetLimit(v int32) *ListUploadedPartsRequest
func (*ListUploadedPartsRequest) SetPartNumberMarker ¶
func (s *ListUploadedPartsRequest) SetPartNumberMarker(v int32) *ListUploadedPartsRequest
func (*ListUploadedPartsRequest) SetShareId ¶
func (s *ListUploadedPartsRequest) SetShareId(v string) *ListUploadedPartsRequest
func (*ListUploadedPartsRequest) SetUploadId ¶
func (s *ListUploadedPartsRequest) SetUploadId(v string) *ListUploadedPartsRequest
func (ListUploadedPartsRequest) String ¶
func (s ListUploadedPartsRequest) String() string
type ListUploadedPartsResponse ¶
type ListUploadedPartsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListUploadedPartsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListUploadedPartsResponse) GoString ¶
func (s ListUploadedPartsResponse) GoString() string
func (*ListUploadedPartsResponse) SetBody ¶
func (s *ListUploadedPartsResponse) SetBody(v *ListUploadedPartsResponseBody) *ListUploadedPartsResponse
func (*ListUploadedPartsResponse) SetHeaders ¶
func (s *ListUploadedPartsResponse) SetHeaders(v map[string]*string) *ListUploadedPartsResponse
func (*ListUploadedPartsResponse) SetStatusCode ¶
func (s *ListUploadedPartsResponse) SetStatusCode(v int32) *ListUploadedPartsResponse
func (ListUploadedPartsResponse) String ¶
func (s ListUploadedPartsResponse) String() string
type ListUploadedPartsResponseBody ¶
type ListUploadedPartsResponseBody struct { // Id of the request FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` NextPartNumberMarker *string `json:"next_part_number_marker,omitempty" xml:"next_part_number_marker,omitempty"` ParallelUpload *bool `json:"parallel_upload,omitempty" xml:"parallel_upload,omitempty"` UploadId *string `json:"upload_id,omitempty" xml:"upload_id,omitempty"` UploadedParts []*UploadPartInfo `json:"uploaded_parts,omitempty" xml:"uploaded_parts,omitempty" type:"Repeated"` }
func (ListUploadedPartsResponseBody) GoString ¶
func (s ListUploadedPartsResponseBody) GoString() string
func (*ListUploadedPartsResponseBody) SetFileId ¶
func (s *ListUploadedPartsResponseBody) SetFileId(v string) *ListUploadedPartsResponseBody
func (*ListUploadedPartsResponseBody) SetNextPartNumberMarker ¶
func (s *ListUploadedPartsResponseBody) SetNextPartNumberMarker(v string) *ListUploadedPartsResponseBody
func (*ListUploadedPartsResponseBody) SetParallelUpload ¶
func (s *ListUploadedPartsResponseBody) SetParallelUpload(v bool) *ListUploadedPartsResponseBody
func (*ListUploadedPartsResponseBody) SetUploadId ¶
func (s *ListUploadedPartsResponseBody) SetUploadId(v string) *ListUploadedPartsResponseBody
func (*ListUploadedPartsResponseBody) SetUploadedParts ¶
func (s *ListUploadedPartsResponseBody) SetUploadedParts(v []*UploadPartInfo) *ListUploadedPartsResponseBody
func (ListUploadedPartsResponseBody) String ¶
func (s ListUploadedPartsResponseBody) String() string
type ListUserRequest ¶
type ListUserRequest struct { Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` }
func (ListUserRequest) GoString ¶
func (s ListUserRequest) GoString() string
func (*ListUserRequest) SetLimit ¶
func (s *ListUserRequest) SetLimit(v int32) *ListUserRequest
func (*ListUserRequest) SetMarker ¶
func (s *ListUserRequest) SetMarker(v string) *ListUserRequest
func (ListUserRequest) String ¶
func (s ListUserRequest) String() string
type ListUserResponse ¶
type ListUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListUserResponse) GoString ¶
func (s ListUserResponse) GoString() string
func (*ListUserResponse) SetBody ¶
func (s *ListUserResponse) SetBody(v *ListUserResponseBody) *ListUserResponse
func (*ListUserResponse) SetHeaders ¶
func (s *ListUserResponse) SetHeaders(v map[string]*string) *ListUserResponse
func (*ListUserResponse) SetStatusCode ¶
func (s *ListUserResponse) SetStatusCode(v int32) *ListUserResponse
func (ListUserResponse) String ¶
func (s ListUserResponse) String() string
type ListUserResponseBody ¶
type ListUserResponseBody struct { Items []*User `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // Id of the request NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (ListUserResponseBody) GoString ¶
func (s ListUserResponseBody) GoString() string
func (*ListUserResponseBody) SetItems ¶
func (s *ListUserResponseBody) SetItems(v []*User) *ListUserResponseBody
func (*ListUserResponseBody) SetNextMarker ¶
func (s *ListUserResponseBody) SetNextMarker(v string) *ListUserResponseBody
func (ListUserResponseBody) String ¶
func (s ListUserResponseBody) String() string
type MoveFileRequest ¶
type MoveFileRequest struct { CheckNameMode *string `json:"check_name_mode,omitempty" xml:"check_name_mode,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` ToParentFileId *string `json:"to_parent_file_id,omitempty" xml:"to_parent_file_id,omitempty"` }
func (MoveFileRequest) GoString ¶
func (s MoveFileRequest) GoString() string
func (*MoveFileRequest) SetCheckNameMode ¶
func (s *MoveFileRequest) SetCheckNameMode(v string) *MoveFileRequest
func (*MoveFileRequest) SetDriveId ¶
func (s *MoveFileRequest) SetDriveId(v string) *MoveFileRequest
func (*MoveFileRequest) SetFileId ¶
func (s *MoveFileRequest) SetFileId(v string) *MoveFileRequest
func (*MoveFileRequest) SetToParentFileId ¶
func (s *MoveFileRequest) SetToParentFileId(v string) *MoveFileRequest
func (MoveFileRequest) String ¶
func (s MoveFileRequest) String() string
type MoveFileResponse ¶
type MoveFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *MoveFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (MoveFileResponse) GoString ¶
func (s MoveFileResponse) GoString() string
func (*MoveFileResponse) SetBody ¶
func (s *MoveFileResponse) SetBody(v *MoveFileResponseBody) *MoveFileResponse
func (*MoveFileResponse) SetHeaders ¶
func (s *MoveFileResponse) SetHeaders(v map[string]*string) *MoveFileResponse
func (*MoveFileResponse) SetStatusCode ¶
func (s *MoveFileResponse) SetStatusCode(v int32) *MoveFileResponse
func (MoveFileResponse) String ¶
func (s MoveFileResponse) String() string
type MoveFileResponseBody ¶
type MoveFileResponseBody struct { AsyncTaskId *string `json:"async_task_id,omitempty" xml:"async_task_id,omitempty"` // Id of the request DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` Exist *bool `json:"exist,omitempty" xml:"exist,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (MoveFileResponseBody) GoString ¶
func (s MoveFileResponseBody) GoString() string
func (*MoveFileResponseBody) SetAsyncTaskId ¶
func (s *MoveFileResponseBody) SetAsyncTaskId(v string) *MoveFileResponseBody
func (*MoveFileResponseBody) SetDomainId ¶
func (s *MoveFileResponseBody) SetDomainId(v string) *MoveFileResponseBody
func (*MoveFileResponseBody) SetDriveId ¶
func (s *MoveFileResponseBody) SetDriveId(v string) *MoveFileResponseBody
func (*MoveFileResponseBody) SetExist ¶
func (s *MoveFileResponseBody) SetExist(v bool) *MoveFileResponseBody
func (*MoveFileResponseBody) SetFileId ¶
func (s *MoveFileResponseBody) SetFileId(v string) *MoveFileResponseBody
func (MoveFileResponseBody) String ¶
func (s MoveFileResponseBody) String() string
type RemoveFaceGroupFileRequest ¶
type RemoveFaceGroupFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"` }
func (RemoveFaceGroupFileRequest) GoString ¶
func (s RemoveFaceGroupFileRequest) GoString() string
func (*RemoveFaceGroupFileRequest) SetDriveId ¶
func (s *RemoveFaceGroupFileRequest) SetDriveId(v string) *RemoveFaceGroupFileRequest
func (*RemoveFaceGroupFileRequest) SetFileId ¶
func (s *RemoveFaceGroupFileRequest) SetFileId(v string) *RemoveFaceGroupFileRequest
func (*RemoveFaceGroupFileRequest) SetGroupId ¶
func (s *RemoveFaceGroupFileRequest) SetGroupId(v string) *RemoveFaceGroupFileRequest
func (RemoveFaceGroupFileRequest) String ¶
func (s RemoveFaceGroupFileRequest) String() string
type RemoveFaceGroupFileResponse ¶
type RemoveFaceGroupFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (RemoveFaceGroupFileResponse) GoString ¶
func (s RemoveFaceGroupFileResponse) GoString() string
func (*RemoveFaceGroupFileResponse) SetHeaders ¶
func (s *RemoveFaceGroupFileResponse) SetHeaders(v map[string]*string) *RemoveFaceGroupFileResponse
func (*RemoveFaceGroupFileResponse) SetStatusCode ¶
func (s *RemoveFaceGroupFileResponse) SetStatusCode(v int32) *RemoveFaceGroupFileResponse
func (RemoveFaceGroupFileResponse) String ¶
func (s RemoveFaceGroupFileResponse) String() string
type RestoreFileRequest ¶
type RestoreFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (RestoreFileRequest) GoString ¶
func (s RestoreFileRequest) GoString() string
func (*RestoreFileRequest) SetDriveId ¶
func (s *RestoreFileRequest) SetDriveId(v string) *RestoreFileRequest
func (*RestoreFileRequest) SetFileId ¶
func (s *RestoreFileRequest) SetFileId(v string) *RestoreFileRequest
func (RestoreFileRequest) String ¶
func (s RestoreFileRequest) String() string
type RestoreFileResponse ¶
type RestoreFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RestoreFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RestoreFileResponse) GoString ¶
func (s RestoreFileResponse) GoString() string
func (*RestoreFileResponse) SetBody ¶
func (s *RestoreFileResponse) SetBody(v *RestoreFileResponseBody) *RestoreFileResponse
func (*RestoreFileResponse) SetHeaders ¶
func (s *RestoreFileResponse) SetHeaders(v map[string]*string) *RestoreFileResponse
func (*RestoreFileResponse) SetStatusCode ¶
func (s *RestoreFileResponse) SetStatusCode(v int32) *RestoreFileResponse
func (RestoreFileResponse) String ¶
func (s RestoreFileResponse) String() string
type RestoreFileResponseBody ¶
type RestoreFileResponseBody struct { AsyncTaskId *string `json:"async_task_id,omitempty" xml:"async_task_id,omitempty"` // Id of the request DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (RestoreFileResponseBody) GoString ¶
func (s RestoreFileResponseBody) GoString() string
func (*RestoreFileResponseBody) SetAsyncTaskId ¶
func (s *RestoreFileResponseBody) SetAsyncTaskId(v string) *RestoreFileResponseBody
func (*RestoreFileResponseBody) SetDomainId ¶
func (s *RestoreFileResponseBody) SetDomainId(v string) *RestoreFileResponseBody
func (*RestoreFileResponseBody) SetDriveId ¶
func (s *RestoreFileResponseBody) SetDriveId(v string) *RestoreFileResponseBody
func (*RestoreFileResponseBody) SetFileId ¶
func (s *RestoreFileResponseBody) SetFileId(v string) *RestoreFileResponseBody
func (RestoreFileResponseBody) String ¶
func (s RestoreFileResponseBody) String() string
type ScanFileRequest ¶
type ScanFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` Fields *string `json:"fields,omitempty" xml:"fields,omitempty"` Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` }
func (ScanFileRequest) GoString ¶
func (s ScanFileRequest) GoString() string
func (*ScanFileRequest) SetDriveId ¶
func (s *ScanFileRequest) SetDriveId(v string) *ScanFileRequest
func (*ScanFileRequest) SetFields ¶
func (s *ScanFileRequest) SetFields(v string) *ScanFileRequest
func (*ScanFileRequest) SetLimit ¶
func (s *ScanFileRequest) SetLimit(v int32) *ScanFileRequest
func (*ScanFileRequest) SetMarker ¶
func (s *ScanFileRequest) SetMarker(v string) *ScanFileRequest
func (ScanFileRequest) String ¶
func (s ScanFileRequest) String() string
type ScanFileResponse ¶
type ScanFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ScanFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ScanFileResponse) GoString ¶
func (s ScanFileResponse) GoString() string
func (*ScanFileResponse) SetBody ¶
func (s *ScanFileResponse) SetBody(v *ScanFileResponseBody) *ScanFileResponse
func (*ScanFileResponse) SetHeaders ¶
func (s *ScanFileResponse) SetHeaders(v map[string]*string) *ScanFileResponse
func (*ScanFileResponse) SetStatusCode ¶
func (s *ScanFileResponse) SetStatusCode(v int32) *ScanFileResponse
func (ScanFileResponse) String ¶
func (s ScanFileResponse) String() string
type ScanFileResponseBody ¶
type ScanFileResponseBody struct { Items []*File `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (ScanFileResponseBody) GoString ¶
func (s ScanFileResponseBody) GoString() string
func (*ScanFileResponseBody) SetItems ¶
func (s *ScanFileResponseBody) SetItems(v []*File) *ScanFileResponseBody
func (*ScanFileResponseBody) SetNextMarker ¶
func (s *ScanFileResponseBody) SetNextMarker(v string) *ScanFileResponseBody
func (ScanFileResponseBody) String ¶
func (s ScanFileResponseBody) String() string
type SearchDriveRequest ¶
type SearchDriveRequest struct { DriveName *string `json:"drive_name,omitempty" xml:"drive_name,omitempty"` Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` OwnerType *string `json:"owner_type,omitempty" xml:"owner_type,omitempty"` }
func (SearchDriveRequest) GoString ¶
func (s SearchDriveRequest) GoString() string
func (*SearchDriveRequest) SetDriveName ¶
func (s *SearchDriveRequest) SetDriveName(v string) *SearchDriveRequest
func (*SearchDriveRequest) SetLimit ¶
func (s *SearchDriveRequest) SetLimit(v int32) *SearchDriveRequest
func (*SearchDriveRequest) SetMarker ¶
func (s *SearchDriveRequest) SetMarker(v string) *SearchDriveRequest
func (*SearchDriveRequest) SetOwner ¶
func (s *SearchDriveRequest) SetOwner(v string) *SearchDriveRequest
func (*SearchDriveRequest) SetOwnerType ¶
func (s *SearchDriveRequest) SetOwnerType(v string) *SearchDriveRequest
func (SearchDriveRequest) String ¶
func (s SearchDriveRequest) String() string
type SearchDriveResponse ¶
type SearchDriveResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SearchDriveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SearchDriveResponse) GoString ¶
func (s SearchDriveResponse) GoString() string
func (*SearchDriveResponse) SetBody ¶
func (s *SearchDriveResponse) SetBody(v *SearchDriveResponseBody) *SearchDriveResponse
func (*SearchDriveResponse) SetHeaders ¶
func (s *SearchDriveResponse) SetHeaders(v map[string]*string) *SearchDriveResponse
func (*SearchDriveResponse) SetStatusCode ¶
func (s *SearchDriveResponse) SetStatusCode(v int32) *SearchDriveResponse
func (SearchDriveResponse) String ¶
func (s SearchDriveResponse) String() string
type SearchDriveResponseBody ¶
type SearchDriveResponseBody struct { Items []*Drive `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (SearchDriveResponseBody) GoString ¶
func (s SearchDriveResponseBody) GoString() string
func (*SearchDriveResponseBody) SetItems ¶
func (s *SearchDriveResponseBody) SetItems(v []*Drive) *SearchDriveResponseBody
func (*SearchDriveResponseBody) SetNextMarker ¶
func (s *SearchDriveResponseBody) SetNextMarker(v string) *SearchDriveResponseBody
func (SearchDriveResponseBody) String ¶
func (s SearchDriveResponseBody) String() string
type SearchFileRequest ¶
type SearchFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` OrderBy *string `json:"order_by,omitempty" xml:"order_by,omitempty"` Query *string `json:"query,omitempty" xml:"query,omitempty"` ReturnTotalCount *bool `json:"return_total_count,omitempty" xml:"return_total_count,omitempty"` }
func (SearchFileRequest) GoString ¶
func (s SearchFileRequest) GoString() string
func (*SearchFileRequest) SetDriveId ¶
func (s *SearchFileRequest) SetDriveId(v string) *SearchFileRequest
func (*SearchFileRequest) SetLimit ¶
func (s *SearchFileRequest) SetLimit(v int32) *SearchFileRequest
func (*SearchFileRequest) SetMarker ¶
func (s *SearchFileRequest) SetMarker(v string) *SearchFileRequest
func (*SearchFileRequest) SetOrderBy ¶
func (s *SearchFileRequest) SetOrderBy(v string) *SearchFileRequest
func (*SearchFileRequest) SetQuery ¶
func (s *SearchFileRequest) SetQuery(v string) *SearchFileRequest
func (*SearchFileRequest) SetReturnTotalCount ¶
func (s *SearchFileRequest) SetReturnTotalCount(v bool) *SearchFileRequest
func (SearchFileRequest) String ¶
func (s SearchFileRequest) String() string
type SearchFileResponse ¶
type SearchFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SearchFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SearchFileResponse) GoString ¶
func (s SearchFileResponse) GoString() string
func (*SearchFileResponse) SetBody ¶
func (s *SearchFileResponse) SetBody(v *SearchFileResponseBody) *SearchFileResponse
func (*SearchFileResponse) SetHeaders ¶
func (s *SearchFileResponse) SetHeaders(v map[string]*string) *SearchFileResponse
func (*SearchFileResponse) SetStatusCode ¶
func (s *SearchFileResponse) SetStatusCode(v int32) *SearchFileResponse
func (SearchFileResponse) String ¶
func (s SearchFileResponse) String() string
type SearchFileResponseBody ¶
type SearchFileResponseBody struct { Items []*File `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` TotalCount *int64 `json:"total_count,omitempty" xml:"total_count,omitempty"` }
func (SearchFileResponseBody) GoString ¶
func (s SearchFileResponseBody) GoString() string
func (*SearchFileResponseBody) SetItems ¶
func (s *SearchFileResponseBody) SetItems(v []*File) *SearchFileResponseBody
func (*SearchFileResponseBody) SetNextMarker ¶
func (s *SearchFileResponseBody) SetNextMarker(v string) *SearchFileResponseBody
func (*SearchFileResponseBody) SetTotalCount ¶
func (s *SearchFileResponseBody) SetTotalCount(v int64) *SearchFileResponseBody
func (SearchFileResponseBody) String ¶
func (s SearchFileResponseBody) String() string
type SearchShareLinkRequest ¶
type SearchShareLinkRequest struct {}
func (SearchShareLinkRequest) GoString ¶
func (s SearchShareLinkRequest) GoString() string
func (*SearchShareLinkRequest) SetCreators ¶
func (s *SearchShareLinkRequest) SetCreators(v []*string) *SearchShareLinkRequest
func (*SearchShareLinkRequest) SetLimit ¶
func (s *SearchShareLinkRequest) SetLimit(v int32) *SearchShareLinkRequest
func (*SearchShareLinkRequest) SetMarker ¶
func (s *SearchShareLinkRequest) SetMarker(v string) *SearchShareLinkRequest
func (*SearchShareLinkRequest) SetOrderBy ¶
func (s *SearchShareLinkRequest) SetOrderBy(v string) *SearchShareLinkRequest
func (*SearchShareLinkRequest) SetOrderDirection ¶
func (s *SearchShareLinkRequest) SetOrderDirection(v string) *SearchShareLinkRequest
func (*SearchShareLinkRequest) SetQuery ¶
func (s *SearchShareLinkRequest) SetQuery(v string) *SearchShareLinkRequest
func (*SearchShareLinkRequest) SetReturnTotalCount ¶
func (s *SearchShareLinkRequest) SetReturnTotalCount(v bool) *SearchShareLinkRequest
func (SearchShareLinkRequest) String ¶
func (s SearchShareLinkRequest) String() string
type SearchShareLinkResponse ¶
type SearchShareLinkResponse struct {}
func (SearchShareLinkResponse) GoString ¶
func (s SearchShareLinkResponse) GoString() string
func (*SearchShareLinkResponse) SetBody ¶
func (s *SearchShareLinkResponse) SetBody(v *SearchShareLinkResponseBody) *SearchShareLinkResponse
func (*SearchShareLinkResponse) SetHeaders ¶
func (s *SearchShareLinkResponse) SetHeaders(v map[string]*string) *SearchShareLinkResponse
func (*SearchShareLinkResponse) SetStatusCode ¶
func (s *SearchShareLinkResponse) SetStatusCode(v int32) *SearchShareLinkResponse
func (SearchShareLinkResponse) String ¶
func (s SearchShareLinkResponse) String() string
type SearchShareLinkResponseBody ¶
type SearchShareLinkResponseBody struct {}
func (SearchShareLinkResponseBody) GoString ¶
func (s SearchShareLinkResponseBody) GoString() string
func (*SearchShareLinkResponseBody) SetItems ¶
func (s *SearchShareLinkResponseBody) SetItems(v []*ShareLink) *SearchShareLinkResponseBody
func (*SearchShareLinkResponseBody) SetNextMarker ¶
func (s *SearchShareLinkResponseBody) SetNextMarker(v string) *SearchShareLinkResponseBody
func (*SearchShareLinkResponseBody) SetTotalCount ¶
func (s *SearchShareLinkResponseBody) SetTotalCount(v int64) *SearchShareLinkResponseBody
func (SearchShareLinkResponseBody) String ¶
func (s SearchShareLinkResponseBody) String() string
type SearchUserRequest ¶
type SearchUserRequest struct { Email *string `json:"email,omitempty" xml:"email,omitempty"` Limit *int32 `json:"limit,omitempty" xml:"limit,omitempty"` Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` NickName *string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` NickNameForFuzzy *string `json:"nick_name_for_fuzzy,omitempty" xml:"nick_name_for_fuzzy,omitempty"` Phone *string `json:"phone,omitempty" xml:"phone,omitempty"` Role *string `json:"role,omitempty" xml:"role,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` UserName *string `json:"user_name,omitempty" xml:"user_name,omitempty"` }
func (SearchUserRequest) GoString ¶
func (s SearchUserRequest) GoString() string
func (*SearchUserRequest) SetEmail ¶
func (s *SearchUserRequest) SetEmail(v string) *SearchUserRequest
func (*SearchUserRequest) SetLimit ¶
func (s *SearchUserRequest) SetLimit(v int32) *SearchUserRequest
func (*SearchUserRequest) SetMarker ¶
func (s *SearchUserRequest) SetMarker(v string) *SearchUserRequest
func (*SearchUserRequest) SetNickName ¶
func (s *SearchUserRequest) SetNickName(v string) *SearchUserRequest
func (*SearchUserRequest) SetNickNameForFuzzy ¶
func (s *SearchUserRequest) SetNickNameForFuzzy(v string) *SearchUserRequest
func (*SearchUserRequest) SetPhone ¶
func (s *SearchUserRequest) SetPhone(v string) *SearchUserRequest
func (*SearchUserRequest) SetRole ¶
func (s *SearchUserRequest) SetRole(v string) *SearchUserRequest
func (*SearchUserRequest) SetStatus ¶
func (s *SearchUserRequest) SetStatus(v string) *SearchUserRequest
func (*SearchUserRequest) SetUserName ¶
func (s *SearchUserRequest) SetUserName(v string) *SearchUserRequest
func (SearchUserRequest) String ¶
func (s SearchUserRequest) String() string
type SearchUserResponse ¶
type SearchUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SearchUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SearchUserResponse) GoString ¶
func (s SearchUserResponse) GoString() string
func (*SearchUserResponse) SetBody ¶
func (s *SearchUserResponse) SetBody(v *SearchUserResponseBody) *SearchUserResponse
func (*SearchUserResponse) SetHeaders ¶
func (s *SearchUserResponse) SetHeaders(v map[string]*string) *SearchUserResponse
func (*SearchUserResponse) SetStatusCode ¶
func (s *SearchUserResponse) SetStatusCode(v int32) *SearchUserResponse
func (SearchUserResponse) String ¶
func (s SearchUserResponse) String() string
type SearchUserResponseBody ¶
type SearchUserResponseBody struct { Items []*User `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // Id of the request NextMarker *string `json:"next_marker,omitempty" xml:"next_marker,omitempty"` }
func (SearchUserResponseBody) GoString ¶
func (s SearchUserResponseBody) GoString() string
func (*SearchUserResponseBody) SetItems ¶
func (s *SearchUserResponseBody) SetItems(v []*User) *SearchUserResponseBody
func (*SearchUserResponseBody) SetNextMarker ¶
func (s *SearchUserResponseBody) SetNextMarker(v string) *SearchUserResponseBody
func (SearchUserResponseBody) String ¶
func (s SearchUserResponseBody) String() string
type ShareLink ¶
type ShareLink struct { int64 `json:"access_count,omitempty" xml:"access_count,omitempty"` CreatedAt *string `json:"created_at,omitempty" xml:"created_at,omitempty"` Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DisableDownload *bool `json:"disable_download,omitempty" xml:"disable_download,omitempty"` DisablePreview *bool `json:"disable_preview,omitempty" xml:"disable_preview,omitempty"` DisableSave *bool `json:"disable_save,omitempty" xml:"disable_save,omitempty"` DownloadCount *int64 `json:"download_count,omitempty" xml:"download_count,omitempty"` DownloadLimit *int64 `json:"download_limit,omitempty" xml:"download_limit,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` Expiration *string `json:"expiration,omitempty" xml:"expiration,omitempty"` Expired *bool `json:"expired,omitempty" xml:"expired,omitempty"` FileIdList *string `json:"file_id_list,omitempty" xml:"file_id_list,omitempty"` PreviewCount *int64 `json:"preview_count,omitempty" xml:"preview_count,omitempty"` PreviewLimit *int64 `json:"preview_limit,omitempty" xml:"preview_limit,omitempty"` ReportCount *int64 `json:"report_count,omitempty" xml:"report_count,omitempty"` RequireLogin *bool `json:"require_login,omitempty" xml:"require_login,omitempty"` SaveCount *int64 `json:"save_count,omitempty" xml:"save_count,omitempty"` SaveLimit *int64 `json:"save_limit,omitempty" xml:"save_limit,omitempty"` ShareId *string `json:"share_id,omitempty" xml:"share_id,omitempty"` ShareName *string `json:"share_name,omitempty" xml:"share_name,omitempty"` SharePwd *string `json:"share_pwd,omitempty" xml:"share_pwd,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` UpdatedAt *string `json:"updated_at,omitempty" xml:"updated_at,omitempty"` VideoPreviewCount *int64 `json:"video_preview_count,omitempty" xml:"video_preview_count,omitempty"` }AccessCount *
func (*ShareLink) SetAccessCount ¶
func (*ShareLink) SetCreatedAt ¶
func (*ShareLink) SetCreator ¶
func (*ShareLink) SetDescription ¶
func (*ShareLink) SetDisableDownload ¶
func (*ShareLink) SetDisablePreview ¶
func (*ShareLink) SetDisableSave ¶
func (*ShareLink) SetDownloadCount ¶
func (*ShareLink) SetDownloadLimit ¶
func (*ShareLink) SetDriveId ¶
func (*ShareLink) SetExpiration ¶
func (*ShareLink) SetExpired ¶
func (*ShareLink) SetFileIdList ¶
func (*ShareLink) SetPreviewCount ¶
func (*ShareLink) SetPreviewLimit ¶
func (*ShareLink) SetReportCount ¶
func (*ShareLink) SetRequireLogin ¶
func (*ShareLink) SetSaveCount ¶
func (*ShareLink) SetSaveLimit ¶
func (*ShareLink) SetShareId ¶
func (*ShareLink) SetShareName ¶
func (*ShareLink) SetSharePwd ¶
func (*ShareLink) SetUpdatedAt ¶
func (*ShareLink) SetVideoPreviewCount ¶
type SystemTag ¶
type SystemTag struct { // 标签置信度 Confidence *float32 `json:"confidence,omitempty" xml:"confidence,omitempty"` // 标签名 Name *string `json:"name,omitempty" xml:"name,omitempty"` // 标签父标签 ParentName *string `json:"parent_name,omitempty" xml:"parent_name,omitempty"` // 解析出标签的来源关键词 Source *string `json:"source,omitempty" xml:"source,omitempty"` // 标签层级 TagLevel *int32 `json:"tag_level,omitempty" xml:"tag_level,omitempty"` }
func (*SystemTag) SetConfidence ¶
func (*SystemTag) SetParentName ¶
func (*SystemTag) SetTagLevel ¶
type Token ¶
type Token struct { // 访问凭证 AccessToken *string `json:"access_token,omitempty" xml:"access_token,omitempty"` // 用户头像 Avatar *string `json:"avatar,omitempty" xml:"avatar,omitempty"` // 用户默认空间ID DefaultDriveId *string `json:"default_drive_id,omitempty" xml:"default_drive_id,omitempty"` // 登录设备ID DeviceId *string `json:"device_id,omitempty" xml:"device_id,omitempty"` // 登录设备名称 DeviceName *string `json:"device_name,omitempty" xml:"device_name,omitempty"` // 域ID DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 凭证过期时间 ExpireTime *string `json:"expire_time,omitempty" xml:"expire_time,omitempty"` // 凭证有效期 ExpiresIn *int64 `json:"expires_in,omitempty" xml:"expires_in,omitempty"` // 是否首次登录 IsFirstLogin *bool `json:"is_first_login,omitempty" xml:"is_first_login,omitempty"` // 用户昵称 NickName *string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` // 刷新凭证 RefreshToken *string `json:"refresh_token,omitempty" xml:"refresh_token,omitempty"` // 用户角色 Role *string `json:"role,omitempty" xml:"role,omitempty"` // 用户状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` // 凭证类型 TokenType *string `json:"token_type,omitempty" xml:"token_type,omitempty"` // 用户ID UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"` // 用户名 UserName *string `json:"user_name,omitempty" xml:"user_name,omitempty"` }
func (*Token) SetAccessToken ¶
func (*Token) SetDefaultDriveId ¶
func (*Token) SetDeviceId ¶
func (*Token) SetDeviceName ¶
func (*Token) SetDomainId ¶
func (*Token) SetExpireTime ¶
func (*Token) SetExpiresIn ¶
func (*Token) SetIsFirstLogin ¶
func (*Token) SetNickName ¶
func (*Token) SetRefreshToken ¶
func (*Token) SetTokenType ¶
func (*Token) SetUserName ¶
type TokenRequest ¶
type TokenRequest struct { Assertion *string `json:"assertion,omitempty" xml:"assertion,omitempty"` ClientId *string `json:"client_id,omitempty" xml:"client_id,omitempty"` ClientSecret *string `json:"client_secret,omitempty" xml:"client_secret,omitempty"` Code *string `json:"code,omitempty" xml:"code,omitempty"` GrantType *string `json:"grant_type,omitempty" xml:"grant_type,omitempty"` RedirectUri *string `json:"redirect_uri,omitempty" xml:"redirect_uri,omitempty"` RefreshToken *string `json:"refresh_token,omitempty" xml:"refresh_token,omitempty"` }
func (TokenRequest) GoString ¶
func (s TokenRequest) GoString() string
func (*TokenRequest) SetAssertion ¶
func (s *TokenRequest) SetAssertion(v string) *TokenRequest
func (*TokenRequest) SetClientId ¶
func (s *TokenRequest) SetClientId(v string) *TokenRequest
func (*TokenRequest) SetClientSecret ¶
func (s *TokenRequest) SetClientSecret(v string) *TokenRequest
func (*TokenRequest) SetCode ¶
func (s *TokenRequest) SetCode(v string) *TokenRequest
func (*TokenRequest) SetGrantType ¶
func (s *TokenRequest) SetGrantType(v string) *TokenRequest
func (*TokenRequest) SetRedirectUri ¶
func (s *TokenRequest) SetRedirectUri(v string) *TokenRequest
func (*TokenRequest) SetRefreshToken ¶
func (s *TokenRequest) SetRefreshToken(v string) *TokenRequest
func (TokenRequest) String ¶
func (s TokenRequest) String() string
type TokenResponse ¶
type TokenResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *Token `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (TokenResponse) GoString ¶
func (s TokenResponse) GoString() string
func (*TokenResponse) SetBody ¶
func (s *TokenResponse) SetBody(v *Token) *TokenResponse
func (*TokenResponse) SetHeaders ¶
func (s *TokenResponse) SetHeaders(v map[string]*string) *TokenResponse
func (*TokenResponse) SetStatusCode ¶
func (s *TokenResponse) SetStatusCode(v int32) *TokenResponse
func (TokenResponse) String ¶
func (s TokenResponse) String() string
type TrashFileRequest ¶
type TrashFileRequest struct { DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (TrashFileRequest) GoString ¶
func (s TrashFileRequest) GoString() string
func (*TrashFileRequest) SetDriveId ¶
func (s *TrashFileRequest) SetDriveId(v string) *TrashFileRequest
func (*TrashFileRequest) SetFileId ¶
func (s *TrashFileRequest) SetFileId(v string) *TrashFileRequest
func (TrashFileRequest) String ¶
func (s TrashFileRequest) String() string
type TrashFileResponse ¶
type TrashFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *TrashFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (TrashFileResponse) GoString ¶
func (s TrashFileResponse) GoString() string
func (*TrashFileResponse) SetBody ¶
func (s *TrashFileResponse) SetBody(v *TrashFileResponseBody) *TrashFileResponse
func (*TrashFileResponse) SetHeaders ¶
func (s *TrashFileResponse) SetHeaders(v map[string]*string) *TrashFileResponse
func (*TrashFileResponse) SetStatusCode ¶
func (s *TrashFileResponse) SetStatusCode(v int32) *TrashFileResponse
func (TrashFileResponse) String ¶
func (s TrashFileResponse) String() string
type TrashFileResponseBody ¶
type TrashFileResponseBody struct { AsyncTaskId *string `json:"async_task_id,omitempty" xml:"async_task_id,omitempty"` // Id of the request DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` }
func (TrashFileResponseBody) GoString ¶
func (s TrashFileResponseBody) GoString() string
func (*TrashFileResponseBody) SetAsyncTaskId ¶
func (s *TrashFileResponseBody) SetAsyncTaskId(v string) *TrashFileResponseBody
func (*TrashFileResponseBody) SetDomainId ¶
func (s *TrashFileResponseBody) SetDomainId(v string) *TrashFileResponseBody
func (*TrashFileResponseBody) SetDriveId ¶
func (s *TrashFileResponseBody) SetDriveId(v string) *TrashFileResponseBody
func (*TrashFileResponseBody) SetFileId ¶
func (s *TrashFileResponseBody) SetFileId(v string) *TrashFileResponseBody
func (TrashFileResponseBody) String ¶
func (s TrashFileResponseBody) String() string
type UpdateDriveRequest ¶
type UpdateDriveRequest struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` DriveName *string `json:"drive_name,omitempty" xml:"drive_name,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` TotalSize *int64 `json:"total_size,omitempty" xml:"total_size,omitempty"` }
func (UpdateDriveRequest) GoString ¶
func (s UpdateDriveRequest) GoString() string
func (*UpdateDriveRequest) SetDescription ¶
func (s *UpdateDriveRequest) SetDescription(v string) *UpdateDriveRequest
func (*UpdateDriveRequest) SetDriveId ¶
func (s *UpdateDriveRequest) SetDriveId(v string) *UpdateDriveRequest
func (*UpdateDriveRequest) SetDriveName ¶
func (s *UpdateDriveRequest) SetDriveName(v string) *UpdateDriveRequest
func (*UpdateDriveRequest) SetStatus ¶
func (s *UpdateDriveRequest) SetStatus(v string) *UpdateDriveRequest
func (*UpdateDriveRequest) SetTotalSize ¶
func (s *UpdateDriveRequest) SetTotalSize(v int64) *UpdateDriveRequest
func (UpdateDriveRequest) String ¶
func (s UpdateDriveRequest) String() string
type UpdateDriveResponse ¶
type UpdateDriveResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateDriveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateDriveResponse) GoString ¶
func (s UpdateDriveResponse) GoString() string
func (*UpdateDriveResponse) SetBody ¶
func (s *UpdateDriveResponse) SetBody(v *UpdateDriveResponseBody) *UpdateDriveResponse
func (*UpdateDriveResponse) SetHeaders ¶
func (s *UpdateDriveResponse) SetHeaders(v map[string]*string) *UpdateDriveResponse
func (*UpdateDriveResponse) SetStatusCode ¶
func (s *UpdateDriveResponse) SetStatusCode(v int32) *UpdateDriveResponse
func (UpdateDriveResponse) String ¶
func (s UpdateDriveResponse) String() string
type UpdateDriveResponseBody ¶
type UpdateDriveResponseBody struct {
Drive *Drive `json:"drive,omitempty" xml:"drive,omitempty"`
}
func (UpdateDriveResponseBody) GoString ¶
func (s UpdateDriveResponseBody) GoString() string
func (*UpdateDriveResponseBody) SetDrive ¶
func (s *UpdateDriveResponseBody) SetDrive(v *Drive) *UpdateDriveResponseBody
func (UpdateDriveResponseBody) String ¶
func (s UpdateDriveResponseBody) String() string
type UpdateFileRequest ¶
type UpdateFileRequest struct { CheckNameMode *string `json:"check_name_mode,omitempty" xml:"check_name_mode,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DriveId *string `json:"drive_id,omitempty" xml:"drive_id,omitempty"` FileId *string `json:"file_id,omitempty" xml:"file_id,omitempty"` Hidden *bool `json:"hidden,omitempty" xml:"hidden,omitempty"` Labels []*string `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"` LocalModifiedAt *string `json:"local_modified_at,omitempty" xml:"local_modified_at,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Starred *bool `json:"starred,omitempty" xml:"starred,omitempty"` }
func (UpdateFileRequest) GoString ¶
func (s UpdateFileRequest) GoString() string
func (*UpdateFileRequest) SetCheckNameMode ¶
func (s *UpdateFileRequest) SetCheckNameMode(v string) *UpdateFileRequest
func (*UpdateFileRequest) SetDescription ¶
func (s *UpdateFileRequest) SetDescription(v string) *UpdateFileRequest
func (*UpdateFileRequest) SetDriveId ¶
func (s *UpdateFileRequest) SetDriveId(v string) *UpdateFileRequest
func (*UpdateFileRequest) SetFileId ¶
func (s *UpdateFileRequest) SetFileId(v string) *UpdateFileRequest
func (*UpdateFileRequest) SetHidden ¶
func (s *UpdateFileRequest) SetHidden(v bool) *UpdateFileRequest
func (*UpdateFileRequest) SetLabels ¶
func (s *UpdateFileRequest) SetLabels(v []*string) *UpdateFileRequest
func (*UpdateFileRequest) SetLocalModifiedAt ¶
func (s *UpdateFileRequest) SetLocalModifiedAt(v string) *UpdateFileRequest
func (*UpdateFileRequest) SetName ¶
func (s *UpdateFileRequest) SetName(v string) *UpdateFileRequest
func (*UpdateFileRequest) SetStarred ¶
func (s *UpdateFileRequest) SetStarred(v bool) *UpdateFileRequest
func (UpdateFileRequest) String ¶
func (s UpdateFileRequest) String() string
type UpdateFileResponse ¶
type UpdateFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *File `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateFileResponse) GoString ¶
func (s UpdateFileResponse) GoString() string
func (*UpdateFileResponse) SetBody ¶
func (s *UpdateFileResponse) SetBody(v *File) *UpdateFileResponse
func (*UpdateFileResponse) SetHeaders ¶
func (s *UpdateFileResponse) SetHeaders(v map[string]*string) *UpdateFileResponse
func (*UpdateFileResponse) SetStatusCode ¶
func (s *UpdateFileResponse) SetStatusCode(v int32) *UpdateFileResponse
func (UpdateFileResponse) String ¶
func (s UpdateFileResponse) String() string
type UpdateGroupRequest ¶
type UpdateGroupRequest struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"` GroupName *string `json:"group_name,omitempty" xml:"group_name,omitempty"` }
func (UpdateGroupRequest) GoString ¶
func (s UpdateGroupRequest) GoString() string
func (*UpdateGroupRequest) SetDescription ¶
func (s *UpdateGroupRequest) SetDescription(v string) *UpdateGroupRequest
func (*UpdateGroupRequest) SetGroupId ¶
func (s *UpdateGroupRequest) SetGroupId(v string) *UpdateGroupRequest
func (*UpdateGroupRequest) SetGroupName ¶
func (s *UpdateGroupRequest) SetGroupName(v string) *UpdateGroupRequest
func (UpdateGroupRequest) String ¶
func (s UpdateGroupRequest) String() string
type UpdateGroupResponse ¶
type UpdateGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *Group `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateGroupResponse) GoString ¶
func (s UpdateGroupResponse) GoString() string
func (*UpdateGroupResponse) SetBody ¶
func (s *UpdateGroupResponse) SetBody(v *Group) *UpdateGroupResponse
func (*UpdateGroupResponse) SetHeaders ¶
func (s *UpdateGroupResponse) SetHeaders(v map[string]*string) *UpdateGroupResponse
func (*UpdateGroupResponse) SetStatusCode ¶
func (s *UpdateGroupResponse) SetStatusCode(v int32) *UpdateGroupResponse
func (UpdateGroupResponse) String ¶
func (s UpdateGroupResponse) String() string
type UpdateShareLinkRequest ¶
type UpdateShareLinkRequest struct {}
func (UpdateShareLinkRequest) GoString ¶
func (s UpdateShareLinkRequest) GoString() string
func (*UpdateShareLinkRequest) SetDescription ¶
func (s *UpdateShareLinkRequest) SetDescription(v string) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetDisableDownload ¶
func (s *UpdateShareLinkRequest) SetDisableDownload(v bool) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetDisablePreview ¶
func (s *UpdateShareLinkRequest) SetDisablePreview(v bool) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetDisableSave ¶
func (s *UpdateShareLinkRequest) SetDisableSave(v bool) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetDownloadCount ¶
func (s *UpdateShareLinkRequest) SetDownloadCount(v int64) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetDownloadLimit ¶
func (s *UpdateShareLinkRequest) SetDownloadLimit(v int64) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetExpiration ¶
func (s *UpdateShareLinkRequest) SetExpiration(v string) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetPreviewCount ¶
func (s *UpdateShareLinkRequest) SetPreviewCount(v int64) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetPreviewLimit ¶
func (s *UpdateShareLinkRequest) SetPreviewLimit(v int64) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetReportCount ¶
func (s *UpdateShareLinkRequest) SetReportCount(v int64) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetRequireLogin ¶
func (s *UpdateShareLinkRequest) SetRequireLogin(v bool) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetSaveCount ¶
func (s *UpdateShareLinkRequest) SetSaveCount(v int64) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetSaveLimit ¶
func (s *UpdateShareLinkRequest) SetSaveLimit(v int64) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetShareId ¶
func (s *UpdateShareLinkRequest) SetShareId(v string) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetShareName ¶
func (s *UpdateShareLinkRequest) SetShareName(v string) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetSharePwd ¶
func (s *UpdateShareLinkRequest) SetSharePwd(v string) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetStatus ¶
func (s *UpdateShareLinkRequest) SetStatus(v string) *UpdateShareLinkRequest
func (*UpdateShareLinkRequest) SetVideoPreviewCount ¶
func (s *UpdateShareLinkRequest) SetVideoPreviewCount(v int64) *UpdateShareLinkRequest
func (UpdateShareLinkRequest) String ¶
func (s UpdateShareLinkRequest) String() string
type UpdateShareLinkResponse ¶
type UpdateShareLinkResponse struct {}
func (UpdateShareLinkResponse) GoString ¶
func (s UpdateShareLinkResponse) GoString() string
func (*UpdateShareLinkResponse) SetBody ¶
func (s *UpdateShareLinkResponse) SetBody(v *ShareLink) *UpdateShareLinkResponse
func (*UpdateShareLinkResponse) SetHeaders ¶
func (s *UpdateShareLinkResponse) SetHeaders(v map[string]*string) *UpdateShareLinkResponse
func (*UpdateShareLinkResponse) SetStatusCode ¶
func (s *UpdateShareLinkResponse) SetStatusCode(v int32) *UpdateShareLinkResponse
func (UpdateShareLinkResponse) String ¶
func (s UpdateShareLinkResponse) String() string
type UpdateUserRequest ¶
type UpdateUserRequest struct { Avatar *string `json:"avatar,omitempty" xml:"avatar,omitempty"` DenyChangePasswordBySelf *bool `json:"deny_change_password_by_self,omitempty" xml:"deny_change_password_by_self,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Email *string `json:"email,omitempty" xml:"email,omitempty"` GroupInfoList []*UpdateUserRequestGroupInfoList `json:"group_info_list,omitempty" xml:"group_info_list,omitempty" type:"Repeated"` NeedChangePasswordNextLogin *bool `json:"need_change_password_next_login,omitempty" xml:"need_change_password_next_login,omitempty"` NickName *string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` Phone *string `json:"phone,omitempty" xml:"phone,omitempty"` PlainPassword *string `json:"plain_password,omitempty" xml:"plain_password,omitempty"` Role *string `json:"role,omitempty" xml:"role,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` UserData map[string]*string `json:"user_data,omitempty" xml:"user_data,omitempty"` UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"` }
func (UpdateUserRequest) GoString ¶
func (s UpdateUserRequest) GoString() string
func (*UpdateUserRequest) SetAvatar ¶
func (s *UpdateUserRequest) SetAvatar(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetDenyChangePasswordBySelf ¶
func (s *UpdateUserRequest) SetDenyChangePasswordBySelf(v bool) *UpdateUserRequest
func (*UpdateUserRequest) SetDescription ¶
func (s *UpdateUserRequest) SetDescription(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetEmail ¶
func (s *UpdateUserRequest) SetEmail(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetGroupInfoList ¶
func (s *UpdateUserRequest) SetGroupInfoList(v []*UpdateUserRequestGroupInfoList) *UpdateUserRequest
func (*UpdateUserRequest) SetNeedChangePasswordNextLogin ¶
func (s *UpdateUserRequest) SetNeedChangePasswordNextLogin(v bool) *UpdateUserRequest
func (*UpdateUserRequest) SetNickName ¶
func (s *UpdateUserRequest) SetNickName(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetPhone ¶
func (s *UpdateUserRequest) SetPhone(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetPlainPassword ¶
func (s *UpdateUserRequest) SetPlainPassword(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetRole ¶
func (s *UpdateUserRequest) SetRole(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetStatus ¶
func (s *UpdateUserRequest) SetStatus(v string) *UpdateUserRequest
func (*UpdateUserRequest) SetUserData ¶
func (s *UpdateUserRequest) SetUserData(v map[string]*string) *UpdateUserRequest
func (*UpdateUserRequest) SetUserId ¶
func (s *UpdateUserRequest) SetUserId(v string) *UpdateUserRequest
func (UpdateUserRequest) String ¶
func (s UpdateUserRequest) String() string
type UpdateUserRequestGroupInfoList ¶
type UpdateUserRequestGroupInfoList struct {
GroupId *string `json:"group_id,omitempty" xml:"group_id,omitempty"`
}
func (UpdateUserRequestGroupInfoList) GoString ¶
func (s UpdateUserRequestGroupInfoList) GoString() string
func (*UpdateUserRequestGroupInfoList) SetGroupId ¶
func (s *UpdateUserRequestGroupInfoList) SetGroupId(v string) *UpdateUserRequestGroupInfoList
func (UpdateUserRequestGroupInfoList) String ¶
func (s UpdateUserRequestGroupInfoList) String() string
type UpdateUserResponse ¶
type UpdateUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *User `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateUserResponse) GoString ¶
func (s UpdateUserResponse) GoString() string
func (*UpdateUserResponse) SetBody ¶
func (s *UpdateUserResponse) SetBody(v *User) *UpdateUserResponse
func (*UpdateUserResponse) SetHeaders ¶
func (s *UpdateUserResponse) SetHeaders(v map[string]*string) *UpdateUserResponse
func (*UpdateUserResponse) SetStatusCode ¶
func (s *UpdateUserResponse) SetStatusCode(v int32) *UpdateUserResponse
func (UpdateUserResponse) String ¶
func (s UpdateUserResponse) String() string
type UploadPartInfo ¶
type UploadPartInfo struct { // etag Etag *string `json:"etag,omitempty" xml:"etag,omitempty"` // 内网上传地址 InternalUploadUrl *string `json:"internal_upload_url,omitempty" xml:"internal_upload_url,omitempty"` // 上一个分段的sha1上下文 ParallelSha1Ctx *UploadPartInfoParallelSha1Ctx `json:"parallel_sha1_ctx,omitempty" xml:"parallel_sha1_ctx,omitempty" type:"Struct"` // 段编号 PartNumber *int32 `json:"part_number,omitempty" xml:"part_number,omitempty"` // 分段大小 PartSize *int64 `json:"part_size,omitempty" xml:"part_size,omitempty"` // 上传地址 UploadUrl *string `json:"upload_url,omitempty" xml:"upload_url,omitempty"` }
func (UploadPartInfo) GoString ¶
func (s UploadPartInfo) GoString() string
func (*UploadPartInfo) SetEtag ¶
func (s *UploadPartInfo) SetEtag(v string) *UploadPartInfo
func (*UploadPartInfo) SetInternalUploadUrl ¶
func (s *UploadPartInfo) SetInternalUploadUrl(v string) *UploadPartInfo
func (*UploadPartInfo) SetParallelSha1Ctx ¶
func (s *UploadPartInfo) SetParallelSha1Ctx(v *UploadPartInfoParallelSha1Ctx) *UploadPartInfo
func (*UploadPartInfo) SetPartNumber ¶
func (s *UploadPartInfo) SetPartNumber(v int32) *UploadPartInfo
func (*UploadPartInfo) SetPartSize ¶
func (s *UploadPartInfo) SetPartSize(v int64) *UploadPartInfo
func (*UploadPartInfo) SetUploadUrl ¶
func (s *UploadPartInfo) SetUploadUrl(v string) *UploadPartInfo
func (UploadPartInfo) String ¶
func (s UploadPartInfo) String() string
type UploadPartInfoParallelSha1Ctx ¶
type UploadPartInfoParallelSha1Ctx struct { // 上一个数据块SHA1的第1-5个32位变量 H []*int64 `json:"h,omitempty" xml:"h,omitempty" type:"Repeated"` // 到上一个数据块为止的总长度,字节,需要为64的倍数 PartOffset *int64 `json:"part_offset,omitempty" xml:"part_offset,omitempty"` }
func (UploadPartInfoParallelSha1Ctx) GoString ¶
func (s UploadPartInfoParallelSha1Ctx) GoString() string
func (*UploadPartInfoParallelSha1Ctx) SetH ¶
func (s *UploadPartInfoParallelSha1Ctx) SetH(v []*int64) *UploadPartInfoParallelSha1Ctx
func (*UploadPartInfoParallelSha1Ctx) SetPartOffset ¶
func (s *UploadPartInfoParallelSha1Ctx) SetPartOffset(v int64) *UploadPartInfoParallelSha1Ctx
func (UploadPartInfoParallelSha1Ctx) String ¶
func (s UploadPartInfoParallelSha1Ctx) String() string
type User ¶
type User struct { // 头像 Avatar *string `json:"avatar,omitempty" xml:"avatar,omitempty"` // 创建时间 CreatedAt *int64 `json:"created_at,omitempty" xml:"created_at,omitempty"` // 创建者 Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` // 缺省空间id DefaultDriveId *string `json:"default_drive_id,omitempty" xml:"default_drive_id,omitempty"` // 禁止用户自行修改密码 DenyChangePasswordBySelf *bool `json:"deny_change_password_by_self,omitempty" xml:"deny_change_password_by_self,omitempty"` // 描述 Description *string `json:"description,omitempty" xml:"description,omitempty"` // 域id DomainId *string `json:"domain_id,omitempty" xml:"domain_id,omitempty"` // 邮箱 Email *string `json:"email,omitempty" xml:"email,omitempty"` // 下次登录强制修改密码 NeedChangePasswordNextLogin *bool `json:"need_change_password_next_login,omitempty" xml:"need_change_password_next_login,omitempty"` // 昵称 NickName *string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` // 手机号 Phone *string `json:"phone,omitempty" xml:"phone,omitempty"` // 角色 Role *string `json:"role,omitempty" xml:"role,omitempty"` // 状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` // 修改时间 UpdatedAt *int64 `json:"updated_at,omitempty" xml:"updated_at,omitempty"` // 用户自定义数据 UserData map[string]*string `json:"user_data,omitempty" xml:"user_data,omitempty"` // 用户id UserId *string `json:"user_id,omitempty" xml:"user_id,omitempty"` // 用户名 UserName *string `json:"user_name,omitempty" xml:"user_name,omitempty"` }
func (*User) SetCreatedAt ¶
func (*User) SetCreator ¶
func (*User) SetDefaultDriveId ¶
func (*User) SetDenyChangePasswordBySelf ¶
func (*User) SetDescription ¶
func (*User) SetDomainId ¶
func (*User) SetNeedChangePasswordNextLogin ¶
func (*User) SetNickName ¶
func (*User) SetUpdatedAt ¶
func (*User) SetUserName ¶
type UserTag ¶
type VideoMediaMetadata ¶
type VideoMediaMetadata struct { // 时长 Duration *string `json:"duration,omitempty" xml:"duration,omitempty"` // 拍摄时间 TakenAt *string `json:"taken_at,omitempty" xml:"taken_at,omitempty"` }
func (VideoMediaMetadata) GoString ¶
func (s VideoMediaMetadata) GoString() string
func (*VideoMediaMetadata) SetDuration ¶
func (s *VideoMediaMetadata) SetDuration(v string) *VideoMediaMetadata
func (*VideoMediaMetadata) SetTakenAt ¶
func (s *VideoMediaMetadata) SetTakenAt(v string) *VideoMediaMetadata
func (VideoMediaMetadata) String ¶
func (s VideoMediaMetadata) String() string
type VideoPreviewPlayInfo ¶
type VideoPreviewPlayInfo struct { // 所属分类 Category *string `json:"category,omitempty" xml:"category,omitempty"` // 播放信息 LiveTranscodingTaskList []*VideoPreviewPlayInfoLiveTranscodingTaskList `json:"live_transcoding_task_list,omitempty" xml:"live_transcoding_task_list,omitempty" type:"Repeated"` // 视频元信息 Meta *VideoPreviewPlayInfoMeta `json:"meta,omitempty" xml:"meta,omitempty" type:"Struct"` }
func (VideoPreviewPlayInfo) GoString ¶
func (s VideoPreviewPlayInfo) GoString() string
func (*VideoPreviewPlayInfo) SetCategory ¶
func (s *VideoPreviewPlayInfo) SetCategory(v string) *VideoPreviewPlayInfo
func (*VideoPreviewPlayInfo) SetLiveTranscodingTaskList ¶
func (s *VideoPreviewPlayInfo) SetLiveTranscodingTaskList(v []*VideoPreviewPlayInfoLiveTranscodingTaskList) *VideoPreviewPlayInfo
func (*VideoPreviewPlayInfo) SetMeta ¶
func (s *VideoPreviewPlayInfo) SetMeta(v *VideoPreviewPlayInfoMeta) *VideoPreviewPlayInfo
func (VideoPreviewPlayInfo) String ¶
func (s VideoPreviewPlayInfo) String() string
type VideoPreviewPlayInfoLiveTranscodingTaskList ¶
type VideoPreviewPlayInfoLiveTranscodingTaskList struct { // 是否保持原分辨率 KeepOriginalResolution *bool `json:"keep_original_resolution,omitempty" xml:"keep_original_resolution,omitempty"` // 状态 Status *string `json:"status,omitempty" xml:"status,omitempty"` // 模板id TemplateId *string `json:"template_id,omitempty" xml:"template_id,omitempty"` // 播放地址 Url *string `json:"url,omitempty" xml:"url,omitempty"` }
func (VideoPreviewPlayInfoLiveTranscodingTaskList) GoString ¶
func (s VideoPreviewPlayInfoLiveTranscodingTaskList) GoString() string
func (*VideoPreviewPlayInfoLiveTranscodingTaskList) SetKeepOriginalResolution ¶
func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetKeepOriginalResolution(v bool) *VideoPreviewPlayInfoLiveTranscodingTaskList
func (*VideoPreviewPlayInfoLiveTranscodingTaskList) SetStatus ¶
func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetStatus(v string) *VideoPreviewPlayInfoLiveTranscodingTaskList
func (*VideoPreviewPlayInfoLiveTranscodingTaskList) SetTemplateId ¶
func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetTemplateId(v string) *VideoPreviewPlayInfoLiveTranscodingTaskList
func (*VideoPreviewPlayInfoLiveTranscodingTaskList) SetUrl ¶
func (s *VideoPreviewPlayInfoLiveTranscodingTaskList) SetUrl(v string) *VideoPreviewPlayInfoLiveTranscodingTaskList
func (VideoPreviewPlayInfoLiveTranscodingTaskList) String ¶
func (s VideoPreviewPlayInfoLiveTranscodingTaskList) String() string
type VideoPreviewPlayInfoMeta ¶
type VideoPreviewPlayInfoMeta struct { // 视频长度 Duration *float64 `json:"duration,omitempty" xml:"duration,omitempty"` // 视频高度 Height *int64 `json:"height,omitempty" xml:"height,omitempty"` // 视频宽度 Width *int64 `json:"width,omitempty" xml:"width,omitempty"` }
func (VideoPreviewPlayInfoMeta) GoString ¶
func (s VideoPreviewPlayInfoMeta) GoString() string
func (*VideoPreviewPlayInfoMeta) SetDuration ¶
func (s *VideoPreviewPlayInfoMeta) SetDuration(v float64) *VideoPreviewPlayInfoMeta
func (*VideoPreviewPlayInfoMeta) SetHeight ¶
func (s *VideoPreviewPlayInfoMeta) SetHeight(v int64) *VideoPreviewPlayInfoMeta
func (*VideoPreviewPlayInfoMeta) SetWidth ¶
func (s *VideoPreviewPlayInfoMeta) SetWidth(v int64) *VideoPreviewPlayInfoMeta
func (VideoPreviewPlayInfoMeta) String ¶
func (s VideoPreviewPlayInfoMeta) String() string
Click to show internal directories.
Click to hide internal directories.