SYMBOL INDEX (7930 symbols across 40 files) FILE: generator/go_client.stoneg.py class GoClientBackend (line 17) | class GoClientBackend(CodeBackend): method generate (line 18) | def generate(self, api): method _generate_client (line 23) | def _generate_client(self, namespace): method _generate_route_signature (line 47) | def _generate_route_signature(self, namespace, route): method _generate_route (line 69) | def _generate_route(self, namespace, route): FILE: generator/go_helpers.py function _rename_if_reserved (line 65) | def _rename_if_reserved(s): function fmt_type (line 72) | def fmt_type(data_type, namespace=None, use_interface=False, raw=False): function fmt_var (line 101) | def fmt_var(name, export=True, check_reserved=False): function _doc_handler (line 106) | def _doc_handler(tag, val): function generate_doc (line 125) | def generate_doc(code_generator, t): function _needs_base_type (line 148) | def _needs_base_type(data_type): function needs_base_type (line 159) | def needs_base_type(struct): FILE: generator/go_rsrc/sdk.go constant apiVersion (line 39) | apiVersion = 2 constant defaultDomain (line 40) | defaultDomain = ".dropboxapi.com" constant hostAPI (line 41) | hostAPI = "api" constant hostContent (line 42) | hostContent = "content" constant hostNotify (line 43) | hostNotify = "notify" constant sdkVersion (line 44) | sdkVersion = "UNKNOWN SDK VERSION" constant specVersion (line 45) | specVersion = "UNKNOWN SPEC VERSION" function Version (line 49) | func Version() (string, string) { type Tagged (line 54) | type Tagged struct type APIError (line 59) | type APIError struct method Error (line 63) | func (e APIError) Error() string { type SDKInternalError (line 67) | type SDKInternalError struct method Error (line 72) | func (e SDKInternalError) Error() string { type Config (line 77) | type Config struct method doLog (line 117) | func (c *Config) doLog(l LogLevel, format string, v ...interface{}) { method LogDebug (line 130) | func (c *Config) LogDebug(format string, v ...interface{}) { method LogInfo (line 135) | func (c *Config) LogInfo(format string, v ...interface{}) { method WithNamespaceID (line 140) | func (c Config) WithNamespaceID(nsID string) Config { method WithRoot (line 145) | func (c Config) WithRoot(nsID string) Config { type LogLevel (line 101) | type LogLevel method shouldLog (line 113) | func (l LogLevel) shouldLog(v LogLevel) bool { constant LogOff (line 105) | LogOff LogLevel = iota * (1 << 8) constant LogDebug (line 108) | LogDebug constant LogInfo (line 110) | LogInfo type Context (line 151) | type Context struct method Execute (line 170) | func (c *Context) Execute(req Request, body io.Reader) ([]byte, io.Rea... type Request (line 159) | type Request struct function NewContext (line 266) | func NewContext(c Config) Context { function OAuthEndpoint (line 308) | func OAuthEndpoint(domain string) oauth2.Endpoint { function HTTPHeaderSafeJSON (line 324) | func HTTPHeaderSafeJSON(b []byte) string { FILE: generator/go_types.stoneg.py class GoTypesBackend (line 26) | class GoTypesBackend(CodeBackend): method generate (line 27) | def generate(self, api): method _generate_namespace (line 34) | def _generate_namespace(self, namespace): method _generate_data_type (line 47) | def _generate_data_type(self, data_type): method _generate_base_type (line 58) | def _generate_base_type(self, base): method _generate_struct (line 83) | def _generate_struct(self, struct): method _generate_struct_builder (line 127) | def _generate_struct_builder(self, struct): method _generate_field (line 157) | def _generate_field(self, field, union_field=False, namespace=None, ra... method _generate_union (line 166) | def _generate_union(self, union): method _generate_union_helper (line 169) | def _generate_union_helper(self, u): FILE: v6/dropbox/account/client.go type Client (line 32) | type Client interface type apiImpl (line 37) | type apiImpl method SetProfilePhoto (line 45) | func (dbx *apiImpl) SetProfilePhoto(arg *SetProfilePhotoArg) (res *Set... type SetProfilePhotoAPIError (line 40) | type SetProfilePhotoAPIError struct function New (line 78) | func New(c dropbox.Config) Client { FILE: v6/dropbox/account/types.go type PhotoSourceArg (line 31) | type PhotoSourceArg struct method UnmarshalJSON (line 44) | func (u *PhotoSourceArg) UnmarshalJSON(body []byte) error { constant PhotoSourceArgBase64Data (line 39) | PhotoSourceArgBase64Data = "base64_data" constant PhotoSourceArgOther (line 40) | PhotoSourceArgOther = "other" type SetProfilePhotoArg (line 65) | type SetProfilePhotoArg struct function NewSetProfilePhotoArg (line 71) | func NewSetProfilePhotoArg(Photo *PhotoSourceArg) *SetProfilePhotoArg { type SetProfilePhotoError (line 78) | type SetProfilePhotoError struct constant SetProfilePhotoErrorFileTypeError (line 84) | SetProfilePhotoErrorFileTypeError = "file_type_error" constant SetProfilePhotoErrorFileSizeError (line 85) | SetProfilePhotoErrorFileSizeError = "file_size_error" constant SetProfilePhotoErrorDimensionError (line 86) | SetProfilePhotoErrorDimensionError = "dimension_error" constant SetProfilePhotoErrorThumbnailError (line 87) | SetProfilePhotoErrorThumbnailError = "thumbnail_error" constant SetProfilePhotoErrorTransientError (line 88) | SetProfilePhotoErrorTransientError = "transient_error" constant SetProfilePhotoErrorOther (line 89) | SetProfilePhotoErrorOther = "other" type SetProfilePhotoResult (line 93) | type SetProfilePhotoResult struct function NewSetProfilePhotoResult (line 99) | func NewSetProfilePhotoResult(ProfilePhotoUrl string) *SetProfilePhotoRe... FILE: v6/dropbox/async/types.go type LaunchResultBase (line 35) | type LaunchResultBase struct method UnmarshalJSON (line 49) | func (u *LaunchResultBase) UnmarshalJSON(body []byte) error { constant LaunchResultBaseAsyncJobId (line 45) | LaunchResultBaseAsyncJobId = "async_job_id" type LaunchEmptyResult (line 74) | type LaunchEmptyResult struct method UnmarshalJSON (line 89) | func (u *LaunchEmptyResult) UnmarshalJSON(body []byte) error { constant LaunchEmptyResultAsyncJobId (line 84) | LaunchEmptyResultAsyncJobId = "async_job_id" constant LaunchEmptyResultComplete (line 85) | LaunchEmptyResultComplete = "complete" type PollArg (line 112) | type PollArg struct function NewPollArg (line 119) | func NewPollArg(AsyncJobId string) *PollArg { type PollResultBase (line 129) | type PollResultBase struct constant PollResultBaseInProgress (line 135) | PollResultBaseInProgress = "in_progress" type PollEmptyResult (line 141) | type PollEmptyResult struct constant PollEmptyResultInProgress (line 147) | PollEmptyResultInProgress = "in_progress" constant PollEmptyResultComplete (line 148) | PollEmptyResultComplete = "complete" type PollError (line 153) | type PollError struct constant PollErrorInvalidAsyncJobId (line 159) | PollErrorInvalidAsyncJobId = "invalid_async_job_id" constant PollErrorInternalError (line 160) | PollErrorInternalError = "internal_error" constant PollErrorOther (line 161) | PollErrorOther = "other" FILE: v6/dropbox/auth/client.go type Client (line 31) | type Client interface type apiImpl (line 42) | type apiImpl method TokenFromOauth1 (line 50) | func (dbx *apiImpl) TokenFromOauth1(arg *TokenFromOAuth1Arg) (res *Tok... method TokenRevoke (line 88) | func (dbx *apiImpl) TokenRevoke() (err error) { type TokenFromOauth1APIError (line 45) | type TokenFromOauth1APIError struct type TokenRevokeAPIError (line 83) | type TokenRevokeAPIError struct function New (line 117) | func New(c dropbox.Config) Client { FILE: v6/dropbox/auth/sdk.go type AuthAPIError (line 11) | type AuthAPIError struct type AccessAPIError (line 17) | type AccessAPIError struct type RateLimitAPIError (line 23) | type RateLimitAPIError struct type BadRequest (line 29) | type BadRequest struct type ServerError (line 35) | type ServerError struct function ParseError (line 40) | func ParseError(err error, appError error) error { FILE: v6/dropbox/auth/types.go type AccessError (line 32) | type AccessError struct method UnmarshalJSON (line 48) | func (u *AccessError) UnmarshalJSON(body []byte) error { constant AccessErrorInvalidAccountType (line 42) | AccessErrorInvalidAccountType = "invalid_account_type" constant AccessErrorPaperAccessDenied (line 43) | AccessErrorPaperAccessDenied = "paper_access_denied" constant AccessErrorOther (line 44) | AccessErrorOther = "other" type AuthError (line 74) | type AuthError struct method UnmarshalJSON (line 94) | func (u *AuthError) UnmarshalJSON(body []byte) error { constant AuthErrorInvalidAccessToken (line 83) | AuthErrorInvalidAccessToken = "invalid_access_token" constant AuthErrorInvalidSelectUser (line 84) | AuthErrorInvalidSelectUser = "invalid_select_user" constant AuthErrorInvalidSelectAdmin (line 85) | AuthErrorInvalidSelectAdmin = "invalid_select_admin" constant AuthErrorUserSuspended (line 86) | AuthErrorUserSuspended = "user_suspended" constant AuthErrorExpiredAccessToken (line 87) | AuthErrorExpiredAccessToken = "expired_access_token" constant AuthErrorMissingScope (line 88) | AuthErrorMissingScope = "missing_scope" constant AuthErrorRouteAccessDenied (line 89) | AuthErrorRouteAccessDenied = "route_access_denied" constant AuthErrorOther (line 90) | AuthErrorOther = "other" type InvalidAccountTypeError (line 115) | type InvalidAccountTypeError struct constant InvalidAccountTypeErrorEndpoint (line 121) | InvalidAccountTypeErrorEndpoint = "endpoint" constant InvalidAccountTypeErrorFeature (line 122) | InvalidAccountTypeErrorFeature = "feature" constant InvalidAccountTypeErrorOther (line 123) | InvalidAccountTypeErrorOther = "other" type PaperAccessError (line 127) | type PaperAccessError struct constant PaperAccessErrorPaperDisabled (line 133) | PaperAccessErrorPaperDisabled = "paper_disabled" constant PaperAccessErrorNotPaperUser (line 134) | PaperAccessErrorNotPaperUser = "not_paper_user" constant PaperAccessErrorOther (line 135) | PaperAccessErrorOther = "other" type RateLimitError (line 139) | type RateLimitError struct function NewRateLimitError (line 148) | func NewRateLimitError(Reason *RateLimitReason) *RateLimitError { type RateLimitReason (line 156) | type RateLimitReason struct constant RateLimitReasonTooManyRequests (line 162) | RateLimitReasonTooManyRequests = "too_many_requests" constant RateLimitReasonTooManyWriteOperations (line 163) | RateLimitReasonTooManyWriteOperations = "too_many_write_operations" constant RateLimitReasonOther (line 164) | RateLimitReasonOther = "other" type TokenFromOAuth1Arg (line 168) | type TokenFromOAuth1Arg struct function NewTokenFromOAuth1Arg (line 177) | func NewTokenFromOAuth1Arg(Oauth1Token string, Oauth1TokenSecret string)... type TokenFromOAuth1Error (line 185) | type TokenFromOAuth1Error struct constant TokenFromOAuth1ErrorInvalidOauth1TokenInfo (line 191) | TokenFromOAuth1ErrorInvalidOauth1TokenInfo = "invalid_oauth1_token_info" constant TokenFromOAuth1ErrorAppIdMismatch (line 192) | TokenFromOAuth1ErrorAppIdMismatch = "app_id_mismatch" constant TokenFromOAuth1ErrorOther (line 193) | TokenFromOAuth1ErrorOther = "other" type TokenFromOAuth1Result (line 197) | type TokenFromOAuth1Result struct function NewTokenFromOAuth1Result (line 204) | func NewTokenFromOAuth1Result(Oauth2Token string) *TokenFromOAuth1Result { type TokenScopeError (line 211) | type TokenScopeError struct function NewTokenScopeError (line 217) | func NewTokenScopeError(RequiredScope string) *TokenScopeError { FILE: v6/dropbox/check/client.go type Client (line 32) | type Client interface type apiImpl (line 49) | type apiImpl method App (line 57) | func (dbx *apiImpl) App(arg *EchoArg) (res *EchoResult, err error) { method User (line 95) | func (dbx *apiImpl) User(arg *EchoArg) (res *EchoResult, err error) { type AppAPIError (line 52) | type AppAPIError struct type UserAPIError (line 90) | type UserAPIError struct function New (line 128) | func New(c dropbox.Config) Client { FILE: v6/dropbox/check/types.go type EchoArg (line 25) | type EchoArg struct function NewEchoArg (line 31) | func NewEchoArg() *EchoArg { type EchoResult (line 39) | type EchoResult struct function NewEchoResult (line 45) | func NewEchoResult() *EchoResult { FILE: v6/dropbox/common/types.go type PathRoot (line 31) | type PathRoot struct method UnmarshalJSON (line 52) | func (u *PathRoot) UnmarshalJSON(body []byte) error { constant PathRootHome (line 45) | PathRootHome = "home" constant PathRootRoot (line 46) | PathRootRoot = "root" constant PathRootNamespaceId (line 47) | PathRootNamespaceId = "namespace_id" constant PathRootOther (line 48) | PathRootOther = "other" type PathRootError (line 82) | type PathRootError struct method UnmarshalJSON (line 97) | func (u *PathRootError) UnmarshalJSON(body []byte) error { constant PathRootErrorInvalidRoot (line 91) | PathRootErrorInvalidRoot = "invalid_root" constant PathRootErrorNoPermission (line 92) | PathRootErrorNoPermission = "no_permission" constant PathRootErrorOther (line 93) | PathRootErrorOther = "other" type RootInfo (line 121) | type RootInfo struct method IsRootInfo (line 145) | func (u *RootInfo) IsRootInfo() {} function NewRootInfo (line 132) | func NewRootInfo(RootNamespaceId string, HomeNamespaceId string) *RootIn... type IsRootInfo (line 140) | type IsRootInfo interface type rootInfoUnion (line 147) | type rootInfoUnion struct method UnmarshalJSON (line 162) | func (u *rootInfoUnion) UnmarshalJSON(body []byte) error { constant RootInfoTeam (line 157) | RootInfoTeam = "team" constant RootInfoUser (line 158) | RootInfoUser = "user" function IsRootInfoFromJSON (line 188) | func IsRootInfoFromJSON(data []byte) (IsRootInfo, error) { type TeamRootInfo (line 206) | type TeamRootInfo struct function NewTeamRootInfo (line 213) | func NewTeamRootInfo(RootNamespaceId string, HomeNamespaceId string, Hom... type UserRootInfo (line 223) | type UserRootInfo struct function NewUserRootInfo (line 228) | func NewUserRootInfo(RootNamespaceId string, HomeNamespaceId string) *Us... FILE: v6/dropbox/contacts/client.go type Client (line 31) | type Client interface type apiImpl (line 41) | type apiImpl method DeleteManualContacts (line 49) | func (dbx *apiImpl) DeleteManualContacts() (err error) { method DeleteManualContactsBatch (line 83) | func (dbx *apiImpl) DeleteManualContactsBatch(arg *DeleteManualContact... type DeleteManualContactsAPIError (line 44) | type DeleteManualContactsAPIError struct type DeleteManualContactsBatchAPIError (line 78) | type DeleteManualContactsBatchAPIError struct function New (line 112) | func New(c dropbox.Config) Client { FILE: v6/dropbox/contacts/types.go type DeleteManualContactsArg (line 31) | type DeleteManualContactsArg struct function NewDeleteManualContactsArg (line 37) | func NewDeleteManualContactsArg(EmailAddresses []string) *DeleteManualCo... type DeleteManualContactsError (line 44) | type DeleteManualContactsError struct method UnmarshalJSON (line 58) | func (u *DeleteManualContactsError) UnmarshalJSON(body []byte) error { constant DeleteManualContactsErrorContactsNotFound (line 53) | DeleteManualContactsErrorContactsNotFound = "contacts_not_found" constant DeleteManualContactsErrorOther (line 54) | DeleteManualContactsErrorOther = "other" FILE: v6/dropbox/file_properties/client.go type Client (line 32) | type Client interface type apiImpl (line 102) | type apiImpl method PropertiesAdd (line 110) | func (dbx *apiImpl) PropertiesAdd(arg *AddPropertiesArg) (err error) { method PropertiesOverwrite (line 144) | func (dbx *apiImpl) PropertiesOverwrite(arg *OverwritePropertyGroupArg... method PropertiesRemove (line 178) | func (dbx *apiImpl) PropertiesRemove(arg *RemovePropertiesArg) (err er... method PropertiesSearch (line 212) | func (dbx *apiImpl) PropertiesSearch(arg *PropertiesSearchArg) (res *P... method PropertiesSearchContinue (line 250) | func (dbx *apiImpl) PropertiesSearchContinue(arg *PropertiesSearchCont... method PropertiesUpdate (line 288) | func (dbx *apiImpl) PropertiesUpdate(arg *UpdatePropertiesArg) (err er... method TemplatesAddForTeam (line 322) | func (dbx *apiImpl) TemplatesAddForTeam(arg *AddTemplateArg) (res *Add... method TemplatesAddForUser (line 360) | func (dbx *apiImpl) TemplatesAddForUser(arg *AddTemplateArg) (res *Add... method TemplatesGetForTeam (line 398) | func (dbx *apiImpl) TemplatesGetForTeam(arg *GetTemplateArg) (res *Get... method TemplatesGetForUser (line 436) | func (dbx *apiImpl) TemplatesGetForUser(arg *GetTemplateArg) (res *Get... method TemplatesListForTeam (line 474) | func (dbx *apiImpl) TemplatesListForTeam() (res *ListTemplateResult, e... method TemplatesListForUser (line 512) | func (dbx *apiImpl) TemplatesListForUser() (res *ListTemplateResult, e... method TemplatesRemoveForTeam (line 550) | func (dbx *apiImpl) TemplatesRemoveForTeam(arg *RemoveTemplateArg) (er... method TemplatesRemoveForUser (line 584) | func (dbx *apiImpl) TemplatesRemoveForUser(arg *RemoveTemplateArg) (er... method TemplatesUpdateForTeam (line 618) | func (dbx *apiImpl) TemplatesUpdateForTeam(arg *UpdateTemplateArg) (re... method TemplatesUpdateForUser (line 656) | func (dbx *apiImpl) TemplatesUpdateForUser(arg *UpdateTemplateArg) (re... type PropertiesAddAPIError (line 105) | type PropertiesAddAPIError struct type PropertiesOverwriteAPIError (line 139) | type PropertiesOverwriteAPIError struct type PropertiesRemoveAPIError (line 173) | type PropertiesRemoveAPIError struct type PropertiesSearchAPIError (line 207) | type PropertiesSearchAPIError struct type PropertiesSearchContinueAPIError (line 245) | type PropertiesSearchContinueAPIError struct type PropertiesUpdateAPIError (line 283) | type PropertiesUpdateAPIError struct type TemplatesAddForTeamAPIError (line 317) | type TemplatesAddForTeamAPIError struct type TemplatesAddForUserAPIError (line 355) | type TemplatesAddForUserAPIError struct type TemplatesGetForTeamAPIError (line 393) | type TemplatesGetForTeamAPIError struct type TemplatesGetForUserAPIError (line 431) | type TemplatesGetForUserAPIError struct type TemplatesListForTeamAPIError (line 469) | type TemplatesListForTeamAPIError struct type TemplatesListForUserAPIError (line 507) | type TemplatesListForUserAPIError struct type TemplatesRemoveForTeamAPIError (line 545) | type TemplatesRemoveForTeamAPIError struct type TemplatesRemoveForUserAPIError (line 579) | type TemplatesRemoveForUserAPIError struct type TemplatesUpdateForTeamAPIError (line 613) | type TemplatesUpdateForTeamAPIError struct type TemplatesUpdateForUserAPIError (line 651) | type TemplatesUpdateForUserAPIError struct function New (line 689) | func New(c dropbox.Config) Client { FILE: v6/dropbox/file_properties/types.go type AddPropertiesArg (line 55) | type AddPropertiesArg struct function NewAddPropertiesArg (line 64) | func NewAddPropertiesArg(Path string, PropertyGroups []*PropertyGroup) *... type TemplateError (line 72) | type TemplateError struct method UnmarshalJSON (line 86) | func (u *TemplateError) UnmarshalJSON(body []byte) error { constant TemplateErrorTemplateNotFound (line 80) | TemplateErrorTemplateNotFound = "template_not_found" constant TemplateErrorRestrictedContent (line 81) | TemplateErrorRestrictedContent = "restricted_content" constant TemplateErrorOther (line 82) | TemplateErrorOther = "other" type PropertiesError (line 107) | type PropertiesError struct method UnmarshalJSON (line 125) | func (u *PropertiesError) UnmarshalJSON(body []byte) error { constant PropertiesErrorTemplateNotFound (line 117) | PropertiesErrorTemplateNotFound = "template_not_found" constant PropertiesErrorRestrictedContent (line 118) | PropertiesErrorRestrictedContent = "restricted_content" constant PropertiesErrorOther (line 119) | PropertiesErrorOther = "other" constant PropertiesErrorPath (line 120) | PropertiesErrorPath = "path" constant PropertiesErrorUnsupportedFolder (line 121) | PropertiesErrorUnsupportedFolder = "unsupported_folder" type InvalidPropertyGroupError (line 151) | type InvalidPropertyGroupError struct method UnmarshalJSON (line 172) | func (u *InvalidPropertyGroupError) UnmarshalJSON(body []byte) error { constant InvalidPropertyGroupErrorTemplateNotFound (line 161) | InvalidPropertyGroupErrorTemplateNotFound = "template_not_found" constant InvalidPropertyGroupErrorRestrictedContent (line 162) | InvalidPropertyGroupErrorRestrictedContent = "restricted_content" constant InvalidPropertyGroupErrorOther (line 163) | InvalidPropertyGroupErrorOther = "other" constant InvalidPropertyGroupErrorPath (line 164) | InvalidPropertyGroupErrorPath = "path" constant InvalidPropertyGroupErrorUnsupportedFolder (line 165) | InvalidPropertyGroupErrorUnsupportedFolder = "unsupported_folder" constant InvalidPropertyGroupErrorPropertyFieldTooLarge (line 166) | InvalidPropertyGroupErrorPropertyFieldTooLarge = "property_field_too_l... constant InvalidPropertyGroupErrorDoesNotFitTemplate (line 167) | InvalidPropertyGroupErrorDoesNotFitTemplate = "does_not_fit_template" constant InvalidPropertyGroupErrorDuplicatePropertyGroups (line 168) | InvalidPropertyGroupErrorDuplicatePropertyGroups = "duplicate_property_g... type AddPropertiesError (line 198) | type AddPropertiesError struct method UnmarshalJSON (line 220) | func (u *AddPropertiesError) UnmarshalJSON(body []byte) error { constant AddPropertiesErrorTemplateNotFound (line 208) | AddPropertiesErrorTemplateNotFound = "template_not_found" constant AddPropertiesErrorRestrictedContent (line 209) | AddPropertiesErrorRestrictedContent = "restricted_content" constant AddPropertiesErrorOther (line 210) | AddPropertiesErrorOther = "other" constant AddPropertiesErrorPath (line 211) | AddPropertiesErrorPath = "path" constant AddPropertiesErrorUnsupportedFolder (line 212) | AddPropertiesErrorUnsupportedFolder = "unsupported_folder" constant AddPropertiesErrorPropertyFieldTooLarge (line 213) | AddPropertiesErrorPropertyFieldTooLarge = "property_field_too_large" constant AddPropertiesErrorDoesNotFitTemplate (line 214) | AddPropertiesErrorDoesNotFitTemplate = "does_not_fit_template" constant AddPropertiesErrorDuplicatePropertyGroups (line 215) | AddPropertiesErrorDuplicatePropertyGroups = "duplicate_property_groups" constant AddPropertiesErrorPropertyGroupAlreadyExists (line 216) | AddPropertiesErrorPropertyGroupAlreadyExists = "property_group_already_e... type PropertyGroupTemplate (line 246) | type PropertyGroupTemplate struct function NewPropertyGroupTemplate (line 259) | func NewPropertyGroupTemplate(Name string, Description string, Fields []... type AddTemplateArg (line 268) | type AddTemplateArg struct function NewAddTemplateArg (line 273) | func NewAddTemplateArg(Name string, Description string, Fields []*Proper... type AddTemplateResult (line 282) | type AddTemplateResult struct function NewAddTemplateResult (line 289) | func NewAddTemplateResult(TemplateId string) *AddTemplateResult { type GetTemplateArg (line 296) | type GetTemplateArg struct function NewGetTemplateArg (line 303) | func NewGetTemplateArg(TemplateId string) *GetTemplateArg { type GetTemplateResult (line 310) | type GetTemplateResult struct function NewGetTemplateResult (line 315) | func NewGetTemplateResult(Name string, Description string, Fields []*Pro... type ListTemplateResult (line 324) | type ListTemplateResult struct function NewListTemplateResult (line 331) | func NewListTemplateResult(TemplateIds []string) *ListTemplateResult { type LogicalOperator (line 338) | type LogicalOperator struct constant LogicalOperatorOrOperator (line 344) | LogicalOperatorOrOperator = "or_operator" constant LogicalOperatorOther (line 345) | LogicalOperatorOther = "other" type LookUpPropertiesError (line 349) | type LookUpPropertiesError struct constant LookUpPropertiesErrorPropertyGroupNotFound (line 355) | LookUpPropertiesErrorPropertyGroupNotFound = "property_group_not_found" constant LookUpPropertiesErrorOther (line 356) | LookUpPropertiesErrorOther = "other" type LookupError (line 360) | type LookupError struct method UnmarshalJSON (line 377) | func (u *LookupError) UnmarshalJSON(body []byte) error { constant LookupErrorMalformedPath (line 368) | LookupErrorMalformedPath = "malformed_path" constant LookupErrorNotFound (line 369) | LookupErrorNotFound = "not_found" constant LookupErrorNotFile (line 370) | LookupErrorNotFile = "not_file" constant LookupErrorNotFolder (line 371) | LookupErrorNotFolder = "not_folder" constant LookupErrorRestrictedContent (line 372) | LookupErrorRestrictedContent = "restricted_content" constant LookupErrorOther (line 373) | LookupErrorOther = "other" type ModifyTemplateError (line 398) | type ModifyTemplateError struct method UnmarshalJSON (line 416) | func (u *ModifyTemplateError) UnmarshalJSON(body []byte) error { constant ModifyTemplateErrorTemplateNotFound (line 406) | ModifyTemplateErrorTemplateNotFound = "template_not_found" constant ModifyTemplateErrorRestrictedContent (line 407) | ModifyTemplateErrorRestrictedContent = "restricted_content" constant ModifyTemplateErrorOther (line 408) | ModifyTemplateErrorOther = "other" constant ModifyTemplateErrorConflictingPropertyNames (line 409) | ModifyTemplateErrorConflictingPropertyNames = "conflicting_property_names" constant ModifyTemplateErrorTooManyProperties (line 410) | ModifyTemplateErrorTooManyProperties = "too_many_properties" constant ModifyTemplateErrorTooManyTemplates (line 411) | ModifyTemplateErrorTooManyTemplates = "too_many_templates" constant ModifyTemplateErrorTemplateAttributeTooLarge (line 412) | ModifyTemplateErrorTemplateAttributeTooLarge = "template_attribute_too_l... type OverwritePropertyGroupArg (line 437) | type OverwritePropertyGroupArg struct function NewOverwritePropertyGroupArg (line 446) | func NewOverwritePropertyGroupArg(Path string, PropertyGroups []*Propert... type PropertiesSearchArg (line 454) | type PropertiesSearchArg struct function NewPropertiesSearchArg (line 463) | func NewPropertiesSearchArg(Queries []*PropertiesSearchQuery) *Propertie... type PropertiesSearchContinueArg (line 471) | type PropertiesSearchContinueArg struct function NewPropertiesSearchContinueArg (line 478) | func NewPropertiesSearchContinueArg(Cursor string) *PropertiesSearchCont... type PropertiesSearchContinueError (line 485) | type PropertiesSearchContinueError struct constant PropertiesSearchContinueErrorReset (line 491) | PropertiesSearchContinueErrorReset = "reset" constant PropertiesSearchContinueErrorOther (line 492) | PropertiesSearchContinueErrorOther = "other" type PropertiesSearchError (line 496) | type PropertiesSearchError struct method UnmarshalJSON (line 509) | func (u *PropertiesSearchError) UnmarshalJSON(body []byte) error { constant PropertiesSearchErrorPropertyGroupLookup (line 504) | PropertiesSearchErrorPropertyGroupLookup = "property_group_lookup" constant PropertiesSearchErrorOther (line 505) | PropertiesSearchErrorOther = "other" type PropertiesSearchMatch (line 530) | type PropertiesSearchMatch struct function NewPropertiesSearchMatch (line 542) | func NewPropertiesSearchMatch(Id string, Path string, IsDeleted bool, Pr... type PropertiesSearchMode (line 552) | type PropertiesSearchMode struct method UnmarshalJSON (line 565) | func (u *PropertiesSearchMode) UnmarshalJSON(body []byte) error { constant PropertiesSearchModeFieldName (line 560) | PropertiesSearchModeFieldName = "field_name" constant PropertiesSearchModeOther (line 561) | PropertiesSearchModeOther = "other" type PropertiesSearchQuery (line 586) | type PropertiesSearchQuery struct function NewPropertiesSearchQuery (line 596) | func NewPropertiesSearchQuery(Query string, Mode *PropertiesSearchMode) ... type PropertiesSearchResult (line 605) | type PropertiesSearchResult struct function NewPropertiesSearchResult (line 615) | func NewPropertiesSearchResult(Matches []*PropertiesSearchMatch) *Proper... type PropertyField (line 623) | type PropertyField struct function NewPropertyField (line 633) | func NewPropertyField(Name string, Value string) *PropertyField { type PropertyFieldTemplate (line 642) | type PropertyFieldTemplate struct function NewPropertyFieldTemplate (line 655) | func NewPropertyFieldTemplate(Name string, Description string, Type *Pro... type PropertyGroup (line 667) | type PropertyGroup struct function NewPropertyGroup (line 676) | func NewPropertyGroup(TemplateId string, Fields []*PropertyField) *Prope... type PropertyGroupUpdate (line 684) | type PropertyGroupUpdate struct function NewPropertyGroupUpdate (line 696) | func NewPropertyGroupUpdate(TemplateId string) *PropertyGroupUpdate { type PropertyType (line 703) | type PropertyType struct constant PropertyTypeString (line 709) | PropertyTypeString = "string" constant PropertyTypeOther (line 710) | PropertyTypeOther = "other" type RemovePropertiesArg (line 714) | type RemovePropertiesArg struct function NewRemovePropertiesArg (line 723) | func NewRemovePropertiesArg(Path string, PropertyTemplateIds []string) *... type RemovePropertiesError (line 731) | type RemovePropertiesError struct method UnmarshalJSON (line 752) | func (u *RemovePropertiesError) UnmarshalJSON(body []byte) error { constant RemovePropertiesErrorTemplateNotFound (line 743) | RemovePropertiesErrorTemplateNotFound = "template_not_found" constant RemovePropertiesErrorRestrictedContent (line 744) | RemovePropertiesErrorRestrictedContent = "restricted_content" constant RemovePropertiesErrorOther (line 745) | RemovePropertiesErrorOther = "other" constant RemovePropertiesErrorPath (line 746) | RemovePropertiesErrorPath = "path" constant RemovePropertiesErrorUnsupportedFolder (line 747) | RemovePropertiesErrorUnsupportedFolder = "unsupported_folder" constant RemovePropertiesErrorPropertyGroupLookup (line 748) | RemovePropertiesErrorPropertyGroupLookup = "property_group_lookup" type RemoveTemplateArg (line 783) | type RemoveTemplateArg struct function NewRemoveTemplateArg (line 790) | func NewRemoveTemplateArg(TemplateId string) *RemoveTemplateArg { type TemplateFilterBase (line 797) | type TemplateFilterBase struct method UnmarshalJSON (line 811) | func (u *TemplateFilterBase) UnmarshalJSON(body []byte) error { constant TemplateFilterBaseFilterSome (line 806) | TemplateFilterBaseFilterSome = "filter_some" constant TemplateFilterBaseOther (line 807) | TemplateFilterBaseOther = "other" type TemplateFilter (line 833) | type TemplateFilter struct method UnmarshalJSON (line 848) | func (u *TemplateFilter) UnmarshalJSON(body []byte) error { constant TemplateFilterFilterSome (line 842) | TemplateFilterFilterSome = "filter_some" constant TemplateFilterOther (line 843) | TemplateFilterOther = "other" constant TemplateFilterFilterNone (line 844) | TemplateFilterFilterNone = "filter_none" type TemplateOwnerType (line 870) | type TemplateOwnerType struct constant TemplateOwnerTypeUser (line 876) | TemplateOwnerTypeUser = "user" constant TemplateOwnerTypeTeam (line 877) | TemplateOwnerTypeTeam = "team" constant TemplateOwnerTypeOther (line 878) | TemplateOwnerTypeOther = "other" type UpdatePropertiesArg (line 882) | type UpdatePropertiesArg struct function NewUpdatePropertiesArg (line 890) | func NewUpdatePropertiesArg(Path string, UpdatePropertyGroups []*Propert... type UpdatePropertiesError (line 898) | type UpdatePropertiesError struct method UnmarshalJSON (line 922) | func (u *UpdatePropertiesError) UnmarshalJSON(body []byte) error { constant UpdatePropertiesErrorTemplateNotFound (line 910) | UpdatePropertiesErrorTemplateNotFound = "template_not_found" constant UpdatePropertiesErrorRestrictedContent (line 911) | UpdatePropertiesErrorRestrictedContent = "restricted_content" constant UpdatePropertiesErrorOther (line 912) | UpdatePropertiesErrorOther = "other" constant UpdatePropertiesErrorPath (line 913) | UpdatePropertiesErrorPath = "path" constant UpdatePropertiesErrorUnsupportedFolder (line 914) | UpdatePropertiesErrorUnsupportedFolder = "unsupported_folder" constant UpdatePropertiesErrorPropertyFieldTooLarge (line 915) | UpdatePropertiesErrorPropertyFieldTooLarge = "property_field_too_large" constant UpdatePropertiesErrorDoesNotFitTemplate (line 916) | UpdatePropertiesErrorDoesNotFitTemplate = "does_not_fit_template" constant UpdatePropertiesErrorDuplicatePropertyGroups (line 917) | UpdatePropertiesErrorDuplicatePropertyGroups = "duplicate_property_groups" constant UpdatePropertiesErrorPropertyGroupLookup (line 918) | UpdatePropertiesErrorPropertyGroupLookup = "property_group_lookup" type UpdateTemplateArg (line 953) | type UpdateTemplateArg struct function NewUpdateTemplateArg (line 969) | func NewUpdateTemplateArg(TemplateId string) *UpdateTemplateArg { type UpdateTemplateResult (line 976) | type UpdateTemplateResult struct function NewUpdateTemplateResult (line 983) | func NewUpdateTemplateResult(TemplateId string) *UpdateTemplateResult { FILE: v6/dropbox/file_requests/client.go type Client (line 32) | type Client interface type apiImpl (line 60) | type apiImpl method Count (line 68) | func (dbx *apiImpl) Count() (res *CountFileRequestsResult, err error) { method Create (line 106) | func (dbx *apiImpl) Create(arg *CreateFileRequestArgs) (res *FileReque... method Delete (line 144) | func (dbx *apiImpl) Delete(arg *DeleteFileRequestArgs) (res *DeleteFil... method DeleteAllClosed (line 182) | func (dbx *apiImpl) DeleteAllClosed() (res *DeleteAllClosedFileRequest... method Get (line 220) | func (dbx *apiImpl) Get(arg *GetFileRequestArgs) (res *FileRequest, er... method ListV2 (line 258) | func (dbx *apiImpl) ListV2(arg *ListFileRequestsArg) (res *ListFileReq... method List (line 296) | func (dbx *apiImpl) List() (res *ListFileRequestsResult, err error) { method ListContinue (line 334) | func (dbx *apiImpl) ListContinue(arg *ListFileRequestsContinueArg) (re... method Update (line 372) | func (dbx *apiImpl) Update(arg *UpdateFileRequestArgs) (res *FileReque... type CountAPIError (line 63) | type CountAPIError struct type CreateAPIError (line 101) | type CreateAPIError struct type DeleteAPIError (line 139) | type DeleteAPIError struct type DeleteAllClosedAPIError (line 177) | type DeleteAllClosedAPIError struct type GetAPIError (line 215) | type GetAPIError struct type ListV2APIError (line 253) | type ListV2APIError struct type ListAPIError (line 291) | type ListAPIError struct type ListContinueAPIError (line 329) | type ListContinueAPIError struct type UpdateAPIError (line 367) | type UpdateAPIError struct function New (line 405) | func New(c dropbox.Config) Client { FILE: v6/dropbox/file_requests/types.go type GeneralFileRequestsError (line 34) | type GeneralFileRequestsError struct constant GeneralFileRequestsErrorDisabledForTeam (line 40) | GeneralFileRequestsErrorDisabledForTeam = "disabled_for_team" constant GeneralFileRequestsErrorOther (line 41) | GeneralFileRequestsErrorOther = "other" type CountFileRequestsError (line 45) | type CountFileRequestsError struct constant CountFileRequestsErrorDisabledForTeam (line 51) | CountFileRequestsErrorDisabledForTeam = "disabled_for_team" constant CountFileRequestsErrorOther (line 52) | CountFileRequestsErrorOther = "other" type CountFileRequestsResult (line 56) | type CountFileRequestsResult struct function NewCountFileRequestsResult (line 62) | func NewCountFileRequestsResult(FileRequestCount uint64) *CountFileReque... type CreateFileRequestArgs (line 69) | type CreateFileRequestArgs struct function NewCreateFileRequestArgs (line 88) | func NewCreateFileRequestArgs(Title string, Destination string) *CreateF... type FileRequestError (line 97) | type FileRequestError struct constant FileRequestErrorDisabledForTeam (line 103) | FileRequestErrorDisabledForTeam = "disabled_for_team" constant FileRequestErrorOther (line 104) | FileRequestErrorOther = "other" constant FileRequestErrorNotFound (line 105) | FileRequestErrorNotFound = "not_found" constant FileRequestErrorNotAFolder (line 106) | FileRequestErrorNotAFolder = "not_a_folder" constant FileRequestErrorAppLacksAccess (line 107) | FileRequestErrorAppLacksAccess = "app_lacks_access" constant FileRequestErrorNoPermission (line 108) | FileRequestErrorNoPermission = "no_permission" constant FileRequestErrorEmailUnverified (line 109) | FileRequestErrorEmailUnverified = "email_unverified" constant FileRequestErrorValidationError (line 110) | FileRequestErrorValidationError = "validation_error" type CreateFileRequestError (line 114) | type CreateFileRequestError struct constant CreateFileRequestErrorDisabledForTeam (line 120) | CreateFileRequestErrorDisabledForTeam = "disabled_for_team" constant CreateFileRequestErrorOther (line 121) | CreateFileRequestErrorOther = "other" constant CreateFileRequestErrorNotFound (line 122) | CreateFileRequestErrorNotFound = "not_found" constant CreateFileRequestErrorNotAFolder (line 123) | CreateFileRequestErrorNotAFolder = "not_a_folder" constant CreateFileRequestErrorAppLacksAccess (line 124) | CreateFileRequestErrorAppLacksAccess = "app_lacks_access" constant CreateFileRequestErrorNoPermission (line 125) | CreateFileRequestErrorNoPermission = "no_permission" constant CreateFileRequestErrorEmailUnverified (line 126) | CreateFileRequestErrorEmailUnverified = "email_unverified" constant CreateFileRequestErrorValidationError (line 127) | CreateFileRequestErrorValidationError = "validation_error" constant CreateFileRequestErrorInvalidLocation (line 128) | CreateFileRequestErrorInvalidLocation = "invalid_location" constant CreateFileRequestErrorRateLimit (line 129) | CreateFileRequestErrorRateLimit = "rate_limit" type DeleteAllClosedFileRequestsError (line 134) | type DeleteAllClosedFileRequestsError struct constant DeleteAllClosedFileRequestsErrorDisabledForTeam (line 140) | DeleteAllClosedFileRequestsErrorDisabledForTeam = "disabled_for_team" constant DeleteAllClosedFileRequestsErrorOther (line 141) | DeleteAllClosedFileRequestsErrorOther = "other" constant DeleteAllClosedFileRequestsErrorNotFound (line 142) | DeleteAllClosedFileRequestsErrorNotFound = "not_found" constant DeleteAllClosedFileRequestsErrorNotAFolder (line 143) | DeleteAllClosedFileRequestsErrorNotAFolder = "not_a_folder" constant DeleteAllClosedFileRequestsErrorAppLacksAccess (line 144) | DeleteAllClosedFileRequestsErrorAppLacksAccess = "app_lacks_access" constant DeleteAllClosedFileRequestsErrorNoPermission (line 145) | DeleteAllClosedFileRequestsErrorNoPermission = "no_permission" constant DeleteAllClosedFileRequestsErrorEmailUnverified (line 146) | DeleteAllClosedFileRequestsErrorEmailUnverified = "email_unverified" constant DeleteAllClosedFileRequestsErrorValidationError (line 147) | DeleteAllClosedFileRequestsErrorValidationError = "validation_error" type DeleteAllClosedFileRequestsResult (line 151) | type DeleteAllClosedFileRequestsResult struct function NewDeleteAllClosedFileRequestsResult (line 157) | func NewDeleteAllClosedFileRequestsResult(FileRequests []*FileRequest) *... type DeleteFileRequestArgs (line 164) | type DeleteFileRequestArgs struct function NewDeleteFileRequestArgs (line 170) | func NewDeleteFileRequestArgs(Ids []string) *DeleteFileRequestArgs { type DeleteFileRequestError (line 177) | type DeleteFileRequestError struct constant DeleteFileRequestErrorDisabledForTeam (line 183) | DeleteFileRequestErrorDisabledForTeam = "disabled_for_team" constant DeleteFileRequestErrorOther (line 184) | DeleteFileRequestErrorOther = "other" constant DeleteFileRequestErrorNotFound (line 185) | DeleteFileRequestErrorNotFound = "not_found" constant DeleteFileRequestErrorNotAFolder (line 186) | DeleteFileRequestErrorNotAFolder = "not_a_folder" constant DeleteFileRequestErrorAppLacksAccess (line 187) | DeleteFileRequestErrorAppLacksAccess = "app_lacks_access" constant DeleteFileRequestErrorNoPermission (line 188) | DeleteFileRequestErrorNoPermission = "no_permission" constant DeleteFileRequestErrorEmailUnverified (line 189) | DeleteFileRequestErrorEmailUnverified = "email_unverified" constant DeleteFileRequestErrorValidationError (line 190) | DeleteFileRequestErrorValidationError = "validation_error" constant DeleteFileRequestErrorFileRequestOpen (line 191) | DeleteFileRequestErrorFileRequestOpen = "file_request_open" type DeleteFileRequestsResult (line 195) | type DeleteFileRequestsResult struct function NewDeleteFileRequestsResult (line 201) | func NewDeleteFileRequestsResult(FileRequests []*FileRequest) *DeleteFil... type FileRequest (line 209) | type FileRequest struct function NewFileRequest (line 235) | func NewFileRequest(Id string, Url string, Title string, Created time.Ti... type FileRequestDeadline (line 247) | type FileRequestDeadline struct function NewFileRequestDeadline (line 256) | func NewFileRequestDeadline(Deadline time.Time) *FileRequestDeadline { type GetFileRequestArgs (line 263) | type GetFileRequestArgs struct function NewGetFileRequestArgs (line 269) | func NewGetFileRequestArgs(Id string) *GetFileRequestArgs { type GetFileRequestError (line 277) | type GetFileRequestError struct constant GetFileRequestErrorDisabledForTeam (line 283) | GetFileRequestErrorDisabledForTeam = "disabled_for_team" constant GetFileRequestErrorOther (line 284) | GetFileRequestErrorOther = "other" constant GetFileRequestErrorNotFound (line 285) | GetFileRequestErrorNotFound = "not_found" constant GetFileRequestErrorNotAFolder (line 286) | GetFileRequestErrorNotAFolder = "not_a_folder" constant GetFileRequestErrorAppLacksAccess (line 287) | GetFileRequestErrorAppLacksAccess = "app_lacks_access" constant GetFileRequestErrorNoPermission (line 288) | GetFileRequestErrorNoPermission = "no_permission" constant GetFileRequestErrorEmailUnverified (line 289) | GetFileRequestErrorEmailUnverified = "email_unverified" constant GetFileRequestErrorValidationError (line 290) | GetFileRequestErrorValidationError = "validation_error" type GracePeriod (line 294) | type GracePeriod struct constant GracePeriodOneDay (line 300) | GracePeriodOneDay = "one_day" constant GracePeriodTwoDays (line 301) | GracePeriodTwoDays = "two_days" constant GracePeriodSevenDays (line 302) | GracePeriodSevenDays = "seven_days" constant GracePeriodThirtyDays (line 303) | GracePeriodThirtyDays = "thirty_days" constant GracePeriodAlways (line 304) | GracePeriodAlways = "always" constant GracePeriodOther (line 305) | GracePeriodOther = "other" type ListFileRequestsArg (line 309) | type ListFileRequestsArg struct function NewListFileRequestsArg (line 316) | func NewListFileRequestsArg() *ListFileRequestsArg { type ListFileRequestsContinueArg (line 323) | type ListFileRequestsContinueArg struct function NewListFileRequestsContinueArg (line 330) | func NewListFileRequestsContinueArg(Cursor string) *ListFileRequestsCont... type ListFileRequestsContinueError (line 338) | type ListFileRequestsContinueError struct constant ListFileRequestsContinueErrorDisabledForTeam (line 344) | ListFileRequestsContinueErrorDisabledForTeam = "disabled_for_team" constant ListFileRequestsContinueErrorOther (line 345) | ListFileRequestsContinueErrorOther = "other" constant ListFileRequestsContinueErrorInvalidCursor (line 346) | ListFileRequestsContinueErrorInvalidCursor = "invalid_cursor" type ListFileRequestsError (line 350) | type ListFileRequestsError struct constant ListFileRequestsErrorDisabledForTeam (line 356) | ListFileRequestsErrorDisabledForTeam = "disabled_for_team" constant ListFileRequestsErrorOther (line 357) | ListFileRequestsErrorOther = "other" type ListFileRequestsResult (line 361) | type ListFileRequestsResult struct function NewListFileRequestsResult (line 368) | func NewListFileRequestsResult(FileRequests []*FileRequest) *ListFileReq... type ListFileRequestsV2Result (line 375) | type ListFileRequestsV2Result struct function NewListFileRequestsV2Result (line 389) | func NewListFileRequestsV2Result(FileRequests []*FileRequest, Cursor str... type UpdateFileRequestArgs (line 398) | type UpdateFileRequestArgs struct function NewUpdateFileRequestArgs (line 417) | func NewUpdateFileRequestArgs(Id string) *UpdateFileRequestArgs { type UpdateFileRequestDeadline (line 425) | type UpdateFileRequestDeadline struct method UnmarshalJSON (line 439) | func (u *UpdateFileRequestDeadline) UnmarshalJSON(body []byte) error { constant UpdateFileRequestDeadlineNoUpdate (line 433) | UpdateFileRequestDeadlineNoUpdate = "no_update" constant UpdateFileRequestDeadlineUpdate (line 434) | UpdateFileRequestDeadlineUpdate = "update" constant UpdateFileRequestDeadlineOther (line 435) | UpdateFileRequestDeadlineOther = "other" type UpdateFileRequestError (line 460) | type UpdateFileRequestError struct constant UpdateFileRequestErrorDisabledForTeam (line 466) | UpdateFileRequestErrorDisabledForTeam = "disabled_for_team" constant UpdateFileRequestErrorOther (line 467) | UpdateFileRequestErrorOther = "other" constant UpdateFileRequestErrorNotFound (line 468) | UpdateFileRequestErrorNotFound = "not_found" constant UpdateFileRequestErrorNotAFolder (line 469) | UpdateFileRequestErrorNotAFolder = "not_a_folder" constant UpdateFileRequestErrorAppLacksAccess (line 470) | UpdateFileRequestErrorAppLacksAccess = "app_lacks_access" constant UpdateFileRequestErrorNoPermission (line 471) | UpdateFileRequestErrorNoPermission = "no_permission" constant UpdateFileRequestErrorEmailUnverified (line 472) | UpdateFileRequestErrorEmailUnverified = "email_unverified" constant UpdateFileRequestErrorValidationError (line 473) | UpdateFileRequestErrorValidationError = "validation_error" FILE: v6/dropbox/files/client.go type Client (line 35) | type Client interface type apiImpl (line 463) | type apiImpl method AlphaGetMetadata (line 471) | func (dbx *apiImpl) AlphaGetMetadata(arg *AlphaGetMetadataArg) (res Is... method AlphaUpload (line 523) | func (dbx *apiImpl) AlphaUpload(arg *UploadArg, content io.Reader) (re... method CopyV2 (line 564) | func (dbx *apiImpl) CopyV2(arg *RelocationArg) (res *RelocationResult,... method Copy (line 602) | func (dbx *apiImpl) Copy(arg *RelocationArg) (res IsMetadata, err erro... method CopyBatchV2 (line 654) | func (dbx *apiImpl) CopyBatchV2(arg *RelocationBatchArgBase) (res *Rel... method CopyBatch (line 692) | func (dbx *apiImpl) CopyBatch(arg *RelocationBatchArg) (res *Relocatio... method CopyBatchCheckV2 (line 733) | func (dbx *apiImpl) CopyBatchCheckV2(arg *async.PollArg) (res *Relocat... method CopyBatchCheck (line 771) | func (dbx *apiImpl) CopyBatchCheck(arg *async.PollArg) (res *Relocatio... method CopyReferenceGet (line 812) | func (dbx *apiImpl) CopyReferenceGet(arg *GetCopyReferenceArg) (res *G... method CopyReferenceSave (line 850) | func (dbx *apiImpl) CopyReferenceSave(arg *SaveCopyReferenceArg) (res ... method CreateFolderV2 (line 888) | func (dbx *apiImpl) CreateFolderV2(arg *CreateFolderArg) (res *CreateF... method CreateFolder (line 926) | func (dbx *apiImpl) CreateFolder(arg *CreateFolderArg) (res *FolderMet... method CreateFolderBatch (line 967) | func (dbx *apiImpl) CreateFolderBatch(arg *CreateFolderBatchArg) (res ... method CreateFolderBatchCheck (line 1005) | func (dbx *apiImpl) CreateFolderBatchCheck(arg *async.PollArg) (res *C... method DeleteV2 (line 1043) | func (dbx *apiImpl) DeleteV2(arg *DeleteArg) (res *DeleteResult, err e... method Delete (line 1081) | func (dbx *apiImpl) Delete(arg *DeleteArg) (res IsMetadata, err error) { method DeleteBatch (line 1133) | func (dbx *apiImpl) DeleteBatch(arg *DeleteBatchArg) (res *DeleteBatch... method DeleteBatchCheck (line 1171) | func (dbx *apiImpl) DeleteBatchCheck(arg *async.PollArg) (res *DeleteB... method Download (line 1209) | func (dbx *apiImpl) Download(arg *DownloadArg) (res *FileMetadata, con... method DownloadZip (line 1247) | func (dbx *apiImpl) DownloadZip(arg *DownloadZipArg) (res *DownloadZip... method Export (line 1285) | func (dbx *apiImpl) Export(arg *ExportArg) (res *ExportResult, content... method GetFileLockBatch (line 1323) | func (dbx *apiImpl) GetFileLockBatch(arg *LockFileBatchArg) (res *Lock... method GetMetadata (line 1361) | func (dbx *apiImpl) GetMetadata(arg *GetMetadataArg) (res IsMetadata, ... method GetPreview (line 1410) | func (dbx *apiImpl) GetPreview(arg *PreviewArg) (res *FileMetadata, co... method GetTemporaryLink (line 1448) | func (dbx *apiImpl) GetTemporaryLink(arg *GetTemporaryLinkArg) (res *G... method GetTemporaryUploadLink (line 1486) | func (dbx *apiImpl) GetTemporaryUploadLink(arg *GetTemporaryUploadLink... method GetThumbnail (line 1524) | func (dbx *apiImpl) GetThumbnail(arg *ThumbnailArg) (res *FileMetadata... method GetThumbnailV2 (line 1562) | func (dbx *apiImpl) GetThumbnailV2(arg *ThumbnailV2Arg) (res *PreviewR... method GetThumbnailBatch (line 1600) | func (dbx *apiImpl) GetThumbnailBatch(arg *GetThumbnailBatchArg) (res ... method ListFolder (line 1638) | func (dbx *apiImpl) ListFolder(arg *ListFolderArg) (res *ListFolderRes... method ListFolderContinue (line 1676) | func (dbx *apiImpl) ListFolderContinue(arg *ListFolderContinueArg) (re... method ListFolderGetLatestCursor (line 1714) | func (dbx *apiImpl) ListFolderGetLatestCursor(arg *ListFolderArg) (res... method ListFolderLongpoll (line 1752) | func (dbx *apiImpl) ListFolderLongpoll(arg *ListFolderLongpollArg) (re... method ListRevisions (line 1790) | func (dbx *apiImpl) ListRevisions(arg *ListRevisionsArg) (res *ListRev... method LockFileBatch (line 1828) | func (dbx *apiImpl) LockFileBatch(arg *LockFileBatchArg) (res *LockFil... method MoveV2 (line 1866) | func (dbx *apiImpl) MoveV2(arg *RelocationArg) (res *RelocationResult,... method Move (line 1904) | func (dbx *apiImpl) Move(arg *RelocationArg) (res IsMetadata, err erro... method MoveBatchV2 (line 1956) | func (dbx *apiImpl) MoveBatchV2(arg *MoveBatchArg) (res *RelocationBat... method MoveBatch (line 1994) | func (dbx *apiImpl) MoveBatch(arg *RelocationBatchArg) (res *Relocatio... method MoveBatchCheckV2 (line 2035) | func (dbx *apiImpl) MoveBatchCheckV2(arg *async.PollArg) (res *Relocat... method MoveBatchCheck (line 2073) | func (dbx *apiImpl) MoveBatchCheck(arg *async.PollArg) (res *Relocatio... method PaperCreate (line 2114) | func (dbx *apiImpl) PaperCreate(arg *PaperCreateArg, content io.Reader... method PaperUpdate (line 2152) | func (dbx *apiImpl) PaperUpdate(arg *PaperUpdateArg, content io.Reader... method PermanentlyDelete (line 2190) | func (dbx *apiImpl) PermanentlyDelete(arg *DeleteArg) (err error) { method PropertiesAdd (line 2224) | func (dbx *apiImpl) PropertiesAdd(arg *file_properties.AddPropertiesAr... method PropertiesOverwrite (line 2260) | func (dbx *apiImpl) PropertiesOverwrite(arg *file_properties.Overwrite... method PropertiesRemove (line 2296) | func (dbx *apiImpl) PropertiesRemove(arg *file_properties.RemoveProper... method PropertiesTemplateGet (line 2332) | func (dbx *apiImpl) PropertiesTemplateGet(arg *file_properties.GetTemp... method PropertiesTemplateList (line 2372) | func (dbx *apiImpl) PropertiesTemplateList() (res *file_properties.Lis... method PropertiesUpdate (line 2412) | func (dbx *apiImpl) PropertiesUpdate(arg *file_properties.UpdateProper... method Restore (line 2448) | func (dbx *apiImpl) Restore(arg *RestoreArg) (res *FileMetadata, err e... method SaveUrl (line 2486) | func (dbx *apiImpl) SaveUrl(arg *SaveUrlArg) (res *SaveUrlResult, err ... method SaveUrlCheckJobStatus (line 2524) | func (dbx *apiImpl) SaveUrlCheckJobStatus(arg *async.PollArg) (res *Sa... method Search (line 2562) | func (dbx *apiImpl) Search(arg *SearchArg) (res *SearchResult, err err... method SearchV2 (line 2603) | func (dbx *apiImpl) SearchV2(arg *SearchV2Arg) (res *SearchV2Result, e... method SearchContinueV2 (line 2641) | func (dbx *apiImpl) SearchContinueV2(arg *SearchV2ContinueArg) (res *S... method TagsAdd (line 2679) | func (dbx *apiImpl) TagsAdd(arg *AddTagArg) (err error) { method TagsGet (line 2713) | func (dbx *apiImpl) TagsGet(arg *GetTagsArg) (res *GetTagsResult, err ... method TagsRemove (line 2751) | func (dbx *apiImpl) TagsRemove(arg *RemoveTagArg) (err error) { method UnlockFileBatch (line 2785) | func (dbx *apiImpl) UnlockFileBatch(arg *UnlockFileBatchArg) (res *Loc... method Upload (line 2823) | func (dbx *apiImpl) Upload(arg *UploadArg, content io.Reader) (res *Fi... method UploadSessionAppendV2 (line 2861) | func (dbx *apiImpl) UploadSessionAppendV2(arg *UploadSessionAppendArg,... method UploadSessionAppend (line 2895) | func (dbx *apiImpl) UploadSessionAppend(arg *UploadSessionCursor, cont... method UploadSessionFinish (line 2932) | func (dbx *apiImpl) UploadSessionFinish(arg *UploadSessionFinishArg, c... method UploadSessionFinishBatch (line 2970) | func (dbx *apiImpl) UploadSessionFinishBatch(arg *UploadSessionFinishB... method UploadSessionFinishBatchV2 (line 3011) | func (dbx *apiImpl) UploadSessionFinishBatchV2(arg *UploadSessionFinis... method UploadSessionFinishBatchCheck (line 3049) | func (dbx *apiImpl) UploadSessionFinishBatchCheck(arg *async.PollArg) ... method UploadSessionStart (line 3087) | func (dbx *apiImpl) UploadSessionStart(arg *UploadSessionStartArg, con... method UploadSessionStartBatch (line 3125) | func (dbx *apiImpl) UploadSessionStartBatch(arg *UploadSessionStartBat... type AlphaGetMetadataAPIError (line 466) | type AlphaGetMetadataAPIError struct type AlphaUploadAPIError (line 518) | type AlphaUploadAPIError struct type CopyV2APIError (line 559) | type CopyV2APIError struct type CopyAPIError (line 597) | type CopyAPIError struct type CopyBatchV2APIError (line 649) | type CopyBatchV2APIError struct type CopyBatchAPIError (line 687) | type CopyBatchAPIError struct type CopyBatchCheckV2APIError (line 728) | type CopyBatchCheckV2APIError struct type CopyBatchCheckAPIError (line 766) | type CopyBatchCheckAPIError struct type CopyReferenceGetAPIError (line 807) | type CopyReferenceGetAPIError struct type CopyReferenceSaveAPIError (line 845) | type CopyReferenceSaveAPIError struct type CreateFolderV2APIError (line 883) | type CreateFolderV2APIError struct type CreateFolderAPIError (line 921) | type CreateFolderAPIError struct type CreateFolderBatchAPIError (line 962) | type CreateFolderBatchAPIError struct type CreateFolderBatchCheckAPIError (line 1000) | type CreateFolderBatchCheckAPIError struct type DeleteV2APIError (line 1038) | type DeleteV2APIError struct type DeleteAPIError (line 1076) | type DeleteAPIError struct type DeleteBatchAPIError (line 1128) | type DeleteBatchAPIError struct type DeleteBatchCheckAPIError (line 1166) | type DeleteBatchCheckAPIError struct type DownloadAPIError (line 1204) | type DownloadAPIError struct type DownloadZipAPIError (line 1242) | type DownloadZipAPIError struct type ExportAPIError (line 1280) | type ExportAPIError struct type GetFileLockBatchAPIError (line 1318) | type GetFileLockBatchAPIError struct type GetMetadataAPIError (line 1356) | type GetMetadataAPIError struct type GetPreviewAPIError (line 1405) | type GetPreviewAPIError struct type GetTemporaryLinkAPIError (line 1443) | type GetTemporaryLinkAPIError struct type GetTemporaryUploadLinkAPIError (line 1481) | type GetTemporaryUploadLinkAPIError struct type GetThumbnailAPIError (line 1519) | type GetThumbnailAPIError struct type GetThumbnailV2APIError (line 1557) | type GetThumbnailV2APIError struct type GetThumbnailBatchAPIError (line 1595) | type GetThumbnailBatchAPIError struct type ListFolderAPIError (line 1633) | type ListFolderAPIError struct type ListFolderContinueAPIError (line 1671) | type ListFolderContinueAPIError struct type ListFolderGetLatestCursorAPIError (line 1709) | type ListFolderGetLatestCursorAPIError struct type ListFolderLongpollAPIError (line 1747) | type ListFolderLongpollAPIError struct type ListRevisionsAPIError (line 1785) | type ListRevisionsAPIError struct type LockFileBatchAPIError (line 1823) | type LockFileBatchAPIError struct type MoveV2APIError (line 1861) | type MoveV2APIError struct type MoveAPIError (line 1899) | type MoveAPIError struct type MoveBatchV2APIError (line 1951) | type MoveBatchV2APIError struct type MoveBatchAPIError (line 1989) | type MoveBatchAPIError struct type MoveBatchCheckV2APIError (line 2030) | type MoveBatchCheckV2APIError struct type MoveBatchCheckAPIError (line 2068) | type MoveBatchCheckAPIError struct type PaperCreateAPIError (line 2109) | type PaperCreateAPIError struct type PaperUpdateAPIError (line 2147) | type PaperUpdateAPIError struct type PermanentlyDeleteAPIError (line 2185) | type PermanentlyDeleteAPIError struct type PropertiesAddAPIError (line 2219) | type PropertiesAddAPIError struct type PropertiesOverwriteAPIError (line 2255) | type PropertiesOverwriteAPIError struct type PropertiesRemoveAPIError (line 2291) | type PropertiesRemoveAPIError struct type PropertiesTemplateGetAPIError (line 2327) | type PropertiesTemplateGetAPIError struct type PropertiesTemplateListAPIError (line 2367) | type PropertiesTemplateListAPIError struct type PropertiesUpdateAPIError (line 2407) | type PropertiesUpdateAPIError struct type RestoreAPIError (line 2443) | type RestoreAPIError struct type SaveUrlAPIError (line 2481) | type SaveUrlAPIError struct type SaveUrlCheckJobStatusAPIError (line 2519) | type SaveUrlCheckJobStatusAPIError struct type SearchAPIError (line 2557) | type SearchAPIError struct type SearchV2APIError (line 2598) | type SearchV2APIError struct type SearchContinueV2APIError (line 2636) | type SearchContinueV2APIError struct type TagsAddAPIError (line 2674) | type TagsAddAPIError struct type TagsGetAPIError (line 2708) | type TagsGetAPIError struct type TagsRemoveAPIError (line 2746) | type TagsRemoveAPIError struct type UnlockFileBatchAPIError (line 2780) | type UnlockFileBatchAPIError struct type UploadAPIError (line 2818) | type UploadAPIError struct type UploadSessionAppendV2APIError (line 2856) | type UploadSessionAppendV2APIError struct type UploadSessionAppendAPIError (line 2890) | type UploadSessionAppendAPIError struct type UploadSessionFinishAPIError (line 2927) | type UploadSessionFinishAPIError struct type UploadSessionFinishBatchAPIError (line 2965) | type UploadSessionFinishBatchAPIError struct type UploadSessionFinishBatchV2APIError (line 3006) | type UploadSessionFinishBatchV2APIError struct type UploadSessionFinishBatchCheckAPIError (line 3044) | type UploadSessionFinishBatchCheckAPIError struct type UploadSessionStartAPIError (line 3082) | type UploadSessionStartAPIError struct type UploadSessionStartBatchAPIError (line 3120) | type UploadSessionStartBatchAPIError struct function New (line 3158) | func New(c dropbox.Config) Client { FILE: v6/dropbox/files/types.go type AddTagArg (line 34) | type AddTagArg struct function NewAddTagArg (line 43) | func NewAddTagArg(Path string, TagText string) *AddTagArg { type BaseTagError (line 51) | type BaseTagError struct method UnmarshalJSON (line 64) | func (u *BaseTagError) UnmarshalJSON(body []byte) error { constant BaseTagErrorPath (line 59) | BaseTagErrorPath = "path" constant BaseTagErrorOther (line 60) | BaseTagErrorOther = "other" type AddTagError (line 85) | type AddTagError struct method UnmarshalJSON (line 99) | func (u *AddTagError) UnmarshalJSON(body []byte) error { constant AddTagErrorPath (line 93) | AddTagErrorPath = "path" constant AddTagErrorOther (line 94) | AddTagErrorOther = "other" constant AddTagErrorTooManyTags (line 95) | AddTagErrorTooManyTags = "too_many_tags" type GetMetadataArg (line 120) | type GetMetadataArg struct function NewGetMetadataArg (line 140) | func NewGetMetadataArg(Path string) *GetMetadataArg { type AlphaGetMetadataArg (line 150) | type AlphaGetMetadataArg struct function NewAlphaGetMetadataArg (line 158) | func NewAlphaGetMetadataArg(Path string) *AlphaGetMetadataArg { type GetMetadataError (line 168) | type GetMetadataError struct method UnmarshalJSON (line 180) | func (u *GetMetadataError) UnmarshalJSON(body []byte) error { constant GetMetadataErrorPath (line 176) | GetMetadataErrorPath = "path" type AlphaGetMetadataError (line 201) | type AlphaGetMetadataError struct method UnmarshalJSON (line 216) | func (u *AlphaGetMetadataError) UnmarshalJSON(body []byte) error { constant AlphaGetMetadataErrorPath (line 211) | AlphaGetMetadataErrorPath = "path" constant AlphaGetMetadataErrorPropertiesError (line 212) | AlphaGetMetadataErrorPropertiesError = "properties_error" type CommitInfo (line 242) | type CommitInfo struct function NewCommitInfo (line 273) | func NewCommitInfo(Path string) *CommitInfo { type ContentSyncSetting (line 284) | type ContentSyncSetting struct function NewContentSyncSetting (line 292) | func NewContentSyncSetting(Id string, SyncSetting *SyncSetting) *Content... type ContentSyncSettingArg (line 300) | type ContentSyncSettingArg struct function NewContentSyncSettingArg (line 308) | func NewContentSyncSettingArg(Id string, SyncSetting *SyncSettingArg) *C... type CreateFolderArg (line 316) | type CreateFolderArg struct function NewCreateFolderArg (line 325) | func NewCreateFolderArg(Path string) *CreateFolderArg { type CreateFolderBatchArg (line 333) | type CreateFolderBatchArg struct function NewCreateFolderBatchArg (line 345) | func NewCreateFolderBatchArg(Paths []string) *CreateFolderBatchArg { type CreateFolderBatchError (line 354) | type CreateFolderBatchError struct constant CreateFolderBatchErrorTooManyFiles (line 360) | CreateFolderBatchErrorTooManyFiles = "too_many_files" constant CreateFolderBatchErrorOther (line 361) | CreateFolderBatchErrorOther = "other" type CreateFolderBatchJobStatus (line 365) | type CreateFolderBatchJobStatus struct method UnmarshalJSON (line 382) | func (u *CreateFolderBatchJobStatus) UnmarshalJSON(body []byte) error { constant CreateFolderBatchJobStatusInProgress (line 375) | CreateFolderBatchJobStatusInProgress = "in_progress" constant CreateFolderBatchJobStatusComplete (line 376) | CreateFolderBatchJobStatusComplete = "complete" constant CreateFolderBatchJobStatusFailed (line 377) | CreateFolderBatchJobStatusFailed = "failed" constant CreateFolderBatchJobStatusOther (line 378) | CreateFolderBatchJobStatusOther = "other" type CreateFolderBatchLaunch (line 409) | type CreateFolderBatchLaunch struct method UnmarshalJSON (line 427) | func (u *CreateFolderBatchLaunch) UnmarshalJSON(body []byte) error { constant CreateFolderBatchLaunchAsyncJobId (line 421) | CreateFolderBatchLaunchAsyncJobId = "async_job_id" constant CreateFolderBatchLaunchComplete (line 422) | CreateFolderBatchLaunchComplete = "complete" constant CreateFolderBatchLaunchOther (line 423) | CreateFolderBatchLaunchOther = "other" type FileOpsResult (line 455) | type FileOpsResult struct function NewFileOpsResult (line 459) | func NewFileOpsResult() *FileOpsResult { type CreateFolderBatchResult (line 465) | type CreateFolderBatchResult struct function NewCreateFolderBatchResult (line 473) | func NewCreateFolderBatchResult(Entries []*CreateFolderBatchResultEntry)... type CreateFolderBatchResultEntry (line 480) | type CreateFolderBatchResultEntry struct method UnmarshalJSON (line 495) | func (u *CreateFolderBatchResultEntry) UnmarshalJSON(body []byte) error { constant CreateFolderBatchResultEntrySuccess (line 490) | CreateFolderBatchResultEntrySuccess = "success" constant CreateFolderBatchResultEntryFailure (line 491) | CreateFolderBatchResultEntryFailure = "failure" type CreateFolderEntryError (line 521) | type CreateFolderEntryError struct method UnmarshalJSON (line 534) | func (u *CreateFolderEntryError) UnmarshalJSON(body []byte) error { constant CreateFolderEntryErrorPath (line 529) | CreateFolderEntryErrorPath = "path" constant CreateFolderEntryErrorOther (line 530) | CreateFolderEntryErrorOther = "other" type CreateFolderEntryResult (line 555) | type CreateFolderEntryResult struct function NewCreateFolderEntryResult (line 561) | func NewCreateFolderEntryResult(Metadata *FolderMetadata) *CreateFolderE... type CreateFolderError (line 568) | type CreateFolderError struct method UnmarshalJSON (line 580) | func (u *CreateFolderError) UnmarshalJSON(body []byte) error { constant CreateFolderErrorPath (line 576) | CreateFolderErrorPath = "path" type CreateFolderResult (line 601) | type CreateFolderResult struct function NewCreateFolderResult (line 608) | func NewCreateFolderResult(Metadata *FolderMetadata) *CreateFolderResult { type DeleteArg (line 615) | type DeleteArg struct function NewDeleteArg (line 624) | func NewDeleteArg(Path string) *DeleteArg { type DeleteBatchArg (line 631) | type DeleteBatchArg struct function NewDeleteBatchArg (line 637) | func NewDeleteBatchArg(Entries []*DeleteArg) *DeleteBatchArg { type DeleteBatchError (line 644) | type DeleteBatchError struct constant DeleteBatchErrorTooManyWriteOperations (line 650) | DeleteBatchErrorTooManyWriteOperations = "too_many_write_operations" constant DeleteBatchErrorOther (line 651) | DeleteBatchErrorOther = "other" type DeleteBatchJobStatus (line 655) | type DeleteBatchJobStatus struct method UnmarshalJSON (line 672) | func (u *DeleteBatchJobStatus) UnmarshalJSON(body []byte) error { constant DeleteBatchJobStatusInProgress (line 665) | DeleteBatchJobStatusInProgress = "in_progress" constant DeleteBatchJobStatusComplete (line 666) | DeleteBatchJobStatusComplete = "complete" constant DeleteBatchJobStatusFailed (line 667) | DeleteBatchJobStatusFailed = "failed" constant DeleteBatchJobStatusOther (line 668) | DeleteBatchJobStatusOther = "other" type DeleteBatchLaunch (line 699) | type DeleteBatchLaunch struct method UnmarshalJSON (line 717) | func (u *DeleteBatchLaunch) UnmarshalJSON(body []byte) error { constant DeleteBatchLaunchAsyncJobId (line 711) | DeleteBatchLaunchAsyncJobId = "async_job_id" constant DeleteBatchLaunchComplete (line 712) | DeleteBatchLaunchComplete = "complete" constant DeleteBatchLaunchOther (line 713) | DeleteBatchLaunchOther = "other" type DeleteBatchResult (line 745) | type DeleteBatchResult struct function NewDeleteBatchResult (line 753) | func NewDeleteBatchResult(Entries []*DeleteBatchResultEntry) *DeleteBatc... type DeleteBatchResultData (line 760) | type DeleteBatchResultData struct method UnmarshalJSON (line 773) | func (u *DeleteBatchResultData) UnmarshalJSON(b []byte) error { function NewDeleteBatchResultData (line 766) | func NewDeleteBatchResultData(Metadata IsMetadata) *DeleteBatchResultData { type DeleteBatchResultEntry (line 791) | type DeleteBatchResultEntry struct method UnmarshalJSON (line 806) | func (u *DeleteBatchResultEntry) UnmarshalJSON(body []byte) error { constant DeleteBatchResultEntrySuccess (line 801) | DeleteBatchResultEntrySuccess = "success" constant DeleteBatchResultEntryFailure (line 802) | DeleteBatchResultEntryFailure = "failure" type DeleteError (line 832) | type DeleteError struct method UnmarshalJSON (line 850) | func (u *DeleteError) UnmarshalJSON(body []byte) error { constant DeleteErrorPathLookup (line 842) | DeleteErrorPathLookup = "path_lookup" constant DeleteErrorPathWrite (line 843) | DeleteErrorPathWrite = "path_write" constant DeleteErrorTooManyWriteOperations (line 844) | DeleteErrorTooManyWriteOperations = "too_many_write_operations" constant DeleteErrorTooManyFiles (line 845) | DeleteErrorTooManyFiles = "too_many_files" constant DeleteErrorOther (line 846) | DeleteErrorOther = "other" type DeleteResult (line 876) | type DeleteResult struct method UnmarshalJSON (line 890) | func (u *DeleteResult) UnmarshalJSON(b []byte) error { function NewDeleteResult (line 883) | func NewDeleteResult(Metadata IsMetadata) *DeleteResult { type Metadata (line 908) | type Metadata struct method IsMetadata (line 944) | func (u *Metadata) IsMetadata() {} function NewMetadata (line 932) | func NewMetadata(Name string) *Metadata { type IsMetadata (line 939) | type IsMetadata interface type metadataUnion (line 946) | type metadataUnion struct method UnmarshalJSON (line 964) | func (u *metadataUnion) UnmarshalJSON(body []byte) error { constant MetadataFile (line 958) | MetadataFile = "file" constant MetadataFolder (line 959) | MetadataFolder = "folder" constant MetadataDeleted (line 960) | MetadataDeleted = "deleted" function IsMetadataFromJSON (line 995) | func IsMetadataFromJSON(data []byte) (IsMetadata, error) { type DeletedMetadata (line 1016) | type DeletedMetadata struct function NewDeletedMetadata (line 1021) | func NewDeletedMetadata(Name string) *DeletedMetadata { type Dimensions (line 1028) | type Dimensions struct function NewDimensions (line 1036) | func NewDimensions(Height uint64, Width uint64) *Dimensions { type DownloadArg (line 1044) | type DownloadArg struct function NewDownloadArg (line 1054) | func NewDownloadArg(Path string) *DownloadArg { type DownloadError (line 1061) | type DownloadError struct method UnmarshalJSON (line 1075) | func (u *DownloadError) UnmarshalJSON(body []byte) error { constant DownloadErrorPath (line 1069) | DownloadErrorPath = "path" constant DownloadErrorUnsupportedFile (line 1070) | DownloadErrorUnsupportedFile = "unsupported_file" constant DownloadErrorOther (line 1071) | DownloadErrorOther = "other" type DownloadZipArg (line 1096) | type DownloadZipArg struct function NewDownloadZipArg (line 1102) | func NewDownloadZipArg(Path string) *DownloadZipArg { type DownloadZipError (line 1109) | type DownloadZipError struct method UnmarshalJSON (line 1124) | func (u *DownloadZipError) UnmarshalJSON(body []byte) error { constant DownloadZipErrorPath (line 1117) | DownloadZipErrorPath = "path" constant DownloadZipErrorTooLarge (line 1118) | DownloadZipErrorTooLarge = "too_large" constant DownloadZipErrorTooManyFiles (line 1119) | DownloadZipErrorTooManyFiles = "too_many_files" constant DownloadZipErrorOther (line 1120) | DownloadZipErrorOther = "other" type DownloadZipResult (line 1145) | type DownloadZipResult struct function NewDownloadZipResult (line 1151) | func NewDownloadZipResult(Metadata *FolderMetadata) *DownloadZipResult { type ExportArg (line 1158) | type ExportArg struct function NewExportArg (line 1169) | func NewExportArg(Path string) *ExportArg { type ExportError (line 1176) | type ExportError struct method UnmarshalJSON (line 1192) | func (u *ExportError) UnmarshalJSON(body []byte) error { constant ExportErrorPath (line 1184) | ExportErrorPath = "path" constant ExportErrorNonExportable (line 1185) | ExportErrorNonExportable = "non_exportable" constant ExportErrorInvalidExportFormat (line 1186) | ExportErrorInvalidExportFormat = "invalid_export_format" constant ExportErrorRetryError (line 1187) | ExportErrorRetryError = "retry_error" constant ExportErrorOther (line 1188) | ExportErrorOther = "other" type ExportInfo (line 1213) | type ExportInfo struct function NewExportInfo (line 1222) | func NewExportInfo() *ExportInfo { type ExportMetadata (line 1228) | type ExportMetadata struct function NewExportMetadata (line 1245) | func NewExportMetadata(Name string, Size uint64) *ExportMetadata { type ExportResult (line 1253) | type ExportResult struct function NewExportResult (line 1261) | func NewExportResult(ExportMetadata *ExportMetadata, FileMetadata *FileM... type FileCategory (line 1269) | type FileCategory struct constant FileCategoryImage (line 1275) | FileCategoryImage = "image" constant FileCategoryDocument (line 1276) | FileCategoryDocument = "document" constant FileCategoryPdf (line 1277) | FileCategoryPdf = "pdf" constant FileCategorySpreadsheet (line 1278) | FileCategorySpreadsheet = "spreadsheet" constant FileCategoryPresentation (line 1279) | FileCategoryPresentation = "presentation" constant FileCategoryAudio (line 1280) | FileCategoryAudio = "audio" constant FileCategoryVideo (line 1281) | FileCategoryVideo = "video" constant FileCategoryFolder (line 1282) | FileCategoryFolder = "folder" constant FileCategoryPaper (line 1283) | FileCategoryPaper = "paper" constant FileCategoryOthers (line 1284) | FileCategoryOthers = "others" constant FileCategoryOther (line 1285) | FileCategoryOther = "other" type FileLock (line 1289) | type FileLock struct function NewFileLock (line 1295) | func NewFileLock(Content *FileLockContent) *FileLock { type FileLockContent (line 1302) | type FileLockContent struct method UnmarshalJSON (line 1316) | func (u *FileLockContent) UnmarshalJSON(body []byte) error { constant FileLockContentUnlocked (line 1310) | FileLockContentUnlocked = "unlocked" constant FileLockContentSingleUser (line 1311) | FileLockContentSingleUser = "single_user" constant FileLockContentOther (line 1312) | FileLockContentOther = "other" type FileLockMetadata (line 1337) | type FileLockMetadata struct function NewFileLockMetadata (line 1349) | func NewFileLockMetadata() *FileLockMetadata { type FileMetadata (line 1355) | type FileMetadata struct function NewFileMetadata (line 1407) | func NewFileMetadata(Name string, Id string, ClientModified time.Time, S... type SharingInfo (line 1420) | type SharingInfo struct function NewSharingInfo (line 1427) | func NewSharingInfo(ReadOnly bool) *SharingInfo { type FileSharingInfo (line 1435) | type FileSharingInfo struct function NewFileSharingInfo (line 1445) | func NewFileSharingInfo(ReadOnly bool, ParentSharedFolderId string) *Fil... type FileStatus (line 1453) | type FileStatus struct constant FileStatusActive (line 1459) | FileStatusActive = "active" constant FileStatusDeleted (line 1460) | FileStatusDeleted = "deleted" constant FileStatusOther (line 1461) | FileStatusOther = "other" type FolderMetadata (line 1465) | type FolderMetadata struct function NewFolderMetadata (line 1482) | func NewFolderMetadata(Name string, Id string) *FolderMetadata { type FolderSharingInfo (line 1491) | type FolderSharingInfo struct function NewFolderSharingInfo (line 1508) | func NewFolderSharingInfo(ReadOnly bool) *FolderSharingInfo { type GetCopyReferenceArg (line 1517) | type GetCopyReferenceArg struct function NewGetCopyReferenceArg (line 1524) | func NewGetCopyReferenceArg(Path string) *GetCopyReferenceArg { type GetCopyReferenceError (line 1531) | type GetCopyReferenceError struct method UnmarshalJSON (line 1544) | func (u *GetCopyReferenceError) UnmarshalJSON(body []byte) error { constant GetCopyReferenceErrorPath (line 1539) | GetCopyReferenceErrorPath = "path" constant GetCopyReferenceErrorOther (line 1540) | GetCopyReferenceErrorOther = "other" type GetCopyReferenceResult (line 1565) | type GetCopyReferenceResult struct method UnmarshalJSON (line 1586) | func (u *GetCopyReferenceResult) UnmarshalJSON(b []byte) error { function NewGetCopyReferenceResult (line 1577) | func NewGetCopyReferenceResult(Metadata IsMetadata, CopyReference string... type GetTagsArg (line 1612) | type GetTagsArg struct function NewGetTagsArg (line 1618) | func NewGetTagsArg(Paths []string) *GetTagsArg { type GetTagsResult (line 1625) | type GetTagsResult struct function NewGetTagsResult (line 1631) | func NewGetTagsResult(PathsToTags []*PathToTags) *GetTagsResult { type GetTemporaryLinkArg (line 1638) | type GetTemporaryLinkArg struct function NewGetTemporaryLinkArg (line 1644) | func NewGetTemporaryLinkArg(Path string) *GetTemporaryLinkArg { type GetTemporaryLinkError (line 1651) | type GetTemporaryLinkError struct method UnmarshalJSON (line 1667) | func (u *GetTemporaryLinkError) UnmarshalJSON(body []byte) error { constant GetTemporaryLinkErrorPath (line 1659) | GetTemporaryLinkErrorPath = "path" constant GetTemporaryLinkErrorEmailNotVerified (line 1660) | GetTemporaryLinkErrorEmailNotVerified = "email_not_verified" constant GetTemporaryLinkErrorUnsupportedFile (line 1661) | GetTemporaryLinkErrorUnsupportedFile = "unsupported_file" constant GetTemporaryLinkErrorNotAllowed (line 1662) | GetTemporaryLinkErrorNotAllowed = "not_allowed" constant GetTemporaryLinkErrorOther (line 1663) | GetTemporaryLinkErrorOther = "other" type GetTemporaryLinkResult (line 1688) | type GetTemporaryLinkResult struct function NewGetTemporaryLinkResult (line 1696) | func NewGetTemporaryLinkResult(Metadata *FileMetadata, Link string) *Get... type GetTemporaryUploadLinkArg (line 1704) | type GetTemporaryUploadLinkArg struct function NewGetTemporaryUploadLinkArg (line 1715) | func NewGetTemporaryUploadLinkArg(CommitInfo *CommitInfo) *GetTemporaryU... type GetTemporaryUploadLinkResult (line 1723) | type GetTemporaryUploadLinkResult struct function NewGetTemporaryUploadLinkResult (line 1730) | func NewGetTemporaryUploadLinkResult(Link string) *GetTemporaryUploadLin... type GetThumbnailBatchArg (line 1737) | type GetThumbnailBatchArg struct function NewGetThumbnailBatchArg (line 1743) | func NewGetThumbnailBatchArg(Entries []*ThumbnailArg) *GetThumbnailBatch... type GetThumbnailBatchError (line 1750) | type GetThumbnailBatchError struct constant GetThumbnailBatchErrorTooManyFiles (line 1756) | GetThumbnailBatchErrorTooManyFiles = "too_many_files" constant GetThumbnailBatchErrorOther (line 1757) | GetThumbnailBatchErrorOther = "other" type GetThumbnailBatchResult (line 1761) | type GetThumbnailBatchResult struct function NewGetThumbnailBatchResult (line 1767) | func NewGetThumbnailBatchResult(Entries []*GetThumbnailBatchResultEntry)... type GetThumbnailBatchResultData (line 1774) | type GetThumbnailBatchResultData struct function NewGetThumbnailBatchResultData (line 1783) | func NewGetThumbnailBatchResultData(Metadata *FileMetadata, Thumbnail st... type GetThumbnailBatchResultEntry (line 1791) | type GetThumbnailBatchResultEntry struct method UnmarshalJSON (line 1807) | func (u *GetThumbnailBatchResultEntry) UnmarshalJSON(body []byte) error { constant GetThumbnailBatchResultEntrySuccess (line 1801) | GetThumbnailBatchResultEntrySuccess = "success" constant GetThumbnailBatchResultEntryFailure (line 1802) | GetThumbnailBatchResultEntryFailure = "failure" constant GetThumbnailBatchResultEntryOther (line 1803) | GetThumbnailBatchResultEntryOther = "other" type GpsCoordinates (line 1833) | type GpsCoordinates struct function NewGpsCoordinates (line 1841) | func NewGpsCoordinates(Latitude float64, Longitude float64) *GpsCoordina... type HighlightSpan (line 1849) | type HighlightSpan struct function NewHighlightSpan (line 1858) | func NewHighlightSpan(HighlightStr string, IsHighlighted bool) *Highligh... type ImportFormat (line 1866) | type ImportFormat struct constant ImportFormatHtml (line 1872) | ImportFormatHtml = "html" constant ImportFormatMarkdown (line 1873) | ImportFormatMarkdown = "markdown" constant ImportFormatPlainText (line 1874) | ImportFormatPlainText = "plain_text" constant ImportFormatOther (line 1875) | ImportFormatOther = "other" type ListFolderArg (line 1879) | type ListFolderArg struct function NewListFolderArg (line 1919) | func NewListFolderArg(Path string) *ListFolderArg { type ListFolderContinueArg (line 1932) | type ListFolderContinueArg struct function NewListFolderContinueArg (line 1939) | func NewListFolderContinueArg(Cursor string) *ListFolderContinueArg { type ListFolderContinueError (line 1946) | type ListFolderContinueError struct method UnmarshalJSON (line 1960) | func (u *ListFolderContinueError) UnmarshalJSON(body []byte) error { constant ListFolderContinueErrorPath (line 1954) | ListFolderContinueErrorPath = "path" constant ListFolderContinueErrorReset (line 1955) | ListFolderContinueErrorReset = "reset" constant ListFolderContinueErrorOther (line 1956) | ListFolderContinueErrorOther = "other" type ListFolderError (line 1981) | type ListFolderError struct method UnmarshalJSON (line 1997) | func (u *ListFolderError) UnmarshalJSON(body []byte) error { constant ListFolderErrorPath (line 1991) | ListFolderErrorPath = "path" constant ListFolderErrorTemplateError (line 1992) | ListFolderErrorTemplateError = "template_error" constant ListFolderErrorOther (line 1993) | ListFolderErrorOther = "other" type ListFolderGetLatestCursorResult (line 2023) | type ListFolderGetLatestCursorResult struct function NewListFolderGetLatestCursorResult (line 2030) | func NewListFolderGetLatestCursorResult(Cursor string) *ListFolderGetLat... type ListFolderLongpollArg (line 2037) | type ListFolderLongpollArg struct function NewListFolderLongpollArg (line 2050) | func NewListFolderLongpollArg(Cursor string) *ListFolderLongpollArg { type ListFolderLongpollError (line 2058) | type ListFolderLongpollError struct constant ListFolderLongpollErrorReset (line 2064) | ListFolderLongpollErrorReset = "reset" constant ListFolderLongpollErrorOther (line 2065) | ListFolderLongpollErrorOther = "other" type ListFolderLongpollResult (line 2069) | type ListFolderLongpollResult struct function NewListFolderLongpollResult (line 2079) | func NewListFolderLongpollResult(Changes bool) *ListFolderLongpollResult { type ListFolderResult (line 2086) | type ListFolderResult struct method UnmarshalJSON (line 2107) | func (u *ListFolderResult) UnmarshalJSON(b []byte) error { function NewListFolderResult (line 2098) | func NewListFolderResult(Entries []IsMetadata, Cursor string, HasMore bo... type ListRevisionsArg (line 2136) | type ListRevisionsArg struct function NewListRevisionsArg (line 2147) | func NewListRevisionsArg(Path string) *ListRevisionsArg { type ListRevisionsError (line 2156) | type ListRevisionsError struct method UnmarshalJSON (line 2169) | func (u *ListRevisionsError) UnmarshalJSON(body []byte) error { constant ListRevisionsErrorPath (line 2164) | ListRevisionsErrorPath = "path" constant ListRevisionsErrorOther (line 2165) | ListRevisionsErrorOther = "other" type ListRevisionsMode (line 2190) | type ListRevisionsMode struct constant ListRevisionsModePath (line 2196) | ListRevisionsModePath = "path" constant ListRevisionsModeId (line 2197) | ListRevisionsModeId = "id" constant ListRevisionsModeOther (line 2198) | ListRevisionsModeOther = "other" type ListRevisionsResult (line 2202) | type ListRevisionsResult struct function NewListRevisionsResult (line 2214) | func NewListRevisionsResult(IsDeleted bool, Entries []*FileMetadata) *Li... type LockConflictError (line 2222) | type LockConflictError struct function NewLockConflictError (line 2228) | func NewLockConflictError(Lock *FileLock) *LockConflictError { type LockFileArg (line 2235) | type LockFileArg struct function NewLockFileArg (line 2241) | func NewLockFileArg(Path string) *LockFileArg { type LockFileBatchArg (line 2248) | type LockFileBatchArg struct function NewLockFileBatchArg (line 2256) | func NewLockFileBatchArg(Entries []*LockFileArg) *LockFileBatchArg { type LockFileBatchResult (line 2263) | type LockFileBatchResult struct function NewLockFileBatchResult (line 2272) | func NewLockFileBatchResult(Entries []*LockFileResultEntry) *LockFileBat... type LockFileError (line 2279) | type LockFileError struct method UnmarshalJSON (line 2302) | func (u *LockFileError) UnmarshalJSON(body []byte) error { constant LockFileErrorPathLookup (line 2290) | LockFileErrorPathLookup = "path_lookup" constant LockFileErrorTooManyWriteOperations (line 2291) | LockFileErrorTooManyWriteOperations = "too_many_write_operations" constant LockFileErrorTooManyFiles (line 2292) | LockFileErrorTooManyFiles = "too_many_files" constant LockFileErrorNoWritePermission (line 2293) | LockFileErrorNoWritePermission = "no_write_permission" constant LockFileErrorCannotBeLocked (line 2294) | LockFileErrorCannotBeLocked = "cannot_be_locked" constant LockFileErrorFileNotShared (line 2295) | LockFileErrorFileNotShared = "file_not_shared" constant LockFileErrorLockConflict (line 2296) | LockFileErrorLockConflict = "lock_conflict" constant LockFileErrorInternalError (line 2297) | LockFileErrorInternalError = "internal_error" constant LockFileErrorOther (line 2298) | LockFileErrorOther = "other" type LockFileResult (line 2328) | type LockFileResult struct method UnmarshalJSON (line 2344) | func (u *LockFileResult) UnmarshalJSON(b []byte) error { function NewLockFileResult (line 2336) | func NewLockFileResult(Metadata IsMetadata, Lock *FileLock) *LockFileRes... type LockFileResultEntry (line 2365) | type LockFileResultEntry struct method UnmarshalJSON (line 2380) | func (u *LockFileResultEntry) UnmarshalJSON(body []byte) error { constant LockFileResultEntrySuccess (line 2375) | LockFileResultEntrySuccess = "success" constant LockFileResultEntryFailure (line 2376) | LockFileResultEntryFailure = "failure" type LookupError (line 2406) | type LookupError struct method UnmarshalJSON (line 2428) | func (u *LookupError) UnmarshalJSON(body []byte) error { constant LookupErrorMalformedPath (line 2417) | LookupErrorMalformedPath = "malformed_path" constant LookupErrorNotFound (line 2418) | LookupErrorNotFound = "not_found" constant LookupErrorNotFile (line 2419) | LookupErrorNotFile = "not_file" constant LookupErrorNotFolder (line 2420) | LookupErrorNotFolder = "not_folder" constant LookupErrorRestrictedContent (line 2421) | LookupErrorRestrictedContent = "restricted_content" constant LookupErrorUnsupportedContentType (line 2422) | LookupErrorUnsupportedContentType = "unsupported_content_type" constant LookupErrorLocked (line 2423) | LookupErrorLocked = "locked" constant LookupErrorOther (line 2424) | LookupErrorOther = "other" type MediaInfo (line 2452) | type MediaInfo struct method UnmarshalJSON (line 2465) | func (u *MediaInfo) UnmarshalJSON(body []byte) error { constant MediaInfoPending (line 2460) | MediaInfoPending = "pending" constant MediaInfoMetadata (line 2461) | MediaInfoMetadata = "metadata" type MediaMetadata (line 2488) | type MediaMetadata struct method IsMediaMetadata (line 2509) | func (u *MediaMetadata) IsMediaMetadata() {} function NewMediaMetadata (line 2498) | func NewMediaMetadata() *MediaMetadata { type IsMediaMetadata (line 2504) | type IsMediaMetadata interface type mediaMetadataUnion (line 2511) | type mediaMetadataUnion struct method UnmarshalJSON (line 2526) | func (u *mediaMetadataUnion) UnmarshalJSON(body []byte) error { constant MediaMetadataPhoto (line 2521) | MediaMetadataPhoto = "photo" constant MediaMetadataVideo (line 2522) | MediaMetadataVideo = "video" function IsMediaMetadataFromJSON (line 2552) | func IsMediaMetadataFromJSON(data []byte) (IsMediaMetadata, error) { type MetadataV2 (line 2569) | type MetadataV2 struct method UnmarshalJSON (line 2582) | func (u *MetadataV2) UnmarshalJSON(body []byte) error { constant MetadataV2Metadata (line 2577) | MetadataV2Metadata = "metadata" constant MetadataV2Other (line 2578) | MetadataV2Other = "other" type MinimalFileLinkMetadata (line 2605) | type MinimalFileLinkMetadata struct function NewMinimalFileLinkMetadata (line 2621) | func NewMinimalFileLinkMetadata(Url string, Rev string) *MinimalFileLink... type RelocationBatchArgBase (line 2629) | type RelocationBatchArgBase struct function NewRelocationBatchArgBase (line 2639) | func NewRelocationBatchArgBase(Entries []*RelocationPath) *RelocationBat... type MoveBatchArg (line 2647) | type MoveBatchArg struct function NewMoveBatchArg (line 2656) | func NewMoveBatchArg(Entries []*RelocationPath) *MoveBatchArg { type MoveIntoFamilyError (line 2665) | type MoveIntoFamilyError struct constant MoveIntoFamilyErrorIsSharedFolder (line 2671) | MoveIntoFamilyErrorIsSharedFolder = "is_shared_folder" constant MoveIntoFamilyErrorOther (line 2672) | MoveIntoFamilyErrorOther = "other" type MoveIntoVaultError (line 2676) | type MoveIntoVaultError struct constant MoveIntoVaultErrorIsSharedFolder (line 2682) | MoveIntoVaultErrorIsSharedFolder = "is_shared_folder" constant MoveIntoVaultErrorOther (line 2683) | MoveIntoVaultErrorOther = "other" type PaperContentError (line 2687) | type PaperContentError struct constant PaperContentErrorInsufficientPermissions (line 2693) | PaperContentErrorInsufficientPermissions = "insufficient_permissions" constant PaperContentErrorContentMalformed (line 2694) | PaperContentErrorContentMalformed = "content_malformed" constant PaperContentErrorDocLengthExceeded (line 2695) | PaperContentErrorDocLengthExceeded = "doc_length_exceeded" constant PaperContentErrorImageSizeExceeded (line 2696) | PaperContentErrorImageSizeExceeded = "image_size_exceeded" constant PaperContentErrorOther (line 2697) | PaperContentErrorOther = "other" type PaperCreateArg (line 2701) | type PaperCreateArg struct function NewPaperCreateArg (line 2711) | func NewPaperCreateArg(Path string, ImportFormat *ImportFormat) *PaperCr... type PaperCreateError (line 2719) | type PaperCreateError struct constant PaperCreateErrorInsufficientPermissions (line 2725) | PaperCreateErrorInsufficientPermissions = "insufficient_permissions" constant PaperCreateErrorContentMalformed (line 2726) | PaperCreateErrorContentMalformed = "content_malformed" constant PaperCreateErrorDocLengthExceeded (line 2727) | PaperCreateErrorDocLengthExceeded = "doc_length_exceeded" constant PaperCreateErrorImageSizeExceeded (line 2728) | PaperCreateErrorImageSizeExceeded = "image_size_exceeded" constant PaperCreateErrorOther (line 2729) | PaperCreateErrorOther = "other" constant PaperCreateErrorInvalidPath (line 2730) | PaperCreateErrorInvalidPath = "invalid_path" constant PaperCreateErrorEmailUnverified (line 2731) | PaperCreateErrorEmailUnverified = "email_unverified" constant PaperCreateErrorInvalidFileExtension (line 2732) | PaperCreateErrorInvalidFileExtension = "invalid_file_extension" constant PaperCreateErrorPaperDisabled (line 2733) | PaperCreateErrorPaperDisabled = "paper_disabled" type PaperCreateResult (line 2737) | type PaperCreateResult struct function NewPaperCreateResult (line 2750) | func NewPaperCreateResult(Url string, ResultPath string, FileId string, ... type PaperDocUpdatePolicy (line 2760) | type PaperDocUpdatePolicy struct constant PaperDocUpdatePolicyUpdate (line 2766) | PaperDocUpdatePolicyUpdate = "update" constant PaperDocUpdatePolicyOverwrite (line 2767) | PaperDocUpdatePolicyOverwrite = "overwrite" constant PaperDocUpdatePolicyPrepend (line 2768) | PaperDocUpdatePolicyPrepend = "prepend" constant PaperDocUpdatePolicyAppend (line 2769) | PaperDocUpdatePolicyAppend = "append" constant PaperDocUpdatePolicyOther (line 2770) | PaperDocUpdatePolicyOther = "other" type PaperUpdateArg (line 2774) | type PaperUpdateArg struct function NewPaperUpdateArg (line 2789) | func NewPaperUpdateArg(Path string, ImportFormat *ImportFormat, DocUpdat... type PaperUpdateError (line 2798) | type PaperUpdateError struct method UnmarshalJSON (line 2818) | func (u *PaperUpdateError) UnmarshalJSON(body []byte) error { constant PaperUpdateErrorInsufficientPermissions (line 2806) | PaperUpdateErrorInsufficientPermissions = "insufficient_permissions" constant PaperUpdateErrorContentMalformed (line 2807) | PaperUpdateErrorContentMalformed = "content_malformed" constant PaperUpdateErrorDocLengthExceeded (line 2808) | PaperUpdateErrorDocLengthExceeded = "doc_length_exceeded" constant PaperUpdateErrorImageSizeExceeded (line 2809) | PaperUpdateErrorImageSizeExceeded = "image_size_exceeded" constant PaperUpdateErrorOther (line 2810) | PaperUpdateErrorOther = "other" constant PaperUpdateErrorPath (line 2811) | PaperUpdateErrorPath = "path" constant PaperUpdateErrorRevisionMismatch (line 2812) | PaperUpdateErrorRevisionMismatch = "revision_mismatch" constant PaperUpdateErrorDocArchived (line 2813) | PaperUpdateErrorDocArchived = "doc_archived" constant PaperUpdateErrorDocDeleted (line 2814) | PaperUpdateErrorDocDeleted = "doc_deleted" type PaperUpdateResult (line 2839) | type PaperUpdateResult struct function NewPaperUpdateResult (line 2845) | func NewPaperUpdateResult(PaperRevision int64) *PaperUpdateResult { type PathOrLink (line 2852) | type PathOrLink struct method UnmarshalJSON (line 2868) | func (u *PathOrLink) UnmarshalJSON(body []byte) error { constant PathOrLinkPath (line 2862) | PathOrLinkPath = "path" constant PathOrLinkLink (line 2863) | PathOrLinkLink = "link" constant PathOrLinkOther (line 2864) | PathOrLinkOther = "other" type PathToTags (line 2894) | type PathToTags struct function NewPathToTags (line 2902) | func NewPathToTags(Path string, Tags []*Tag) *PathToTags { type PhotoMetadata (line 2910) | type PhotoMetadata struct function NewPhotoMetadata (line 2915) | func NewPhotoMetadata() *PhotoMetadata { type PreviewArg (line 2921) | type PreviewArg struct function NewPreviewArg (line 2929) | func NewPreviewArg(Path string) *PreviewArg { type PreviewError (line 2936) | type PreviewError struct method UnmarshalJSON (line 2951) | func (u *PreviewError) UnmarshalJSON(body []byte) error { constant PreviewErrorPath (line 2944) | PreviewErrorPath = "path" constant PreviewErrorInProgress (line 2945) | PreviewErrorInProgress = "in_progress" constant PreviewErrorUnsupportedExtension (line 2946) | PreviewErrorUnsupportedExtension = "unsupported_extension" constant PreviewErrorUnsupportedContent (line 2947) | PreviewErrorUnsupportedContent = "unsupported_content" type PreviewResult (line 2972) | type PreviewResult struct function NewPreviewResult (line 2984) | func NewPreviewResult() *PreviewResult { type RelocationPath (line 2990) | type RelocationPath struct function NewRelocationPath (line 2998) | func NewRelocationPath(FromPath string, ToPath string) *RelocationPath { type RelocationArg (line 3006) | type RelocationArg struct function NewRelocationArg (line 3020) | func NewRelocationArg(FromPath string, ToPath string) *RelocationArg { type RelocationBatchArg (line 3031) | type RelocationBatchArg struct function NewRelocationBatchArg (line 3042) | func NewRelocationBatchArg(Entries []*RelocationPath) *RelocationBatchArg { type RelocationError (line 3052) | type RelocationError struct method UnmarshalJSON (line 3088) | func (u *RelocationError) UnmarshalJSON(body []byte) error { constant RelocationErrorFromLookup (line 3070) | RelocationErrorFromLookup = "from_lookup" constant RelocationErrorFromWrite (line 3071) | RelocationErrorFromWrite = "from_write" constant RelocationErrorTo (line 3072) | RelocationErrorTo = "to" constant RelocationErrorCantCopySharedFolder (line 3073) | RelocationErrorCantCopySharedFolder = "cant_copy_shared_folder" constant RelocationErrorCantNestSharedFolder (line 3074) | RelocationErrorCantNestSharedFolder = "cant_nest_shared_folder" constant RelocationErrorCantMoveFolderIntoItself (line 3075) | RelocationErrorCantMoveFolderIntoItself = "cant_move_folder_into_itself" constant RelocationErrorTooManyFiles (line 3076) | RelocationErrorTooManyFiles = "too_many_files" constant RelocationErrorDuplicatedOrNestedPaths (line 3077) | RelocationErrorDuplicatedOrNestedPaths = "duplicated_or_nested_paths" constant RelocationErrorCantTransferOwnership (line 3078) | RelocationErrorCantTransferOwnership = "cant_transfer_ownership" constant RelocationErrorInsufficientQuota (line 3079) | RelocationErrorInsufficientQuota = "insufficient_quota" constant RelocationErrorInternalError (line 3080) | RelocationErrorInternalError = "internal_error" constant RelocationErrorCantMoveSharedFolder (line 3081) | RelocationErrorCantMoveSharedFolder = "cant_move_shared_folder" constant RelocationErrorCantMoveIntoVault (line 3082) | RelocationErrorCantMoveIntoVault = "cant_move_into_vault" constant RelocationErrorCantMoveIntoFamily (line 3083) | RelocationErrorCantMoveIntoFamily = "cant_move_into_family" constant RelocationErrorOther (line 3084) | RelocationErrorOther = "other" type RelocationBatchError (line 3131) | type RelocationBatchError struct method UnmarshalJSON (line 3168) | func (u *RelocationBatchError) UnmarshalJSON(body []byte) error { constant RelocationBatchErrorFromLookup (line 3149) | RelocationBatchErrorFromLookup = "from_lookup" constant RelocationBatchErrorFromWrite (line 3150) | RelocationBatchErrorFromWrite = "from_write" constant RelocationBatchErrorTo (line 3151) | RelocationBatchErrorTo = "to" constant RelocationBatchErrorCantCopySharedFolder (line 3152) | RelocationBatchErrorCantCopySharedFolder = "cant_copy_shared_folder" constant RelocationBatchErrorCantNestSharedFolder (line 3153) | RelocationBatchErrorCantNestSharedFolder = "cant_nest_shared_folder" constant RelocationBatchErrorCantMoveFolderIntoItself (line 3154) | RelocationBatchErrorCantMoveFolderIntoItself = "cant_move_folder_into_it... constant RelocationBatchErrorTooManyFiles (line 3155) | RelocationBatchErrorTooManyFiles = "too_many_files" constant RelocationBatchErrorDuplicatedOrNestedPaths (line 3156) | RelocationBatchErrorDuplicatedOrNestedPaths = "duplicated_or_nested_paths" constant RelocationBatchErrorCantTransferOwnership (line 3157) | RelocationBatchErrorCantTransferOwnership = "cant_transfer_ownership" constant RelocationBatchErrorInsufficientQuota (line 3158) | RelocationBatchErrorInsufficientQuota = "insufficient_quota" constant RelocationBatchErrorInternalError (line 3159) | RelocationBatchErrorInternalError = "internal_error" constant RelocationBatchErrorCantMoveSharedFolder (line 3160) | RelocationBatchErrorCantMoveSharedFolder = "cant_move_shared_folder" constant RelocationBatchErrorCantMoveIntoVault (line 3161) | RelocationBatchErrorCantMoveIntoVault = "cant_move_into_vault" constant RelocationBatchErrorCantMoveIntoFamily (line 3162) | RelocationBatchErrorCantMoveIntoFamily = "cant_move_into_family" constant RelocationBatchErrorOther (line 3163) | RelocationBatchErrorOther = "other" constant RelocationBatchErrorTooManyWriteOperations (line 3164) | RelocationBatchErrorTooManyWriteOperations = "too_many_write_operations" type RelocationBatchErrorEntry (line 3211) | type RelocationBatchErrorEntry struct method UnmarshalJSON (line 3226) | func (u *RelocationBatchErrorEntry) UnmarshalJSON(body []byte) error { constant RelocationBatchErrorEntryRelocationError (line 3219) | RelocationBatchErrorEntryRelocationError = "relocation_error" constant RelocationBatchErrorEntryInternalError (line 3220) | RelocationBatchErrorEntryInternalError = "internal_error" constant RelocationBatchErrorEntryTooManyWriteOperations (line 3221) | RelocationBatchErrorEntryTooManyWriteOperations = "too_many_write_operat... constant RelocationBatchErrorEntryOther (line 3222) | RelocationBatchErrorEntryOther = "other" type RelocationBatchJobStatus (line 3247) | type RelocationBatchJobStatus struct method UnmarshalJSON (line 3263) | func (u *RelocationBatchJobStatus) UnmarshalJSON(body []byte) error { constant RelocationBatchJobStatusInProgress (line 3257) | RelocationBatchJobStatusInProgress = "in_progress" constant RelocationBatchJobStatusComplete (line 3258) | RelocationBatchJobStatusComplete = "complete" constant RelocationBatchJobStatusFailed (line 3259) | RelocationBatchJobStatusFailed = "failed" type RelocationBatchLaunch (line 3290) | type RelocationBatchLaunch struct method UnmarshalJSON (line 3308) | func (u *RelocationBatchLaunch) UnmarshalJSON(body []byte) error { constant RelocationBatchLaunchAsyncJobId (line 3302) | RelocationBatchLaunchAsyncJobId = "async_job_id" constant RelocationBatchLaunchComplete (line 3303) | RelocationBatchLaunchComplete = "complete" constant RelocationBatchLaunchOther (line 3304) | RelocationBatchLaunchOther = "other" type RelocationBatchResult (line 3336) | type RelocationBatchResult struct function NewRelocationBatchResult (line 3343) | func NewRelocationBatchResult(Entries []*RelocationBatchResultData) *Rel... type RelocationBatchResultData (line 3350) | type RelocationBatchResultData struct method UnmarshalJSON (line 3363) | func (u *RelocationBatchResultData) UnmarshalJSON(b []byte) error { function NewRelocationBatchResultData (line 3356) | func NewRelocationBatchResultData(Metadata IsMetadata) *RelocationBatchR... type RelocationBatchResultEntry (line 3381) | type RelocationBatchResultEntry struct method UnmarshalJSON (line 3397) | func (u *RelocationBatchResultEntry) UnmarshalJSON(body []byte) error { constant RelocationBatchResultEntrySuccess (line 3391) | RelocationBatchResultEntrySuccess = "success" constant RelocationBatchResultEntryFailure (line 3392) | RelocationBatchResultEntryFailure = "failure" constant RelocationBatchResultEntryOther (line 3393) | RelocationBatchResultEntryOther = "other" type RelocationBatchV2JobStatus (line 3427) | type RelocationBatchV2JobStatus struct method UnmarshalJSON (line 3440) | func (u *RelocationBatchV2JobStatus) UnmarshalJSON(body []byte) error { constant RelocationBatchV2JobStatusInProgress (line 3435) | RelocationBatchV2JobStatusInProgress = "in_progress" constant RelocationBatchV2JobStatusComplete (line 3436) | RelocationBatchV2JobStatusComplete = "complete" type RelocationBatchV2Launch (line 3462) | type RelocationBatchV2Launch struct method UnmarshalJSON (line 3479) | func (u *RelocationBatchV2Launch) UnmarshalJSON(body []byte) error { constant RelocationBatchV2LaunchAsyncJobId (line 3474) | RelocationBatchV2LaunchAsyncJobId = "async_job_id" constant RelocationBatchV2LaunchComplete (line 3475) | RelocationBatchV2LaunchComplete = "complete" type RelocationBatchV2Result (line 3507) | type RelocationBatchV2Result struct function NewRelocationBatchV2Result (line 3516) | func NewRelocationBatchV2Result(Entries []*RelocationBatchResultEntry) *... type RelocationResult (line 3523) | type RelocationResult struct method UnmarshalJSON (line 3537) | func (u *RelocationResult) UnmarshalJSON(b []byte) error { function NewRelocationResult (line 3530) | func NewRelocationResult(Metadata IsMetadata) *RelocationResult { type RemoveTagArg (line 3555) | type RemoveTagArg struct function NewRemoveTagArg (line 3564) | func NewRemoveTagArg(Path string, TagText string) *RemoveTagArg { type RemoveTagError (line 3572) | type RemoveTagError struct method UnmarshalJSON (line 3586) | func (u *RemoveTagError) UnmarshalJSON(body []byte) error { constant RemoveTagErrorPath (line 3580) | RemoveTagErrorPath = "path" constant RemoveTagErrorOther (line 3581) | RemoveTagErrorOther = "other" constant RemoveTagErrorTagNotPresent (line 3582) | RemoveTagErrorTagNotPresent = "tag_not_present" type RestoreArg (line 3607) | type RestoreArg struct function NewRestoreArg (line 3615) | func NewRestoreArg(Path string, Rev string) *RestoreArg { type RestoreError (line 3623) | type RestoreError struct method UnmarshalJSON (line 3641) | func (u *RestoreError) UnmarshalJSON(body []byte) error { constant RestoreErrorPathLookup (line 3633) | RestoreErrorPathLookup = "path_lookup" constant RestoreErrorPathWrite (line 3634) | RestoreErrorPathWrite = "path_write" constant RestoreErrorInvalidRevision (line 3635) | RestoreErrorInvalidRevision = "invalid_revision" constant RestoreErrorInProgress (line 3636) | RestoreErrorInProgress = "in_progress" constant RestoreErrorOther (line 3637) | RestoreErrorOther = "other" type SaveCopyReferenceArg (line 3668) | type SaveCopyReferenceArg struct function NewSaveCopyReferenceArg (line 3676) | func NewSaveCopyReferenceArg(CopyReference string, Path string) *SaveCop... type SaveCopyReferenceError (line 3684) | type SaveCopyReferenceError struct method UnmarshalJSON (line 3701) | func (u *SaveCopyReferenceError) UnmarshalJSON(body []byte) error { constant SaveCopyReferenceErrorPath (line 3692) | SaveCopyReferenceErrorPath = "path" constant SaveCopyReferenceErrorInvalidCopyReference (line 3693) | SaveCopyReferenceErrorInvalidCopyReference = "invalid_copy_reference" constant SaveCopyReferenceErrorNoPermission (line 3694) | SaveCopyReferenceErrorNoPermission = "no_permission" constant SaveCopyReferenceErrorNotFound (line 3695) | SaveCopyReferenceErrorNotFound = "not_found" constant SaveCopyReferenceErrorTooManyFiles (line 3696) | SaveCopyReferenceErrorTooManyFiles = "too_many_files" constant SaveCopyReferenceErrorOther (line 3697) | SaveCopyReferenceErrorOther = "other" type SaveCopyReferenceResult (line 3722) | type SaveCopyReferenceResult struct method UnmarshalJSON (line 3736) | func (u *SaveCopyReferenceResult) UnmarshalJSON(b []byte) error { function NewSaveCopyReferenceResult (line 3729) | func NewSaveCopyReferenceResult(Metadata IsMetadata) *SaveCopyReferenceR... type SaveUrlArg (line 3755) | type SaveUrlArg struct function NewSaveUrlArg (line 3763) | func NewSaveUrlArg(Path string, Url string) *SaveUrlArg { type SaveUrlError (line 3771) | type SaveUrlError struct method UnmarshalJSON (line 3787) | func (u *SaveUrlError) UnmarshalJSON(body []byte) error { constant SaveUrlErrorPath (line 3779) | SaveUrlErrorPath = "path" constant SaveUrlErrorDownloadFailed (line 3780) | SaveUrlErrorDownloadFailed = "download_failed" constant SaveUrlErrorInvalidUrl (line 3781) | SaveUrlErrorInvalidUrl = "invalid_url" constant SaveUrlErrorNotFound (line 3782) | SaveUrlErrorNotFound = "not_found" constant SaveUrlErrorOther (line 3783) | SaveUrlErrorOther = "other" type SaveUrlJobStatus (line 3808) | type SaveUrlJobStatus struct method UnmarshalJSON (line 3824) | func (u *SaveUrlJobStatus) UnmarshalJSON(body []byte) error { constant SaveUrlJobStatusInProgress (line 3818) | SaveUrlJobStatusInProgress = "in_progress" constant SaveUrlJobStatusComplete (line 3819) | SaveUrlJobStatusComplete = "complete" constant SaveUrlJobStatusFailed (line 3820) | SaveUrlJobStatusFailed = "failed" type SaveUrlResult (line 3850) | type SaveUrlResult struct method UnmarshalJSON (line 3867) | func (u *SaveUrlResult) UnmarshalJSON(body []byte) error { constant SaveUrlResultAsyncJobId (line 3862) | SaveUrlResultAsyncJobId = "async_job_id" constant SaveUrlResultComplete (line 3863) | SaveUrlResultComplete = "complete" type SearchArg (line 3895) | type SearchArg struct function NewSearchArg (line 3915) | func NewSearchArg(Path string, Query string) *SearchArg { type SearchError (line 3926) | type SearchError struct method UnmarshalJSON (line 3943) | func (u *SearchError) UnmarshalJSON(body []byte) error { constant SearchErrorPath (line 3936) | SearchErrorPath = "path" constant SearchErrorInvalidArgument (line 3937) | SearchErrorInvalidArgument = "invalid_argument" constant SearchErrorInternalError (line 3938) | SearchErrorInternalError = "internal_error" constant SearchErrorOther (line 3939) | SearchErrorOther = "other" type SearchMatch (line 3969) | type SearchMatch struct method UnmarshalJSON (line 3985) | func (u *SearchMatch) UnmarshalJSON(b []byte) error { function NewSearchMatch (line 3977) | func NewSearchMatch(MatchType *SearchMatchType, Metadata IsMetadata) *Se... type SearchMatchFieldOptions (line 4006) | type SearchMatchFieldOptions struct function NewSearchMatchFieldOptions (line 4012) | func NewSearchMatchFieldOptions() *SearchMatchFieldOptions { type SearchMatchType (line 4019) | type SearchMatchType struct constant SearchMatchTypeFilename (line 4025) | SearchMatchTypeFilename = "filename" constant SearchMatchTypeContent (line 4026) | SearchMatchTypeContent = "content" constant SearchMatchTypeBoth (line 4027) | SearchMatchTypeBoth = "both" type SearchMatchTypeV2 (line 4031) | type SearchMatchTypeV2 struct constant SearchMatchTypeV2Filename (line 4037) | SearchMatchTypeV2Filename = "filename" constant SearchMatchTypeV2FileContent (line 4038) | SearchMatchTypeV2FileContent = "file_content" constant SearchMatchTypeV2FilenameAndContent (line 4039) | SearchMatchTypeV2FilenameAndContent = "filename_and_content" constant SearchMatchTypeV2ImageContent (line 4040) | SearchMatchTypeV2ImageContent = "image_content" constant SearchMatchTypeV2Other (line 4041) | SearchMatchTypeV2Other = "other" type SearchMatchV2 (line 4045) | type SearchMatchV2 struct function NewSearchMatchV2 (line 4056) | func NewSearchMatchV2(Metadata *MetadataV2) *SearchMatchV2 { type SearchMode (line 4063) | type SearchMode struct constant SearchModeFilename (line 4069) | SearchModeFilename = "filename" constant SearchModeFilenameAndContent (line 4070) | SearchModeFilenameAndContent = "filename_and_content" constant SearchModeDeletedFilename (line 4071) | SearchModeDeletedFilename = "deleted_filename" type SearchOptions (line 4075) | type SearchOptions struct function NewSearchOptions (line 4099) | func NewSearchOptions() *SearchOptions { type SearchOrderBy (line 4108) | type SearchOrderBy struct constant SearchOrderByRelevance (line 4114) | SearchOrderByRelevance = "relevance" constant SearchOrderByLastModifiedTime (line 4115) | SearchOrderByLastModifiedTime = "last_modified_time" constant SearchOrderByOther (line 4116) | SearchOrderByOther = "other" type SearchResult (line 4120) | type SearchResult struct function NewSearchResult (line 4132) | func NewSearchResult(Matches []*SearchMatch, More bool, Start uint64) *S... type SearchV2Arg (line 4141) | type SearchV2Arg struct function NewSearchV2Arg (line 4155) | func NewSearchV2Arg(Query string) *SearchV2Arg { type SearchV2ContinueArg (line 4162) | type SearchV2ContinueArg struct function NewSearchV2ContinueArg (line 4169) | func NewSearchV2ContinueArg(Cursor string) *SearchV2ContinueArg { type SearchV2Result (line 4176) | type SearchV2Result struct function NewSearchV2Result (line 4189) | func NewSearchV2Result(Matches []*SearchMatchV2, HasMore bool) *SearchV2... type SharedLink (line 4197) | type SharedLink struct function NewSharedLink (line 4205) | func NewSharedLink(Url string) *SharedLink { type SharedLinkFileInfo (line 4212) | type SharedLinkFileInfo struct function NewSharedLinkFileInfo (line 4226) | func NewSharedLinkFileInfo(Url string) *SharedLinkFileInfo { type SingleUserLock (line 4233) | type SingleUserLock struct function NewSingleUserLock (line 4243) | func NewSingleUserLock(Created time.Time, LockHolderAccountId string) *S... type SymlinkInfo (line 4251) | type SymlinkInfo struct function NewSymlinkInfo (line 4257) | func NewSymlinkInfo(Target string) *SymlinkInfo { type SyncSetting (line 4264) | type SyncSetting struct constant SyncSettingDefault (line 4270) | SyncSettingDefault = "default" constant SyncSettingNotSynced (line 4271) | SyncSettingNotSynced = "not_synced" constant SyncSettingNotSyncedInactive (line 4272) | SyncSettingNotSyncedInactive = "not_synced_inactive" constant SyncSettingOther (line 4273) | SyncSettingOther = "other" type SyncSettingArg (line 4277) | type SyncSettingArg struct constant SyncSettingArgDefault (line 4283) | SyncSettingArgDefault = "default" constant SyncSettingArgNotSynced (line 4284) | SyncSettingArgNotSynced = "not_synced" constant SyncSettingArgOther (line 4285) | SyncSettingArgOther = "other" type SyncSettingsError (line 4289) | type SyncSettingsError struct method UnmarshalJSON (line 4304) | func (u *SyncSettingsError) UnmarshalJSON(body []byte) error { constant SyncSettingsErrorPath (line 4297) | SyncSettingsErrorPath = "path" constant SyncSettingsErrorUnsupportedCombination (line 4298) | SyncSettingsErrorUnsupportedCombination = "unsupported_combination" constant SyncSettingsErrorUnsupportedConfiguration (line 4299) | SyncSettingsErrorUnsupportedConfiguration = "unsupported_configuration" constant SyncSettingsErrorOther (line 4300) | SyncSettingsErrorOther = "other" type Tag (line 4325) | type Tag struct method UnmarshalJSON (line 4338) | func (u *Tag) UnmarshalJSON(body []byte) error { constant TagUserGeneratedTag (line 4333) | TagUserGeneratedTag = "user_generated_tag" constant TagOther (line 4334) | TagOther = "other" type ThumbnailArg (line 4359) | type ThumbnailArg struct function NewThumbnailArg (line 4373) | func NewThumbnailArg(Path string) *ThumbnailArg { type ThumbnailError (line 4383) | type ThumbnailError struct method UnmarshalJSON (line 4398) | func (u *ThumbnailError) UnmarshalJSON(body []byte) error { constant ThumbnailErrorPath (line 4391) | ThumbnailErrorPath = "path" constant ThumbnailErrorUnsupportedExtension (line 4392) | ThumbnailErrorUnsupportedExtension = "unsupported_extension" constant ThumbnailErrorUnsupportedImage (line 4393) | ThumbnailErrorUnsupportedImage = "unsupported_image" constant ThumbnailErrorConversionError (line 4394) | ThumbnailErrorConversionError = "conversion_error" type ThumbnailFormat (line 4419) | type ThumbnailFormat struct constant ThumbnailFormatJpeg (line 4425) | ThumbnailFormatJpeg = "jpeg" constant ThumbnailFormatPng (line 4426) | ThumbnailFormatPng = "png" type ThumbnailMode (line 4430) | type ThumbnailMode struct constant ThumbnailModeStrict (line 4436) | ThumbnailModeStrict = "strict" constant ThumbnailModeBestfit (line 4437) | ThumbnailModeBestfit = "bestfit" constant ThumbnailModeFitoneBestfit (line 4438) | ThumbnailModeFitoneBestfit = "fitone_bestfit" type ThumbnailSize (line 4442) | type ThumbnailSize struct constant ThumbnailSizeW32h32 (line 4448) | ThumbnailSizeW32h32 = "w32h32" constant ThumbnailSizeW64h64 (line 4449) | ThumbnailSizeW64h64 = "w64h64" constant ThumbnailSizeW128h128 (line 4450) | ThumbnailSizeW128h128 = "w128h128" constant ThumbnailSizeW256h256 (line 4451) | ThumbnailSizeW256h256 = "w256h256" constant ThumbnailSizeW480h320 (line 4452) | ThumbnailSizeW480h320 = "w480h320" constant ThumbnailSizeW640h480 (line 4453) | ThumbnailSizeW640h480 = "w640h480" constant ThumbnailSizeW960h640 (line 4454) | ThumbnailSizeW960h640 = "w960h640" constant ThumbnailSizeW1024h768 (line 4455) | ThumbnailSizeW1024h768 = "w1024h768" constant ThumbnailSizeW2048h1536 (line 4456) | ThumbnailSizeW2048h1536 = "w2048h1536" type ThumbnailV2Arg (line 4460) | type ThumbnailV2Arg struct function NewThumbnailV2Arg (line 4476) | func NewThumbnailV2Arg(Resource *PathOrLink) *ThumbnailV2Arg { type ThumbnailV2Error (line 4486) | type ThumbnailV2Error struct method UnmarshalJSON (line 4504) | func (u *ThumbnailV2Error) UnmarshalJSON(body []byte) error { constant ThumbnailV2ErrorPath (line 4494) | ThumbnailV2ErrorPath = "path" constant ThumbnailV2ErrorUnsupportedExtension (line 4495) | ThumbnailV2ErrorUnsupportedExtension = "unsupported_extension" constant ThumbnailV2ErrorUnsupportedImage (line 4496) | ThumbnailV2ErrorUnsupportedImage = "unsupported_image" constant ThumbnailV2ErrorConversionError (line 4497) | ThumbnailV2ErrorConversionError = "conversion_error" constant ThumbnailV2ErrorAccessDenied (line 4498) | ThumbnailV2ErrorAccessDenied = "access_denied" constant ThumbnailV2ErrorNotFound (line 4499) | ThumbnailV2ErrorNotFound = "not_found" constant ThumbnailV2ErrorOther (line 4500) | ThumbnailV2ErrorOther = "other" type UnlockFileArg (line 4525) | type UnlockFileArg struct function NewUnlockFileArg (line 4531) | func NewUnlockFileArg(Path string) *UnlockFileArg { type UnlockFileBatchArg (line 4538) | type UnlockFileBatchArg struct function NewUnlockFileBatchArg (line 4546) | func NewUnlockFileBatchArg(Entries []*UnlockFileArg) *UnlockFileBatchArg { type UploadArg (line 4553) | type UploadArg struct function NewUploadArg (line 4563) | func NewUploadArg(Path string) *UploadArg { type UploadError (line 4574) | type UploadError struct method UnmarshalJSON (line 4593) | func (u *UploadError) UnmarshalJSON(body []byte) error { constant UploadErrorPath (line 4585) | UploadErrorPath = "path" constant UploadErrorPropertiesError (line 4586) | UploadErrorPropertiesError = "properties_error" constant UploadErrorPayloadTooLarge (line 4587) | UploadErrorPayloadTooLarge = "payload_too_large" constant UploadErrorContentHashMismatch (line 4588) | UploadErrorContentHashMismatch = "content_hash_mismatch" constant UploadErrorOther (line 4589) | UploadErrorOther = "other" type UploadSessionAppendArg (line 4620) | type UploadSessionAppendArg struct function NewUploadSessionAppendArg (line 4635) | func NewUploadSessionAppendArg(Cursor *UploadSessionCursor) *UploadSessi... type UploadSessionLookupError (line 4643) | type UploadSessionLookupError struct method UnmarshalJSON (line 4666) | func (u *UploadSessionLookupError) UnmarshalJSON(body []byte) error { constant UploadSessionLookupErrorNotFound (line 4654) | UploadSessionLookupErrorNotFound = "not_found" constant UploadSessionLookupErrorIncorrectOffset (line 4655) | UploadSessionLookupErrorIncorrectOffset = "incorrect_of... constant UploadSessionLookupErrorClosed (line 4656) | UploadSessionLookupErrorClosed = "closed" constant UploadSessionLookupErrorNotClosed (line 4657) | UploadSessionLookupErrorNotClosed = "not_closed" constant UploadSessionLookupErrorTooLarge (line 4658) | UploadSessionLookupErrorTooLarge = "too_large" constant UploadSessionLookupErrorConcurrentSessionInvalidOffset (line 4659) | UploadSessionLookupErrorConcurrentSessionInvalidOffset = "concurrent_s... constant UploadSessionLookupErrorConcurrentSessionInvalidDataSize (line 4660) | UploadSessionLookupErrorConcurrentSessionInvalidDataSize = "concurrent_s... constant UploadSessionLookupErrorPayloadTooLarge (line 4661) | UploadSessionLookupErrorPayloadTooLarge = "payload_too_... constant UploadSessionLookupErrorOther (line 4662) | UploadSessionLookupErrorOther = "other" type UploadSessionAppendError (line 4687) | type UploadSessionAppendError struct method UnmarshalJSON (line 4711) | func (u *UploadSessionAppendError) UnmarshalJSON(body []byte) error { constant UploadSessionAppendErrorNotFound (line 4698) | UploadSessionAppendErrorNotFound = "not_found" constant UploadSessionAppendErrorIncorrectOffset (line 4699) | UploadSessionAppendErrorIncorrectOffset = "incorrect_of... constant UploadSessionAppendErrorClosed (line 4700) | UploadSessionAppendErrorClosed = "closed" constant UploadSessionAppendErrorNotClosed (line 4701) | UploadSessionAppendErrorNotClosed = "not_closed" constant UploadSessionAppendErrorTooLarge (line 4702) | UploadSessionAppendErrorTooLarge = "too_large" constant UploadSessionAppendErrorConcurrentSessionInvalidOffset (line 4703) | UploadSessionAppendErrorConcurrentSessionInvalidOffset = "concurrent_s... constant UploadSessionAppendErrorConcurrentSessionInvalidDataSize (line 4704) | UploadSessionAppendErrorConcurrentSessionInvalidDataSize = "concurrent_s... constant UploadSessionAppendErrorPayloadTooLarge (line 4705) | UploadSessionAppendErrorPayloadTooLarge = "payload_too_... constant UploadSessionAppendErrorOther (line 4706) | UploadSessionAppendErrorOther = "other" constant UploadSessionAppendErrorContentHashMismatch (line 4707) | UploadSessionAppendErrorContentHashMismatch = "content_hash... type UploadSessionCursor (line 4732) | type UploadSessionCursor struct function NewUploadSessionCursor (line 4742) | func NewUploadSessionCursor(SessionId string, Offset uint64) *UploadSess... type UploadSessionFinishArg (line 4750) | type UploadSessionFinishArg struct function NewUploadSessionFinishArg (line 4763) | func NewUploadSessionFinishArg(Cursor *UploadSessionCursor, Commit *Comm... type UploadSessionFinishBatchArg (line 4771) | type UploadSessionFinishBatchArg struct function NewUploadSessionFinishBatchArg (line 4777) | func NewUploadSessionFinishBatchArg(Entries []*UploadSessionFinishArg) *... type UploadSessionFinishBatchJobStatus (line 4784) | type UploadSessionFinishBatchJobStatus struct method UnmarshalJSON (line 4797) | func (u *UploadSessionFinishBatchJobStatus) UnmarshalJSON(body []byte)... constant UploadSessionFinishBatchJobStatusInProgress (line 4792) | UploadSessionFinishBatchJobStatusInProgress = "in_progress" constant UploadSessionFinishBatchJobStatusComplete (line 4793) | UploadSessionFinishBatchJobStatusComplete = "complete" type UploadSessionFinishBatchLaunch (line 4820) | type UploadSessionFinishBatchLaunch struct method UnmarshalJSON (line 4838) | func (u *UploadSessionFinishBatchLaunch) UnmarshalJSON(body []byte) er... constant UploadSessionFinishBatchLaunchAsyncJobId (line 4832) | UploadSessionFinishBatchLaunchAsyncJobId = "async_job_id" constant UploadSessionFinishBatchLaunchComplete (line 4833) | UploadSessionFinishBatchLaunchComplete = "complete" constant UploadSessionFinishBatchLaunchOther (line 4834) | UploadSessionFinishBatchLaunchOther = "other" type UploadSessionFinishBatchResult (line 4866) | type UploadSessionFinishBatchResult struct function NewUploadSessionFinishBatchResult (line 4873) | func NewUploadSessionFinishBatchResult(Entries []*UploadSessionFinishBat... type UploadSessionFinishBatchResultEntry (line 4880) | type UploadSessionFinishBatchResultEntry struct method UnmarshalJSON (line 4895) | func (u *UploadSessionFinishBatchResultEntry) UnmarshalJSON(body []byt... constant UploadSessionFinishBatchResultEntrySuccess (line 4890) | UploadSessionFinishBatchResultEntrySuccess = "success" constant UploadSessionFinishBatchResultEntryFailure (line 4891) | UploadSessionFinishBatchResultEntryFailure = "failure" type UploadSessionFinishError (line 4921) | type UploadSessionFinishError struct method UnmarshalJSON (line 4951) | func (u *UploadSessionFinishError) UnmarshalJSON(body []byte) error { constant UploadSessionFinishErrorLookupFailed (line 4937) | UploadSessionFinishErrorLookupFailed = "lookup_failed" constant UploadSessionFinishErrorPath (line 4938) | UploadSessionFinishErrorPath = "path" constant UploadSessionFinishErrorPropertiesError (line 4939) | UploadSessionFinishErrorPropertiesError = "properties_er... constant UploadSessionFinishErrorTooManySharedFolderTargets (line 4940) | UploadSessionFinishErrorTooManySharedFolderTargets = "too_many_shar... constant UploadSessionFinishErrorTooManyWriteOperations (line 4941) | UploadSessionFinishErrorTooManyWriteOperations = "too_many_writ... constant UploadSessionFinishErrorConcurrentSessionDataNotAllowed (line 4942) | UploadSessionFinishErrorConcurrentSessionDataNotAllowed = "concurrent_se... constant UploadSessionFinishErrorConcurrentSessionNotClosed (line 4943) | UploadSessionFinishErrorConcurrentSessionNotClosed = "concurrent_se... constant UploadSessionFinishErrorConcurrentSessionMissingData (line 4944) | UploadSessionFinishErrorConcurrentSessionMissingData = "concurrent_se... constant UploadSessionFinishErrorPayloadTooLarge (line 4945) | UploadSessionFinishErrorPayloadTooLarge = "payload_too_l... constant UploadSessionFinishErrorContentHashMismatch (line 4946) | UploadSessionFinishErrorContentHashMismatch = "content_hash_... constant UploadSessionFinishErrorOther (line 4947) | UploadSessionFinishErrorOther = "other" type UploadSessionOffsetError (line 4986) | type UploadSessionOffsetError struct function NewUploadSessionOffsetError (line 4992) | func NewUploadSessionOffsetError(CorrectOffset uint64) *UploadSessionOff... type UploadSessionStartArg (line 4999) | type UploadSessionStartArg struct function NewUploadSessionStartArg (line 5015) | func NewUploadSessionStartArg() *UploadSessionStartArg { type UploadSessionStartBatchArg (line 5022) | type UploadSessionStartBatchArg struct function NewUploadSessionStartBatchArg (line 5031) | func NewUploadSessionStartBatchArg(NumSessions uint64) *UploadSessionSta... type UploadSessionStartBatchResult (line 5038) | type UploadSessionStartBatchResult struct function NewUploadSessionStartBatchResult (line 5045) | func NewUploadSessionStartBatchResult(SessionIds []string) *UploadSessio... type UploadSessionStartError (line 5052) | type UploadSessionStartError struct constant UploadSessionStartErrorConcurrentSessionDataNotAllowed (line 5058) | UploadSessionStartErrorConcurrentSessionDataNotAllowed = "concurrent_se... constant UploadSessionStartErrorConcurrentSessionCloseNotAllowed (line 5059) | UploadSessionStartErrorConcurrentSessionCloseNotAllowed = "concurrent_se... constant UploadSessionStartErrorPayloadTooLarge (line 5060) | UploadSessionStartErrorPayloadTooLarge = "payload_too_l... constant UploadSessionStartErrorContentHashMismatch (line 5061) | UploadSessionStartErrorContentHashMismatch = "content_hash_... constant UploadSessionStartErrorOther (line 5062) | UploadSessionStartErrorOther = "other" type UploadSessionStartResult (line 5066) | type UploadSessionStartResult struct function NewUploadSessionStartResult (line 5073) | func NewUploadSessionStartResult(SessionId string) *UploadSessionStartRe... type UploadSessionType (line 5080) | type UploadSessionType struct constant UploadSessionTypeSequential (line 5086) | UploadSessionTypeSequential = "sequential" constant UploadSessionTypeConcurrent (line 5087) | UploadSessionTypeConcurrent = "concurrent" constant UploadSessionTypeOther (line 5088) | UploadSessionTypeOther = "other" type UploadWriteFailed (line 5092) | type UploadWriteFailed struct function NewUploadWriteFailed (line 5102) | func NewUploadWriteFailed(Reason *WriteError, UploadSessionId string) *U... type UserGeneratedTag (line 5110) | type UserGeneratedTag struct function NewUserGeneratedTag (line 5116) | func NewUserGeneratedTag(TagText string) *UserGeneratedTag { type VideoMetadata (line 5123) | type VideoMetadata struct function NewVideoMetadata (line 5130) | func NewVideoMetadata() *VideoMetadata { type WriteConflictError (line 5136) | type WriteConflictError struct constant WriteConflictErrorFile (line 5142) | WriteConflictErrorFile = "file" constant WriteConflictErrorFolder (line 5143) | WriteConflictErrorFolder = "folder" constant WriteConflictErrorFileAncestor (line 5144) | WriteConflictErrorFileAncestor = "file_ancestor" constant WriteConflictErrorOther (line 5145) | WriteConflictErrorOther = "other" type WriteError (line 5149) | type WriteError struct method UnmarshalJSON (line 5175) | func (u *WriteError) UnmarshalJSON(body []byte) error { constant WriteErrorMalformedPath (line 5163) | WriteErrorMalformedPath = "malformed_path" constant WriteErrorConflict (line 5164) | WriteErrorConflict = "conflict" constant WriteErrorNoWritePermission (line 5165) | WriteErrorNoWritePermission = "no_write_permission" constant WriteErrorInsufficientSpace (line 5166) | WriteErrorInsufficientSpace = "insufficient_space" constant WriteErrorDisallowedName (line 5167) | WriteErrorDisallowedName = "disallowed_name" constant WriteErrorTeamFolder (line 5168) | WriteErrorTeamFolder = "team_folder" constant WriteErrorOperationSuppressed (line 5169) | WriteErrorOperationSuppressed = "operation_suppressed" constant WriteErrorTooManyWriteOperations (line 5170) | WriteErrorTooManyWriteOperations = "too_many_write_operations" constant WriteErrorOther (line 5171) | WriteErrorOther = "other" type WriteMode (line 5213) | type WriteMode struct method UnmarshalJSON (line 5235) | func (u *WriteMode) UnmarshalJSON(body []byte) error { constant WriteModeAdd (line 5229) | WriteModeAdd = "add" constant WriteModeOverwrite (line 5230) | WriteModeOverwrite = "overwrite" constant WriteModeUpdate (line 5231) | WriteModeUpdate = "update" FILE: v6/dropbox/openid/client.go type Client (line 32) | type Client interface type apiImpl (line 39) | type apiImpl method Userinfo (line 47) | func (dbx *apiImpl) Userinfo(arg *UserInfoArgs) (res *UserInfoResult, ... type UserinfoAPIError (line 42) | type UserinfoAPIError struct function New (line 80) | func New(c dropbox.Config) Client { FILE: v6/dropbox/openid/types.go type AuthError (line 31) | type AuthError struct constant AuthErrorInvalidToken (line 37) | AuthErrorInvalidToken = "invalid_token" constant AuthErrorNoOpenidAuth (line 38) | AuthErrorNoOpenidAuth = "no_openid_auth" constant AuthErrorOther (line 39) | AuthErrorOther = "other" type UserInfoArgs (line 44) | type UserInfoArgs struct function NewUserInfoArgs (line 48) | func NewUserInfoArgs() *UserInfoArgs { type UserInfoError (line 54) | type UserInfoError struct function NewUserInfoError (line 62) | func NewUserInfoError() *UserInfoError { type UserInfoResult (line 69) | type UserInfoResult struct function NewUserInfoResult (line 86) | func NewUserInfoResult() *UserInfoResult { type err_union (line 94) | type err_union struct method UnmarshalJSON (line 107) | func (u *err_union) UnmarshalJSON(body []byte) error { constant ErrUnionAuthError (line 102) | ErrUnionAuthError = "auth_error" constant ErrUnionOther (line 103) | ErrUnionOther = "other" FILE: v6/dropbox/paper/client.go type Client (line 33) | type Client interface type apiImpl (line 231) | type apiImpl method DocsArchive (line 239) | func (dbx *apiImpl) DocsArchive(arg *RefPaperDoc) (err error) { method DocsCreate (line 275) | func (dbx *apiImpl) DocsCreate(arg *PaperDocCreateArgs, content io.Rea... method DocsDownload (line 315) | func (dbx *apiImpl) DocsDownload(arg *PaperDocExport) (res *PaperDocEx... method DocsFolderUsersList (line 355) | func (dbx *apiImpl) DocsFolderUsersList(arg *ListUsersOnFolderArgs) (r... method DocsFolderUsersListContinue (line 395) | func (dbx *apiImpl) DocsFolderUsersListContinue(arg *ListUsersOnFolder... method DocsGetFolderInfo (line 435) | func (dbx *apiImpl) DocsGetFolderInfo(arg *RefPaperDoc) (res *FoldersC... method DocsList (line 475) | func (dbx *apiImpl) DocsList(arg *ListPaperDocsArgs) (res *ListPaperDo... method DocsListContinue (line 515) | func (dbx *apiImpl) DocsListContinue(arg *ListPaperDocsContinueArgs) (... method DocsPermanentlyDelete (line 555) | func (dbx *apiImpl) DocsPermanentlyDelete(arg *RefPaperDoc) (err error) { method DocsSharingPolicyGet (line 591) | func (dbx *apiImpl) DocsSharingPolicyGet(arg *RefPaperDoc) (res *Shari... method DocsSharingPolicySet (line 631) | func (dbx *apiImpl) DocsSharingPolicySet(arg *PaperDocSharingPolicy) (... method DocsUpdate (line 667) | func (dbx *apiImpl) DocsUpdate(arg *PaperDocUpdateArgs, content io.Rea... method DocsUsersAdd (line 707) | func (dbx *apiImpl) DocsUsersAdd(arg *AddPaperDocUser) (res []*AddPape... method DocsUsersList (line 747) | func (dbx *apiImpl) DocsUsersList(arg *ListUsersOnPaperDocArgs) (res *... method DocsUsersListContinue (line 787) | func (dbx *apiImpl) DocsUsersListContinue(arg *ListUsersOnPaperDocCont... method DocsUsersRemove (line 827) | func (dbx *apiImpl) DocsUsersRemove(arg *RemovePaperDocUser) (err erro... method FoldersCreate (line 863) | func (dbx *apiImpl) FoldersCreate(arg *PaperFolderCreateArg) (res *Pap... type DocsArchiveAPIError (line 234) | type DocsArchiveAPIError struct type DocsCreateAPIError (line 270) | type DocsCreateAPIError struct type DocsDownloadAPIError (line 310) | type DocsDownloadAPIError struct type DocsFolderUsersListAPIError (line 350) | type DocsFolderUsersListAPIError struct type DocsFolderUsersListContinueAPIError (line 390) | type DocsFolderUsersListContinueAPIError struct type DocsGetFolderInfoAPIError (line 430) | type DocsGetFolderInfoAPIError struct type DocsListAPIError (line 470) | type DocsListAPIError struct type DocsListContinueAPIError (line 510) | type DocsListContinueAPIError struct type DocsPermanentlyDeleteAPIError (line 550) | type DocsPermanentlyDeleteAPIError struct type DocsSharingPolicyGetAPIError (line 586) | type DocsSharingPolicyGetAPIError struct type DocsSharingPolicySetAPIError (line 626) | type DocsSharingPolicySetAPIError struct type DocsUpdateAPIError (line 662) | type DocsUpdateAPIError struct type DocsUsersAddAPIError (line 702) | type DocsUsersAddAPIError struct type DocsUsersListAPIError (line 742) | type DocsUsersListAPIError struct type DocsUsersListContinueAPIError (line 782) | type DocsUsersListContinueAPIError struct type DocsUsersRemoveAPIError (line 822) | type DocsUsersRemoveAPIError struct type FoldersCreateAPIError (line 858) | type FoldersCreateAPIError struct function New (line 898) | func New(c dropbox.Config) Client { FILE: v6/dropbox/paper/types.go type AddMember (line 39) | type AddMember struct function NewAddMember (line 48) | func NewAddMember(Member *sharing.MemberSelector) *AddMember { type RefPaperDoc (line 56) | type RefPaperDoc struct function NewRefPaperDoc (line 62) | func NewRefPaperDoc(DocId string) *RefPaperDoc { type AddPaperDocUser (line 69) | type AddPaperDocUser struct function NewAddPaperDocUser (line 83) | func NewAddPaperDocUser(DocId string, Members []*AddMember) *AddPaperDoc... type AddPaperDocUserMemberResult (line 92) | type AddPaperDocUserMemberResult struct function NewAddPaperDocUserMemberResult (line 100) | func NewAddPaperDocUserMemberResult(Member *sharing.MemberSelector, Resu... type AddPaperDocUserResult (line 108) | type AddPaperDocUserResult struct constant AddPaperDocUserResultSuccess (line 114) | AddPaperDocUserResultSuccess = "success" constant AddPaperDocUserResultUnknownError (line 115) | AddPaperDocUserResultUnknownError = "unknown_error" constant AddPaperDocUserResultSharingOutsideTeamDisabled (line 116) | AddPaperDocUserResultSharingOutsideTeamDisabled = "sharing_outside_team_... constant AddPaperDocUserResultDailyLimitReached (line 117) | AddPaperDocUserResultDailyLimitReached = "daily_limit_reached" constant AddPaperDocUserResultUserIsOwner (line 118) | AddPaperDocUserResultUserIsOwner = "user_is_owner" constant AddPaperDocUserResultFailedUserDataRetrieval (line 119) | AddPaperDocUserResultFailedUserDataRetrieval = "failed_user_data_retr... constant AddPaperDocUserResultPermissionAlreadyGranted (line 120) | AddPaperDocUserResultPermissionAlreadyGranted = "permission_already_gr... constant AddPaperDocUserResultOther (line 121) | AddPaperDocUserResultOther = "other" type Cursor (line 125) | type Cursor struct function NewCursor (line 145) | func NewCursor(Value string) *Cursor { type PaperApiBaseError (line 152) | type PaperApiBaseError struct constant PaperApiBaseErrorInsufficientPermissions (line 158) | PaperApiBaseErrorInsufficientPermissions = "insufficient_permissions" constant PaperApiBaseErrorOther (line 159) | PaperApiBaseErrorOther = "other" type DocLookupError (line 163) | type DocLookupError struct constant DocLookupErrorInsufficientPermissions (line 169) | DocLookupErrorInsufficientPermissions = "insufficient_permissions" constant DocLookupErrorOther (line 170) | DocLookupErrorOther = "other" constant DocLookupErrorDocNotFound (line 171) | DocLookupErrorDocNotFound = "doc_not_found" type DocSubscriptionLevel (line 175) | type DocSubscriptionLevel struct constant DocSubscriptionLevelDefault (line 181) | DocSubscriptionLevelDefault = "default" constant DocSubscriptionLevelIgnore (line 182) | DocSubscriptionLevelIgnore = "ignore" constant DocSubscriptionLevelEvery (line 183) | DocSubscriptionLevelEvery = "every" constant DocSubscriptionLevelNoEmail (line 184) | DocSubscriptionLevelNoEmail = "no_email" type ExportFormat (line 188) | type ExportFormat struct constant ExportFormatHtml (line 194) | ExportFormatHtml = "html" constant ExportFormatMarkdown (line 195) | ExportFormatMarkdown = "markdown" constant ExportFormatOther (line 196) | ExportFormatOther = "other" type Folder (line 200) | type Folder struct function NewFolder (line 208) | func NewFolder(Id string, Name string) *Folder { type FolderSharingPolicyType (line 217) | type FolderSharingPolicyType struct constant FolderSharingPolicyTypeTeam (line 223) | FolderSharingPolicyTypeTeam = "team" constant FolderSharingPolicyTypeInviteOnly (line 224) | FolderSharingPolicyTypeInviteOnly = "invite_only" type FolderSubscriptionLevel (line 228) | type FolderSubscriptionLevel struct constant FolderSubscriptionLevelNone (line 234) | FolderSubscriptionLevelNone = "none" constant FolderSubscriptionLevelActivityOnly (line 235) | FolderSubscriptionLevelActivityOnly = "activity_only" constant FolderSubscriptionLevelDailyEmails (line 236) | FolderSubscriptionLevelDailyEmails = "daily_emails" constant FolderSubscriptionLevelWeeklyEmails (line 237) | FolderSubscriptionLevelWeeklyEmails = "weekly_emails" type FoldersContainingPaperDoc (line 242) | type FoldersContainingPaperDoc struct function NewFoldersContainingPaperDoc (line 252) | func NewFoldersContainingPaperDoc() *FoldersContainingPaperDoc { type ImportFormat (line 258) | type ImportFormat struct constant ImportFormatHtml (line 264) | ImportFormatHtml = "html" constant ImportFormatMarkdown (line 265) | ImportFormatMarkdown = "markdown" constant ImportFormatPlainText (line 266) | ImportFormatPlainText = "plain_text" constant ImportFormatOther (line 267) | ImportFormatOther = "other" type InviteeInfoWithPermissionLevel (line 271) | type InviteeInfoWithPermissionLevel struct function NewInviteeInfoWithPermissionLevel (line 279) | func NewInviteeInfoWithPermissionLevel(Invitee *sharing.InviteeInfo, Per... type ListDocsCursorError (line 287) | type ListDocsCursorError struct method UnmarshalJSON (line 300) | func (u *ListDocsCursorError) UnmarshalJSON(body []byte) error { constant ListDocsCursorErrorCursorError (line 295) | ListDocsCursorErrorCursorError = "cursor_error" constant ListDocsCursorErrorOther (line 296) | ListDocsCursorErrorOther = "other" type ListPaperDocsArgs (line 321) | type ListPaperDocsArgs struct function NewListPaperDocsArgs (line 335) | func NewListPaperDocsArgs() *ListPaperDocsArgs { type ListPaperDocsContinueArgs (line 345) | type ListPaperDocsContinueArgs struct function NewListPaperDocsContinueArgs (line 352) | func NewListPaperDocsContinueArgs(Cursor string) *ListPaperDocsContinueA... type ListPaperDocsFilterBy (line 359) | type ListPaperDocsFilterBy struct constant ListPaperDocsFilterByDocsAccessed (line 365) | ListPaperDocsFilterByDocsAccessed = "docs_accessed" constant ListPaperDocsFilterByDocsCreated (line 366) | ListPaperDocsFilterByDocsCreated = "docs_created" constant ListPaperDocsFilterByOther (line 367) | ListPaperDocsFilterByOther = "other" type ListPaperDocsResponse (line 371) | type ListPaperDocsResponse struct function NewListPaperDocsResponse (line 388) | func NewListPaperDocsResponse(DocIds []string, Cursor *Cursor, HasMore b... type ListPaperDocsSortBy (line 397) | type ListPaperDocsSortBy struct constant ListPaperDocsSortByAccessed (line 403) | ListPaperDocsSortByAccessed = "accessed" constant ListPaperDocsSortByModified (line 404) | ListPaperDocsSortByModified = "modified" constant ListPaperDocsSortByCreated (line 405) | ListPaperDocsSortByCreated = "created" constant ListPaperDocsSortByOther (line 406) | ListPaperDocsSortByOther = "other" type ListPaperDocsSortOrder (line 410) | type ListPaperDocsSortOrder struct constant ListPaperDocsSortOrderAscending (line 416) | ListPaperDocsSortOrderAscending = "ascending" constant ListPaperDocsSortOrderDescending (line 417) | ListPaperDocsSortOrderDescending = "descending" constant ListPaperDocsSortOrderOther (line 418) | ListPaperDocsSortOrderOther = "other" type ListUsersCursorError (line 422) | type ListUsersCursorError struct method UnmarshalJSON (line 437) | func (u *ListUsersCursorError) UnmarshalJSON(body []byte) error { constant ListUsersCursorErrorInsufficientPermissions (line 430) | ListUsersCursorErrorInsufficientPermissions = "insufficient_permissions" constant ListUsersCursorErrorOther (line 431) | ListUsersCursorErrorOther = "other" constant ListUsersCursorErrorDocNotFound (line 432) | ListUsersCursorErrorDocNotFound = "doc_not_found" constant ListUsersCursorErrorCursorError (line 433) | ListUsersCursorErrorCursorError = "cursor_error" type ListUsersOnFolderArgs (line 458) | type ListUsersOnFolderArgs struct function NewListUsersOnFolderArgs (line 467) | func NewListUsersOnFolderArgs(DocId string) *ListUsersOnFolderArgs { type ListUsersOnFolderContinueArgs (line 475) | type ListUsersOnFolderContinueArgs struct function NewListUsersOnFolderContinueArgs (line 483) | func NewListUsersOnFolderContinueArgs(DocId string, Cursor string) *List... type ListUsersOnFolderResponse (line 491) | type ListUsersOnFolderResponse struct function NewListUsersOnFolderResponse (line 508) | func NewListUsersOnFolderResponse(Invitees []*sharing.InviteeInfo, Users... type ListUsersOnPaperDocArgs (line 518) | type ListUsersOnPaperDocArgs struct function NewListUsersOnPaperDocArgs (line 530) | func NewListUsersOnPaperDocArgs(DocId string) *ListUsersOnPaperDocArgs { type ListUsersOnPaperDocContinueArgs (line 539) | type ListUsersOnPaperDocContinueArgs struct function NewListUsersOnPaperDocContinueArgs (line 547) | func NewListUsersOnPaperDocContinueArgs(DocId string, Cursor string) *Li... type ListUsersOnPaperDocResponse (line 555) | type ListUsersOnPaperDocResponse struct function NewListUsersOnPaperDocResponse (line 577) | func NewListUsersOnPaperDocResponse(Invitees []*InviteeInfoWithPermissio... type PaperApiCursorError (line 588) | type PaperApiCursorError struct constant PaperApiCursorErrorExpiredCursor (line 594) | PaperApiCursorErrorExpiredCursor = "expired_cursor" constant PaperApiCursorErrorInvalidCursor (line 595) | PaperApiCursorErrorInvalidCursor = "invalid_cursor" constant PaperApiCursorErrorWrongUserInCursor (line 596) | PaperApiCursorErrorWrongUserInCursor = "wrong_user_in_cursor" constant PaperApiCursorErrorReset (line 597) | PaperApiCursorErrorReset = "reset" constant PaperApiCursorErrorOther (line 598) | PaperApiCursorErrorOther = "other" type PaperDocCreateArgs (line 602) | type PaperDocCreateArgs struct function NewPaperDocCreateArgs (line 612) | func NewPaperDocCreateArgs(ImportFormat *ImportFormat) *PaperDocCreateAr... type PaperDocCreateError (line 619) | type PaperDocCreateError struct constant PaperDocCreateErrorInsufficientPermissions (line 625) | PaperDocCreateErrorInsufficientPermissions = "insufficient_permissions" constant PaperDocCreateErrorOther (line 626) | PaperDocCreateErrorOther = "other" constant PaperDocCreateErrorContentMalformed (line 627) | PaperDocCreateErrorContentMalformed = "content_malformed" constant PaperDocCreateErrorFolderNotFound (line 628) | PaperDocCreateErrorFolderNotFound = "folder_not_found" constant PaperDocCreateErrorDocLengthExceeded (line 629) | PaperDocCreateErrorDocLengthExceeded = "doc_length_exceeded" constant PaperDocCreateErrorImageSizeExceeded (line 630) | PaperDocCreateErrorImageSizeExceeded = "image_size_exceeded" type PaperDocCreateUpdateResult (line 634) | type PaperDocCreateUpdateResult struct function NewPaperDocCreateUpdateResult (line 644) | func NewPaperDocCreateUpdateResult(DocId string, Revision int64, Title s... type PaperDocExport (line 653) | type PaperDocExport struct function NewPaperDocExport (line 660) | func NewPaperDocExport(DocId string, ExportFormat *ExportFormat) *PaperD... type PaperDocExportResult (line 668) | type PaperDocExportResult struct function NewPaperDocExportResult (line 681) | func NewPaperDocExportResult(Owner string, Title string, Revision int64,... type PaperDocPermissionLevel (line 691) | type PaperDocPermissionLevel struct constant PaperDocPermissionLevelEdit (line 697) | PaperDocPermissionLevelEdit = "edit" constant PaperDocPermissionLevelViewAndComment (line 698) | PaperDocPermissionLevelViewAndComment = "view_and_comment" constant PaperDocPermissionLevelOther (line 699) | PaperDocPermissionLevelOther = "other" type PaperDocSharingPolicy (line 703) | type PaperDocSharingPolicy struct function NewPaperDocSharingPolicy (line 710) | func NewPaperDocSharingPolicy(DocId string, SharingPolicy *SharingPolicy... type PaperDocUpdateArgs (line 718) | type PaperDocUpdateArgs struct function NewPaperDocUpdateArgs (line 731) | func NewPaperDocUpdateArgs(DocId string, DocUpdatePolicy *PaperDocUpdate... type PaperDocUpdateError (line 741) | type PaperDocUpdateError struct constant PaperDocUpdateErrorInsufficientPermissions (line 747) | PaperDocUpdateErrorInsufficientPermissions = "insufficient_permissions" constant PaperDocUpdateErrorOther (line 748) | PaperDocUpdateErrorOther = "other" constant PaperDocUpdateErrorDocNotFound (line 749) | PaperDocUpdateErrorDocNotFound = "doc_not_found" constant PaperDocUpdateErrorContentMalformed (line 750) | PaperDocUpdateErrorContentMalformed = "content_malformed" constant PaperDocUpdateErrorRevisionMismatch (line 751) | PaperDocUpdateErrorRevisionMismatch = "revision_mismatch" constant PaperDocUpdateErrorDocLengthExceeded (line 752) | PaperDocUpdateErrorDocLengthExceeded = "doc_length_exceeded" constant PaperDocUpdateErrorImageSizeExceeded (line 753) | PaperDocUpdateErrorImageSizeExceeded = "image_size_exceeded" constant PaperDocUpdateErrorDocArchived (line 754) | PaperDocUpdateErrorDocArchived = "doc_archived" constant PaperDocUpdateErrorDocDeleted (line 755) | PaperDocUpdateErrorDocDeleted = "doc_deleted" type PaperDocUpdatePolicy (line 759) | type PaperDocUpdatePolicy struct constant PaperDocUpdatePolicyAppend (line 765) | PaperDocUpdatePolicyAppend = "append" constant PaperDocUpdatePolicyPrepend (line 766) | PaperDocUpdatePolicyPrepend = "prepend" constant PaperDocUpdatePolicyOverwriteAll (line 767) | PaperDocUpdatePolicyOverwriteAll = "overwrite_all" constant PaperDocUpdatePolicyOther (line 768) | PaperDocUpdatePolicyOther = "other" type PaperFolderCreateArg (line 772) | type PaperFolderCreateArg struct function NewPaperFolderCreateArg (line 789) | func NewPaperFolderCreateArg(Name string) *PaperFolderCreateArg { type PaperFolderCreateError (line 796) | type PaperFolderCreateError struct constant PaperFolderCreateErrorInsufficientPermissions (line 802) | PaperFolderCreateErrorInsufficientPermissions = "insufficient_permissions" constant PaperFolderCreateErrorOther (line 803) | PaperFolderCreateErrorOther = "other" constant PaperFolderCreateErrorFolderNotFound (line 804) | PaperFolderCreateErrorFolderNotFound = "folder_not_found" constant PaperFolderCreateErrorInvalidFolderId (line 805) | PaperFolderCreateErrorInvalidFolderId = "invalid_folder_id" type PaperFolderCreateResult (line 809) | type PaperFolderCreateResult struct function NewPaperFolderCreateResult (line 815) | func NewPaperFolderCreateResult(FolderId string) *PaperFolderCreateResult { type RemovePaperDocUser (line 822) | type RemovePaperDocUser struct function NewRemovePaperDocUser (line 830) | func NewRemovePaperDocUser(DocId string, Member *sharing.MemberSelector)... type SharingPolicy (line 838) | type SharingPolicy struct function NewSharingPolicy (line 847) | func NewSharingPolicy() *SharingPolicy { type SharingTeamPolicyType (line 853) | type SharingTeamPolicyType struct constant SharingTeamPolicyTypePeopleWithLinkCanEdit (line 859) | SharingTeamPolicyTypePeopleWithLinkCanEdit = "people_with_link... constant SharingTeamPolicyTypePeopleWithLinkCanViewAndComment (line 860) | SharingTeamPolicyTypePeopleWithLinkCanViewAndComment = "people_with_link... constant SharingTeamPolicyTypeInviteOnly (line 861) | SharingTeamPolicyTypeInviteOnly = "invite_only" type SharingPublicPolicyType (line 865) | type SharingPublicPolicyType struct constant SharingPublicPolicyTypePeopleWithLinkCanEdit (line 871) | SharingPublicPolicyTypePeopleWithLinkCanEdit = "people_with_li... constant SharingPublicPolicyTypePeopleWithLinkCanViewAndComment (line 872) | SharingPublicPolicyTypePeopleWithLinkCanViewAndComment = "people_with_li... constant SharingPublicPolicyTypeInviteOnly (line 873) | SharingPublicPolicyTypeInviteOnly = "invite_only" constant SharingPublicPolicyTypeDisabled (line 874) | SharingPublicPolicyTypeDisabled = "disabled" type UserInfoWithPermissionLevel (line 878) | type UserInfoWithPermissionLevel struct function NewUserInfoWithPermissionLevel (line 886) | func NewUserInfoWithPermissionLevel(User *sharing.UserInfo, PermissionLe... type UserOnPaperDocFilter (line 894) | type UserOnPaperDocFilter struct constant UserOnPaperDocFilterVisited (line 900) | UserOnPaperDocFilterVisited = "visited" constant UserOnPaperDocFilterShared (line 901) | UserOnPaperDocFilterShared = "shared" constant UserOnPaperDocFilterOther (line 902) | UserOnPaperDocFilterOther = "other" FILE: v6/dropbox/sdk.go constant apiVersion (line 39) | apiVersion = 2 constant defaultDomain (line 40) | defaultDomain = ".dropboxapi.com" constant hostAPI (line 41) | hostAPI = "api" constant hostContent (line 42) | hostContent = "content" constant hostNotify (line 43) | hostNotify = "notify" constant sdkVersion (line 44) | sdkVersion = "6.0.5" constant specVersion (line 45) | specVersion = "c36ba27" function Version (line 49) | func Version() (string, string) { type Tagged (line 54) | type Tagged struct type APIError (line 59) | type APIError struct method Error (line 63) | func (e APIError) Error() string { type SDKInternalError (line 67) | type SDKInternalError struct method Error (line 72) | func (e SDKInternalError) Error() string { type Config (line 77) | type Config struct method doLog (line 117) | func (c *Config) doLog(l LogLevel, format string, v ...interface{}) { method LogDebug (line 130) | func (c *Config) LogDebug(format string, v ...interface{}) { method LogInfo (line 135) | func (c *Config) LogInfo(format string, v ...interface{}) { method WithNamespaceID (line 140) | func (c Config) WithNamespaceID(nsID string) Config { method WithRoot (line 145) | func (c Config) WithRoot(nsID string) Config { type LogLevel (line 101) | type LogLevel method shouldLog (line 113) | func (l LogLevel) shouldLog(v LogLevel) bool { constant LogOff (line 105) | LogOff LogLevel = iota * (1 << 8) constant LogDebug (line 108) | LogDebug constant LogInfo (line 110) | LogInfo type Context (line 151) | type Context struct method Execute (line 170) | func (c *Context) Execute(req Request, body io.Reader) ([]byte, io.Rea... type Request (line 159) | type Request struct function NewContext (line 266) | func NewContext(c Config) Context { function OAuthEndpoint (line 308) | func OAuthEndpoint(domain string) oauth2.Endpoint { function HTTPHeaderSafeJSON (line 324) | func HTTPHeaderSafeJSON(b []byte) string { FILE: v6/dropbox/sdk_test.go function generateURL (line 36) | func generateURL(base string, namespace string, route string) string { function TestInternalError (line 40) | func TestInternalError(t *testing.T) { function TestRateLimitJSON (line 59) | func TestRateLimitJSON(t *testing.T) { function TestAuthError (line 88) | func TestAuthError(t *testing.T) { function TestAccessError (line 114) | func TestAccessError(t *testing.T) { function TestAppError (line 146) | func TestAppError(t *testing.T) { function TestHTTPHeaderSafeJSON (line 171) | func TestHTTPHeaderSafeJSON(t *testing.T) { FILE: v6/dropbox/secondary_emails/types.go type SecondaryEmail (line 25) | type SecondaryEmail struct function NewSecondaryEmail (line 34) | func NewSecondaryEmail(Email string, IsVerified bool) *SecondaryEmail { FILE: v6/dropbox/seen_state/types.go type PlatformType (line 27) | type PlatformType struct constant PlatformTypeWeb (line 33) | PlatformTypeWeb = "web" constant PlatformTypeDesktop (line 34) | PlatformTypeDesktop = "desktop" constant PlatformTypeMobileIos (line 35) | PlatformTypeMobileIos = "mobile_ios" constant PlatformTypeMobileAndroid (line 36) | PlatformTypeMobileAndroid = "mobile_android" constant PlatformTypeApi (line 37) | PlatformTypeApi = "api" constant PlatformTypeUnknown (line 38) | PlatformTypeUnknown = "unknown" constant PlatformTypeMobile (line 39) | PlatformTypeMobile = "mobile" constant PlatformTypeOther (line 40) | PlatformTypeOther = "other" FILE: v6/dropbox/sharing/client.go type Client (line 34) | type Client interface type apiImpl (line 211) | type apiImpl method AddFileMember (line 219) | func (dbx *apiImpl) AddFileMember(arg *AddFileMemberArgs) (res []*File... method AddFolderMember (line 257) | func (dbx *apiImpl) AddFolderMember(arg *AddFolderMemberArg) (err erro... method CheckJobStatus (line 291) | func (dbx *apiImpl) CheckJobStatus(arg *async.PollArg) (res *JobStatus... method CheckRemoveMemberJobStatus (line 329) | func (dbx *apiImpl) CheckRemoveMemberJobStatus(arg *async.PollArg) (re... method CheckShareJobStatus (line 367) | func (dbx *apiImpl) CheckShareJobStatus(arg *async.PollArg) (res *Shar... method CreateSharedLink (line 405) | func (dbx *apiImpl) CreateSharedLink(arg *CreateSharedLinkArg) (res *P... method CreateSharedLinkWithSettings (line 446) | func (dbx *apiImpl) CreateSharedLinkWithSettings(arg *CreateSharedLink... method GetFileMetadata (line 492) | func (dbx *apiImpl) GetFileMetadata(arg *GetFileMetadataArg) (res *Sha... method GetFileMetadataBatch (line 530) | func (dbx *apiImpl) GetFileMetadataBatch(arg *GetFileMetadataBatchArg)... method GetFolderMetadata (line 568) | func (dbx *apiImpl) GetFolderMetadata(arg *GetMetadataArgs) (res *Shar... method GetSharedLinkFile (line 606) | func (dbx *apiImpl) GetSharedLinkFile(arg *GetSharedLinkMetadataArg) (... method GetSharedLinkMetadata (line 652) | func (dbx *apiImpl) GetSharedLinkMetadata(arg *GetSharedLinkMetadataAr... method GetSharedLinks (line 698) | func (dbx *apiImpl) GetSharedLinks(arg *GetSharedLinksArg) (res *GetSh... method ListFileMembers (line 739) | func (dbx *apiImpl) ListFileMembers(arg *ListFileMembersArg) (res *Sha... method ListFileMembersBatch (line 777) | func (dbx *apiImpl) ListFileMembersBatch(arg *ListFileMembersBatchArg)... method ListFileMembersContinue (line 815) | func (dbx *apiImpl) ListFileMembersContinue(arg *ListFileMembersContin... method ListFolderMembers (line 853) | func (dbx *apiImpl) ListFolderMembers(arg *ListFolderMembersArgs) (res... method ListFolderMembersContinue (line 891) | func (dbx *apiImpl) ListFolderMembersContinue(arg *ListFolderMembersCo... method ListFolders (line 929) | func (dbx *apiImpl) ListFolders(arg *ListFoldersArgs) (res *ListFolder... method ListFoldersContinue (line 967) | func (dbx *apiImpl) ListFoldersContinue(arg *ListFoldersContinueArg) (... method ListMountableFolders (line 1005) | func (dbx *apiImpl) ListMountableFolders(arg *ListFoldersArgs) (res *L... method ListMountableFoldersContinue (line 1043) | func (dbx *apiImpl) ListMountableFoldersContinue(arg *ListFoldersConti... method ListReceivedFiles (line 1081) | func (dbx *apiImpl) ListReceivedFiles(arg *ListFilesArg) (res *ListFil... method ListReceivedFilesContinue (line 1119) | func (dbx *apiImpl) ListReceivedFilesContinue(arg *ListFilesContinueAr... method ListSharedLinks (line 1157) | func (dbx *apiImpl) ListSharedLinks(arg *ListSharedLinksArg) (res *Lis... method ModifySharedLinkSettings (line 1195) | func (dbx *apiImpl) ModifySharedLinkSettings(arg *ModifySharedLinkSett... method MountFolder (line 1241) | func (dbx *apiImpl) MountFolder(arg *MountFolderArg) (res *SharedFolde... method RelinquishFileMembership (line 1279) | func (dbx *apiImpl) RelinquishFileMembership(arg *RelinquishFileMember... method RelinquishFolderMembership (line 1313) | func (dbx *apiImpl) RelinquishFolderMembership(arg *RelinquishFolderMe... method RemoveFileMember (line 1351) | func (dbx *apiImpl) RemoveFileMember(arg *RemoveFileMemberArg) (res *F... method RemoveFileMember2 (line 1392) | func (dbx *apiImpl) RemoveFileMember2(arg *RemoveFileMemberArg) (res *... method RemoveFolderMember (line 1430) | func (dbx *apiImpl) RemoveFolderMember(arg *RemoveFolderMemberArg) (re... method RevokeSharedLink (line 1468) | func (dbx *apiImpl) RevokeSharedLink(arg *RevokeSharedLinkArg) (err er... method SetAccessInheritance (line 1502) | func (dbx *apiImpl) SetAccessInheritance(arg *SetAccessInheritanceArg)... method ShareFolder (line 1540) | func (dbx *apiImpl) ShareFolder(arg *ShareFolderArg) (res *ShareFolder... method TransferFolder (line 1578) | func (dbx *apiImpl) TransferFolder(arg *TransferFolderArg) (err error) { method UnmountFolder (line 1612) | func (dbx *apiImpl) UnmountFolder(arg *UnmountFolderArg) (err error) { method UnshareFile (line 1646) | func (dbx *apiImpl) UnshareFile(arg *UnshareFileArg) (err error) { method UnshareFolder (line 1680) | func (dbx *apiImpl) UnshareFolder(arg *UnshareFolderArg) (res *async.L... method UpdateFileMember (line 1718) | func (dbx *apiImpl) UpdateFileMember(arg *UpdateFileMemberArgs) (res *... method UpdateFolderMember (line 1756) | func (dbx *apiImpl) UpdateFolderMember(arg *UpdateFolderMemberArg) (re... method UpdateFolderPolicy (line 1794) | func (dbx *apiImpl) UpdateFolderPolicy(arg *UpdateFolderPolicyArg) (re... type AddFileMemberAPIError (line 214) | type AddFileMemberAPIError struct type AddFolderMemberAPIError (line 252) | type AddFolderMemberAPIError struct type CheckJobStatusAPIError (line 286) | type CheckJobStatusAPIError struct type CheckRemoveMemberJobStatusAPIError (line 324) | type CheckRemoveMemberJobStatusAPIError struct type CheckShareJobStatusAPIError (line 362) | type CheckShareJobStatusAPIError struct type CreateSharedLinkAPIError (line 400) | type CreateSharedLinkAPIError struct type CreateSharedLinkWithSettingsAPIError (line 441) | type CreateSharedLinkWithSettingsAPIError struct type GetFileMetadataAPIError (line 487) | type GetFileMetadataAPIError struct type GetFileMetadataBatchAPIError (line 525) | type GetFileMetadataBatchAPIError struct type GetFolderMetadataAPIError (line 563) | type GetFolderMetadataAPIError struct type GetSharedLinkFileAPIError (line 601) | type GetSharedLinkFileAPIError struct type GetSharedLinkMetadataAPIError (line 647) | type GetSharedLinkMetadataAPIError struct type GetSharedLinksAPIError (line 693) | type GetSharedLinksAPIError struct type ListFileMembersAPIError (line 734) | type ListFileMembersAPIError struct type ListFileMembersBatchAPIError (line 772) | type ListFileMembersBatchAPIError struct type ListFileMembersContinueAPIError (line 810) | type ListFileMembersContinueAPIError struct type ListFolderMembersAPIError (line 848) | type ListFolderMembersAPIError struct type ListFolderMembersContinueAPIError (line 886) | type ListFolderMembersContinueAPIError struct type ListFoldersAPIError (line 924) | type ListFoldersAPIError struct type ListFoldersContinueAPIError (line 962) | type ListFoldersContinueAPIError struct type ListMountableFoldersAPIError (line 1000) | type ListMountableFoldersAPIError struct type ListMountableFoldersContinueAPIError (line 1038) | type ListMountableFoldersContinueAPIError struct type ListReceivedFilesAPIError (line 1076) | type ListReceivedFilesAPIError struct type ListReceivedFilesContinueAPIError (line 1114) | type ListReceivedFilesContinueAPIError struct type ListSharedLinksAPIError (line 1152) | type ListSharedLinksAPIError struct type ModifySharedLinkSettingsAPIError (line 1190) | type ModifySharedLinkSettingsAPIError struct type MountFolderAPIError (line 1236) | type MountFolderAPIError struct type RelinquishFileMembershipAPIError (line 1274) | type RelinquishFileMembershipAPIError struct type RelinquishFolderMembershipAPIError (line 1308) | type RelinquishFolderMembershipAPIError struct type RemoveFileMemberAPIError (line 1346) | type RemoveFileMemberAPIError struct type RemoveFileMember2APIError (line 1387) | type RemoveFileMember2APIError struct type RemoveFolderMemberAPIError (line 1425) | type RemoveFolderMemberAPIError struct type RevokeSharedLinkAPIError (line 1463) | type RevokeSharedLinkAPIError struct type SetAccessInheritanceAPIError (line 1497) | type SetAccessInheritanceAPIError struct type ShareFolderAPIError (line 1535) | type ShareFolderAPIError struct type TransferFolderAPIError (line 1573) | type TransferFolderAPIError struct type UnmountFolderAPIError (line 1607) | type UnmountFolderAPIError struct type UnshareFileAPIError (line 1641) | type UnshareFileAPIError struct type UnshareFolderAPIError (line 1675) | type UnshareFolderAPIError struct type UpdateFileMemberAPIError (line 1713) | type UpdateFileMemberAPIError struct type UpdateFolderMemberAPIError (line 1751) | type UpdateFolderMemberAPIError struct type UpdateFolderPolicyAPIError (line 1789) | type UpdateFolderPolicyAPIError struct function New (line 1827) | func New(c dropbox.Config) Client { FILE: v6/dropbox/sharing/types.go type AccessInheritance (line 38) | type AccessInheritance struct constant AccessInheritanceInherit (line 44) | AccessInheritanceInherit = "inherit" constant AccessInheritanceNoInherit (line 45) | AccessInheritanceNoInherit = "no_inherit" constant AccessInheritanceOther (line 46) | AccessInheritanceOther = "other" type AccessLevel (line 50) | type AccessLevel struct constant AccessLevelOwner (line 56) | AccessLevelOwner = "owner" constant AccessLevelEditor (line 57) | AccessLevelEditor = "editor" constant AccessLevelViewer (line 58) | AccessLevelViewer = "viewer" constant AccessLevelViewerNoComment (line 59) | AccessLevelViewerNoComment = "viewer_no_comment" constant AccessLevelTraverse (line 60) | AccessLevelTraverse = "traverse" constant AccessLevelOther (line 61) | AccessLevelOther = "other" type AclUpdatePolicy (line 66) | type AclUpdatePolicy struct constant AclUpdatePolicyOwner (line 72) | AclUpdatePolicyOwner = "owner" constant AclUpdatePolicyEditors (line 73) | AclUpdatePolicyEditors = "editors" constant AclUpdatePolicyOther (line 74) | AclUpdatePolicyOther = "other" type AddFileMemberArgs (line 78) | type AddFileMemberArgs struct function NewAddFileMemberArgs (line 99) | func NewAddFileMemberArgs(File string, Members []*MemberSelector) *AddFi... type AddFileMemberError (line 110) | type AddFileMemberError struct method UnmarshalJSON (line 128) | func (u *AddFileMemberError) UnmarshalJSON(body []byte) error { constant AddFileMemberErrorUserError (line 120) | AddFileMemberErrorUserError = "user_error" constant AddFileMemberErrorAccessError (line 121) | AddFileMemberErrorAccessError = "access_error" constant AddFileMemberErrorRateLimit (line 122) | AddFileMemberErrorRateLimit = "rate_limit" constant AddFileMemberErrorInvalidComment (line 123) | AddFileMemberErrorInvalidComment = "invalid_comment" constant AddFileMemberErrorOther (line 124) | AddFileMemberErrorOther = "other" type AddFolderMemberArg (line 154) | type AddFolderMemberArg struct function NewAddFolderMemberArg (line 169) | func NewAddFolderMemberArg(SharedFolderId string, Members []*AddMember) ... type AddFolderMemberError (line 178) | type AddFolderMemberError struct method UnmarshalJSON (line 211) | func (u *AddFolderMemberError) UnmarshalJSON(body []byte) error { constant AddFolderMemberErrorAccessError (line 194) | AddFolderMemberErrorAccessError = "access_error" constant AddFolderMemberErrorEmailUnverified (line 195) | AddFolderMemberErrorEmailUnverified = "email_unverified" constant AddFolderMemberErrorBannedMember (line 196) | AddFolderMemberErrorBannedMember = "banned_member" constant AddFolderMemberErrorBadMember (line 197) | AddFolderMemberErrorBadMember = "bad_member" constant AddFolderMemberErrorCantShareOutsideTeam (line 198) | AddFolderMemberErrorCantShareOutsideTeam = "cant_share_outside_team" constant AddFolderMemberErrorTooManyMembers (line 199) | AddFolderMemberErrorTooManyMembers = "too_many_members" constant AddFolderMemberErrorTooManyPendingInvites (line 200) | AddFolderMemberErrorTooManyPendingInvites = "too_many_pending_invites" constant AddFolderMemberErrorRateLimit (line 201) | AddFolderMemberErrorRateLimit = "rate_limit" constant AddFolderMemberErrorTooManyInvitees (line 202) | AddFolderMemberErrorTooManyInvitees = "too_many_invitees" constant AddFolderMemberErrorInsufficientPlan (line 203) | AddFolderMemberErrorInsufficientPlan = "insufficient_plan" constant AddFolderMemberErrorTeamFolder (line 204) | AddFolderMemberErrorTeamFolder = "team_folder" constant AddFolderMemberErrorNoPermission (line 205) | AddFolderMemberErrorNoPermission = "no_permission" constant AddFolderMemberErrorInvalidSharedFolder (line 206) | AddFolderMemberErrorInvalidSharedFolder = "invalid_shared_folder" constant AddFolderMemberErrorOther (line 207) | AddFolderMemberErrorOther = "other" type AddMember (line 250) | type AddMember struct function NewAddMember (line 259) | func NewAddMember(Member *MemberSelector) *AddMember { type AddMemberSelectorError (line 267) | type AddMemberSelectorError struct method UnmarshalJSON (line 291) | func (u *AddMemberSelectorError) UnmarshalJSON(body []byte) error { constant AddMemberSelectorErrorAutomaticGroup (line 281) | AddMemberSelectorErrorAutomaticGroup = "automatic_group" constant AddMemberSelectorErrorInvalidDropboxId (line 282) | AddMemberSelectorErrorInvalidDropboxId = "invalid_dropbox_id" constant AddMemberSelectorErrorInvalidEmail (line 283) | AddMemberSelectorErrorInvalidEmail = "invalid_email" constant AddMemberSelectorErrorUnverifiedDropboxId (line 284) | AddMemberSelectorErrorUnverifiedDropboxId = "unverified_dropbox_id" constant AddMemberSelectorErrorGroupDeleted (line 285) | AddMemberSelectorErrorGroupDeleted = "group_deleted" constant AddMemberSelectorErrorGroupNotOnTeam (line 286) | AddMemberSelectorErrorGroupNotOnTeam = "group_not_on_team" constant AddMemberSelectorErrorOther (line 287) | AddMemberSelectorErrorOther = "other" type RequestedVisibility (line 328) | type RequestedVisibility struct constant RequestedVisibilityPublic (line 334) | RequestedVisibilityPublic = "public" constant RequestedVisibilityTeamOnly (line 335) | RequestedVisibilityTeamOnly = "team_only" constant RequestedVisibilityPassword (line 336) | RequestedVisibilityPassword = "password" type ResolvedVisibility (line 343) | type ResolvedVisibility struct constant ResolvedVisibilityPublic (line 349) | ResolvedVisibilityPublic = "public" constant ResolvedVisibilityTeamOnly (line 350) | ResolvedVisibilityTeamOnly = "team_only" constant ResolvedVisibilityPassword (line 351) | ResolvedVisibilityPassword = "password" constant ResolvedVisibilityTeamAndPassword (line 352) | ResolvedVisibilityTeamAndPassword = "team_and_password" constant ResolvedVisibilitySharedFolderOnly (line 353) | ResolvedVisibilitySharedFolderOnly = "shared_folder_only" constant ResolvedVisibilityNoOne (line 354) | ResolvedVisibilityNoOne = "no_one" constant ResolvedVisibilityOnlyYou (line 355) | ResolvedVisibilityOnlyYou = "only_you" constant ResolvedVisibilityOther (line 356) | ResolvedVisibilityOther = "other" type AlphaResolvedVisibility (line 360) | type AlphaResolvedVisibility struct constant AlphaResolvedVisibilityPublic (line 366) | AlphaResolvedVisibilityPublic = "public" constant AlphaResolvedVisibilityTeamOnly (line 367) | AlphaResolvedVisibilityTeamOnly = "team_only" constant AlphaResolvedVisibilityPassword (line 368) | AlphaResolvedVisibilityPassword = "password" constant AlphaResolvedVisibilityTeamAndPassword (line 369) | AlphaResolvedVisibilityTeamAndPassword = "team_and_password" constant AlphaResolvedVisibilitySharedFolderOnly (line 370) | AlphaResolvedVisibilitySharedFolderOnly = "shared_folder_only" constant AlphaResolvedVisibilityNoOne (line 371) | AlphaResolvedVisibilityNoOne = "no_one" constant AlphaResolvedVisibilityOnlyYou (line 372) | AlphaResolvedVisibilityOnlyYou = "only_you" constant AlphaResolvedVisibilityOther (line 373) | AlphaResolvedVisibilityOther = "other" type AudienceExceptionContentInfo (line 378) | type AudienceExceptionContentInfo struct function NewAudienceExceptionContentInfo (line 384) | func NewAudienceExceptionContentInfo(Name string) *AudienceExceptionCont... type AudienceExceptions (line 393) | type AudienceExceptions struct function NewAudienceExceptions (line 403) | func NewAudienceExceptions(Count uint32, Exceptions []*AudienceException... type AudienceRestrictingSharedFolder (line 412) | type AudienceRestrictingSharedFolder struct function NewAudienceRestrictingSharedFolder (line 422) | func NewAudienceRestrictingSharedFolder(SharedFolderId string, Name stri... type LinkMetadata (line 432) | type LinkMetadata struct method IsLinkMetadata (line 455) | func (u *LinkMetadata) IsLinkMetadata() {} function NewLinkMetadata (line 442) | func NewLinkMetadata(Url string, Visibility *Visibility) *LinkMetadata { type IsLinkMetadata (line 450) | type IsLinkMetadata interface type linkMetadataUnion (line 457) | type linkMetadataUnion struct method UnmarshalJSON (line 472) | func (u *linkMetadataUnion) UnmarshalJSON(body []byte) error { constant LinkMetadataPath (line 467) | LinkMetadataPath = "path" constant LinkMetadataCollection (line 468) | LinkMetadataCollection = "collection" function IsLinkMetadataFromJSON (line 498) | func IsLinkMetadataFromJSON(data []byte) (IsLinkMetadata, error) { type CollectionLinkMetadata (line 515) | type CollectionLinkMetadata struct function NewCollectionLinkMetadata (line 520) | func NewCollectionLinkMetadata(Url string, Visibility *Visibility) *Coll... type CreateSharedLinkArg (line 528) | type CreateSharedLinkArg struct function NewCreateSharedLinkArg (line 540) | func NewCreateSharedLinkArg(Path string) *CreateSharedLinkArg { type CreateSharedLinkError (line 548) | type CreateSharedLinkError struct method UnmarshalJSON (line 561) | func (u *CreateSharedLinkError) UnmarshalJSON(body []byte) error { constant CreateSharedLinkErrorPath (line 556) | CreateSharedLinkErrorPath = "path" constant CreateSharedLinkErrorOther (line 557) | CreateSharedLinkErrorOther = "other" type CreateSharedLinkWithSettingsArg (line 582) | type CreateSharedLinkWithSettingsArg struct function NewCreateSharedLinkWithSettingsArg (line 590) | func NewCreateSharedLinkWithSettingsArg(Path string) *CreateSharedLinkWi... type CreateSharedLinkWithSettingsError (line 597) | type CreateSharedLinkWithSettingsError struct method UnmarshalJSON (line 619) | func (u *CreateSharedLinkWithSettingsError) UnmarshalJSON(body []byte)... constant CreateSharedLinkWithSettingsErrorPath (line 611) | CreateSharedLinkWithSettingsErrorPath = "path" constant CreateSharedLinkWithSettingsErrorEmailNotVerified (line 612) | CreateSharedLinkWithSettingsErrorEmailNotVerified = "email_not_ve... constant CreateSharedLinkWithSettingsErrorSharedLinkAlreadyExists (line 613) | CreateSharedLinkWithSettingsErrorSharedLinkAlreadyExists = "shared_link_... constant CreateSharedLinkWithSettingsErrorSettingsError (line 614) | CreateSharedLinkWithSettingsErrorSettingsError = "settings_error" constant CreateSharedLinkWithSettingsErrorAccessDenied (line 615) | CreateSharedLinkWithSettingsErrorAccessDenied = "access_denied" type SharedContentLinkMetadataBase (line 652) | type SharedContentLinkMetadataBase struct function NewSharedContentLinkMetadataBase (line 677) | func NewSharedContentLinkMetadataBase(AudienceOptions []*LinkAudience, C... type ExpectedSharedContentLinkMetadata (line 689) | type ExpectedSharedContentLinkMetadata struct function NewExpectedSharedContentLinkMetadata (line 694) | func NewExpectedSharedContentLinkMetadata(AudienceOptions []*LinkAudienc... type FileAction (line 704) | type FileAction struct constant FileActionDisableViewerInfo (line 710) | FileActionDisableViewerInfo = "disable_viewer_info" constant FileActionEditContents (line 711) | FileActionEditContents = "edit_contents" constant FileActionEnableViewerInfo (line 712) | FileActionEnableViewerInfo = "enable_viewer_info" constant FileActionInviteViewer (line 713) | FileActionInviteViewer = "invite_viewer" constant FileActionInviteViewerNoComment (line 714) | FileActionInviteViewerNoComment = "invite_viewer_no_comment" constant FileActionInviteEditor (line 715) | FileActionInviteEditor = "invite_editor" constant FileActionUnshare (line 716) | FileActionUnshare = "unshare" constant FileActionRelinquishMembership (line 717) | FileActionRelinquishMembership = "relinquish_membership" constant FileActionShareLink (line 718) | FileActionShareLink = "share_link" constant FileActionCreateLink (line 719) | FileActionCreateLink = "create_link" constant FileActionCreateViewLink (line 720) | FileActionCreateViewLink = "create_view_link" constant FileActionCreateEditLink (line 721) | FileActionCreateEditLink = "create_edit_link" constant FileActionOther (line 722) | FileActionOther = "other" type FileErrorResult (line 726) | type FileErrorResult struct method UnmarshalJSON (line 747) | func (u *FileErrorResult) UnmarshalJSON(body []byte) error { constant FileErrorResultFileNotFoundError (line 740) | FileErrorResultFileNotFoundError = "file_not_found_error" constant FileErrorResultInvalidFileActionError (line 741) | FileErrorResultInvalidFileActionError = "invalid_file_action_error" constant FileErrorResultPermissionDeniedError (line 742) | FileErrorResultPermissionDeniedError = "permission_denied_error" constant FileErrorResultOther (line 743) | FileErrorResultOther = "other" type SharedLinkMetadata (line 780) | type SharedLinkMetadata struct method IsSharedLinkMetadata (line 820) | func (u *SharedLinkMetadata) IsSharedLinkMetadata() {} function NewSharedLinkMetadata (line 806) | func NewSharedLinkMetadata(Url string, Name string, LinkPermissions *Lin... type IsSharedLinkMetadata (line 815) | type IsSharedLinkMetadata interface type sharedLinkMetadataUnion (line 822) | type sharedLinkMetadataUnion struct method UnmarshalJSON (line 837) | func (u *sharedLinkMetadataUnion) UnmarshalJSON(body []byte) error { constant SharedLinkMetadataFile (line 832) | SharedLinkMetadataFile = "file" constant SharedLinkMetadataFolder (line 833) | SharedLinkMetadataFolder = "folder" function IsSharedLinkMetadataFromJSON (line 863) | func IsSharedLinkMetadataFromJSON(data []byte) (IsSharedLinkMetadata, er... type FileLinkMetadata (line 880) | type FileLinkMetadata struct function NewFileLinkMetadata (line 899) | func NewFileLinkMetadata(Url string, Name string, LinkPermissions *LinkP... type FileMemberActionError (line 912) | type FileMemberActionError struct method UnmarshalJSON (line 932) | func (u *FileMemberActionError) UnmarshalJSON(body []byte) error { constant FileMemberActionErrorInvalidMember (line 924) | FileMemberActionErrorInvalidMember = "invalid_member" constant FileMemberActionErrorNoPermission (line 925) | FileMemberActionErrorNoPermission = "no_permission" constant FileMemberActionErrorAccessError (line 926) | FileMemberActionErrorAccessError = "access_error" constant FileMemberActionErrorNoExplicitAccess (line 927) | FileMemberActionErrorNoExplicitAccess = "no_explicit_access" constant FileMemberActionErrorOther (line 928) | FileMemberActionErrorOther = "other" type FileMemberActionIndividualResult (line 959) | type FileMemberActionIndividualResult struct method UnmarshalJSON (line 978) | func (u *FileMemberActionIndividualResult) UnmarshalJSON(body []byte) ... constant FileMemberActionIndividualResultSuccess (line 973) | FileMemberActionIndividualResultSuccess = "success" constant FileMemberActionIndividualResultMemberError (line 974) | FileMemberActionIndividualResultMemberError = "member_error" type FileMemberActionResult (line 1009) | type FileMemberActionResult struct function NewFileMemberActionResult (line 1023) | func NewFileMemberActionResult(Member *MemberSelector, Result *FileMembe... type FileMemberRemoveActionResult (line 1031) | type FileMemberRemoveActionResult struct method UnmarshalJSON (line 1047) | func (u *FileMemberRemoveActionResult) UnmarshalJSON(body []byte) error { constant FileMemberRemoveActionResultSuccess (line 1041) | FileMemberRemoveActionResultSuccess = "success" constant FileMemberRemoveActionResultMemberError (line 1042) | FileMemberRemoveActionResultMemberError = "member_error" constant FileMemberRemoveActionResultOther (line 1043) | FileMemberRemoveActionResultOther = "other" type FilePermission (line 1074) | type FilePermission struct function NewFilePermission (line 1085) | func NewFilePermission(Action *FileAction, Allow bool) *FilePermission { type FolderAction (line 1093) | type FolderAction struct constant FolderActionChangeOptions (line 1099) | FolderActionChangeOptions = "change_options" constant FolderActionDisableViewerInfo (line 1100) | FolderActionDisableViewerInfo = "disable_viewer_info" constant FolderActionEditContents (line 1101) | FolderActionEditContents = "edit_contents" constant FolderActionEnableViewerInfo (line 1102) | FolderActionEnableViewerInfo = "enable_viewer_info" constant FolderActionInviteEditor (line 1103) | FolderActionInviteEditor = "invite_editor" constant FolderActionInviteViewer (line 1104) | FolderActionInviteViewer = "invite_viewer" constant FolderActionInviteViewerNoComment (line 1105) | FolderActionInviteViewerNoComment = "invite_viewer_no_comment" constant FolderActionRelinquishMembership (line 1106) | FolderActionRelinquishMembership = "relinquish_membership" constant FolderActionUnmount (line 1107) | FolderActionUnmount = "unmount" constant FolderActionUnshare (line 1108) | FolderActionUnshare = "unshare" constant FolderActionLeaveACopy (line 1109) | FolderActionLeaveACopy = "leave_a_copy" constant FolderActionShareLink (line 1110) | FolderActionShareLink = "share_link" constant FolderActionCreateLink (line 1111) | FolderActionCreateLink = "create_link" constant FolderActionSetAccessInheritance (line 1112) | FolderActionSetAccessInheritance = "set_access_inheritance" constant FolderActionOther (line 1113) | FolderActionOther = "other" type FolderLinkMetadata (line 1117) | type FolderLinkMetadata struct function NewFolderLinkMetadata (line 1122) | func NewFolderLinkMetadata(Url string, Name string, LinkPermissions *Lin... type FolderPermission (line 1132) | type FolderPermission struct function NewFolderPermission (line 1143) | func NewFolderPermission(Action *FolderAction, Allow bool) *FolderPermis... type FolderPolicy (line 1152) | type FolderPolicy struct function NewFolderPolicy (line 1174) | func NewFolderPolicy(AclUpdatePolicy *AclUpdatePolicy, SharedLinkPolicy ... type GetFileMetadataArg (line 1182) | type GetFileMetadataArg struct function NewGetFileMetadataArg (line 1192) | func NewGetFileMetadataArg(File string) *GetFileMetadataArg { type GetFileMetadataBatchArg (line 1199) | type GetFileMetadataBatchArg struct function NewGetFileMetadataBatchArg (line 1209) | func NewGetFileMetadataBatchArg(Files []string) *GetFileMetadataBatchArg { type GetFileMetadataBatchResult (line 1216) | type GetFileMetadataBatchResult struct function NewGetFileMetadataBatchResult (line 1225) | func NewGetFileMetadataBatchResult(File string, Result *GetFileMetadataI... type GetFileMetadataError (line 1233) | type GetFileMetadataError struct method UnmarshalJSON (line 1249) | func (u *GetFileMetadataError) UnmarshalJSON(body []byte) error { constant GetFileMetadataErrorUserError (line 1243) | GetFileMetadataErrorUserError = "user_error" constant GetFileMetadataErrorAccessError (line 1244) | GetFileMetadataErrorAccessError = "access_error" constant GetFileMetadataErrorOther (line 1245) | GetFileMetadataErrorOther = "other" type GetFileMetadataIndividualResult (line 1275) | type GetFileMetadataIndividualResult struct method UnmarshalJSON (line 1291) | func (u *GetFileMetadataIndividualResult) UnmarshalJSON(body []byte) e... constant GetFileMetadataIndividualResultMetadata (line 1285) | GetFileMetadataIndividualResultMetadata = "metadata" constant GetFileMetadataIndividualResultAccessError (line 1286) | GetFileMetadataIndividualResultAccessError = "access_error" constant GetFileMetadataIndividualResultOther (line 1287) | GetFileMetadataIndividualResultOther = "other" type GetMetadataArgs (line 1317) | type GetMetadataArgs struct function NewGetMetadataArgs (line 1328) | func NewGetMetadataArgs(SharedFolderId string) *GetMetadataArgs { type SharedLinkError (line 1335) | type SharedLinkError struct constant SharedLinkErrorSharedLinkNotFound (line 1341) | SharedLinkErrorSharedLinkNotFound = "shared_link_not_found" constant SharedLinkErrorSharedLinkAccessDenied (line 1342) | SharedLinkErrorSharedLinkAccessDenied = "shared_link_access_denied" constant SharedLinkErrorUnsupportedLinkType (line 1343) | SharedLinkErrorUnsupportedLinkType = "unsupported_link_type" constant SharedLinkErrorOther (line 1344) | SharedLinkErrorOther = "other" type GetSharedLinkFileError (line 1348) | type GetSharedLinkFileError struct constant GetSharedLinkFileErrorSharedLinkNotFound (line 1354) | GetSharedLinkFileErrorSharedLinkNotFound = "shared_link_not_found" constant GetSharedLinkFileErrorSharedLinkAccessDenied (line 1355) | GetSharedLinkFileErrorSharedLinkAccessDenied = "shared_link_access_denied" constant GetSharedLinkFileErrorUnsupportedLinkType (line 1356) | GetSharedLinkFileErrorUnsupportedLinkType = "unsupported_link_type" constant GetSharedLinkFileErrorOther (line 1357) | GetSharedLinkFileErrorOther = "other" constant GetSharedLinkFileErrorSharedLinkIsDirectory (line 1358) | GetSharedLinkFileErrorSharedLinkIsDirectory = "shared_link_is_directory" type GetSharedLinkMetadataArg (line 1362) | type GetSharedLinkMetadataArg struct function NewGetSharedLinkMetadataArg (line 1375) | func NewGetSharedLinkMetadataArg(Url string) *GetSharedLinkMetadataArg { type GetSharedLinksArg (line 1382) | type GetSharedLinksArg struct function NewGetSharedLinksArg (line 1388) | func NewGetSharedLinksArg() *GetSharedLinksArg { type GetSharedLinksError (line 1394) | type GetSharedLinksError struct method UnmarshalJSON (line 1407) | func (u *GetSharedLinksError) UnmarshalJSON(body []byte) error { constant GetSharedLinksErrorPath (line 1402) | GetSharedLinksErrorPath = "path" constant GetSharedLinksErrorOther (line 1403) | GetSharedLinksErrorOther = "other" type GetSharedLinksResult (line 1428) | type GetSharedLinksResult struct method UnmarshalJSON (line 1441) | func (u *GetSharedLinksResult) UnmarshalJSON(b []byte) error { function NewGetSharedLinksResult (line 1434) | func NewGetSharedLinksResult(Links []IsLinkMetadata) *GetSharedLinksResu... type GroupInfo (line 1463) | type GroupInfo struct function NewGroupInfo (line 1476) | func NewGroupInfo(GroupName string, GroupId string, GroupManagementType ... type MembershipInfo (line 1489) | type MembershipInfo struct function NewMembershipInfo (line 1504) | func NewMembershipInfo(AccessType *AccessLevel) *MembershipInfo { type GroupMembershipInfo (line 1513) | type GroupMembershipInfo struct function NewGroupMembershipInfo (line 1520) | func NewGroupMembershipInfo(AccessType *AccessLevel, Group *GroupInfo) *... type InsufficientPlan (line 1529) | type InsufficientPlan struct function NewInsufficientPlan (line 1540) | func NewInsufficientPlan(Message string) *InsufficientPlan { type InsufficientQuotaAmounts (line 1547) | type InsufficientQuotaAmounts struct function NewInsufficientQuotaAmounts (line 1559) | func NewInsufficientQuotaAmounts(SpaceNeeded uint64, SpaceShortage uint6... type InviteeInfo (line 1568) | type InviteeInfo struct method UnmarshalJSON (line 1581) | func (u *InviteeInfo) UnmarshalJSON(body []byte) error { constant InviteeInfoEmail (line 1576) | InviteeInfoEmail = "email" constant InviteeInfoOther (line 1577) | InviteeInfoOther = "other" type InviteeMembershipInfo (line 1603) | type InviteeMembershipInfo struct function NewInviteeMembershipInfo (line 1612) | func NewInviteeMembershipInfo(AccessType *AccessLevel, Invitee *InviteeI... type JobError (line 1622) | type JobError struct method UnmarshalJSON (line 1644) | func (u *JobError) UnmarshalJSON(body []byte) error { constant JobErrorUnshareFolderError (line 1637) | JobErrorUnshareFolderError = "unshare_folder_error" constant JobErrorRemoveFolderMemberError (line 1638) | JobErrorRemoveFolderMemberError = "remove_folder_member_error" constant JobErrorRelinquishFolderMembershipError (line 1639) | JobErrorRelinquishFolderMembershipError = "relinquish_folder_membership_... constant JobErrorOther (line 1640) | JobErrorOther = "other" type JobStatus (line 1678) | type JobStatus struct method UnmarshalJSON (line 1692) | func (u *JobStatus) UnmarshalJSON(body []byte) error { constant JobStatusInProgress (line 1686) | JobStatusInProgress = "in_progress" constant JobStatusComplete (line 1687) | JobStatusComplete = "complete" constant JobStatusFailed (line 1688) | JobStatusFailed = "failed" type LinkAccessLevel (line 1713) | type LinkAccessLevel struct constant LinkAccessLevelViewer (line 1719) | LinkAccessLevelViewer = "viewer" constant LinkAccessLevelEditor (line 1720) | LinkAccessLevelEditor = "editor" constant LinkAccessLevelOther (line 1721) | LinkAccessLevelOther = "other" type LinkAction (line 1725) | type LinkAction struct constant LinkActionChangeAccessLevel (line 1731) | LinkActionChangeAccessLevel = "change_access_level" constant LinkActionChangeAudience (line 1732) | LinkActionChangeAudience = "change_audience" constant LinkActionRemoveExpiry (line 1733) | LinkActionRemoveExpiry = "remove_expiry" constant LinkActionRemovePassword (line 1734) | LinkActionRemovePassword = "remove_password" constant LinkActionSetExpiry (line 1735) | LinkActionSetExpiry = "set_expiry" constant LinkActionSetPassword (line 1736) | LinkActionSetPassword = "set_password" constant LinkActionOther (line 1737) | LinkActionOther = "other" type LinkAudience (line 1741) | type LinkAudience struct constant LinkAudiencePublic (line 1747) | LinkAudiencePublic = "public" constant LinkAudienceTeam (line 1748) | LinkAudienceTeam = "team" constant LinkAudienceNoOne (line 1749) | LinkAudienceNoOne = "no_one" constant LinkAudiencePassword (line 1750) | LinkAudiencePassword = "password" constant LinkAudienceMembers (line 1751) | LinkAudienceMembers = "members" constant LinkAudienceOther (line 1752) | LinkAudienceOther = "other" type VisibilityPolicyDisallowedReason (line 1756) | type VisibilityPolicyDisallowedReason struct constant VisibilityPolicyDisallowedReasonDeleteAndRecreate (line 1762) | VisibilityPolicyDisallowedReasonDeleteAndRecreate = "delete_and_r... constant VisibilityPolicyDisallowedReasonRestrictedBySharedFolder (line 1763) | VisibilityPolicyDisallowedReasonRestrictedBySharedFolder = "restricted_b... constant VisibilityPolicyDisallowedReasonRestrictedByTeam (line 1764) | VisibilityPolicyDisallowedReasonRestrictedByTeam = "restricted_b... constant VisibilityPolicyDisallowedReasonUserNotOnTeam (line 1765) | VisibilityPolicyDisallowedReasonUserNotOnTeam = "user_not_on_... constant VisibilityPolicyDisallowedReasonUserAccountType (line 1766) | VisibilityPolicyDisallowedReasonUserAccountType = "user_account... constant VisibilityPolicyDisallowedReasonPermissionDenied (line 1767) | VisibilityPolicyDisallowedReasonPermissionDenied = "permission_d... constant VisibilityPolicyDisallowedReasonOther (line 1768) | VisibilityPolicyDisallowedReasonOther = "other" type LinkAudienceDisallowedReason (line 1773) | type LinkAudienceDisallowedReason struct constant LinkAudienceDisallowedReasonDeleteAndRecreate (line 1779) | LinkAudienceDisallowedReasonDeleteAndRecreate = "delete_and_recre... constant LinkAudienceDisallowedReasonRestrictedBySharedFolder (line 1780) | LinkAudienceDisallowedReasonRestrictedBySharedFolder = "restricted_by_sh... constant LinkAudienceDisallowedReasonRestrictedByTeam (line 1781) | LinkAudienceDisallowedReasonRestrictedByTeam = "restricted_by_team" constant LinkAudienceDisallowedReasonUserNotOnTeam (line 1782) | LinkAudienceDisallowedReasonUserNotOnTeam = "user_not_on_team" constant LinkAudienceDisallowedReasonUserAccountType (line 1783) | LinkAudienceDisallowedReasonUserAccountType = "user_account_type" constant LinkAudienceDisallowedReasonPermissionDenied (line 1784) | LinkAudienceDisallowedReasonPermissionDenied = "permission_denied" constant LinkAudienceDisallowedReasonOther (line 1785) | LinkAudienceDisallowedReasonOther = "other" type LinkAudienceOption (line 1789) | type LinkAudienceOption struct function NewLinkAudienceOption (line 1801) | func NewLinkAudienceOption(Audience *LinkAudience, Allowed bool) *LinkAu... type LinkExpiry (line 1809) | type LinkExpiry struct method UnmarshalJSON (line 1823) | func (u *LinkExpiry) UnmarshalJSON(body []byte) error { constant LinkExpiryRemoveExpiry (line 1817) | LinkExpiryRemoveExpiry = "remove_expiry" constant LinkExpirySetExpiry (line 1818) | LinkExpirySetExpiry = "set_expiry" constant LinkExpiryOther (line 1819) | LinkExpiryOther = "other" type LinkPassword (line 1844) | type LinkPassword struct method UnmarshalJSON (line 1858) | func (u *LinkPassword) UnmarshalJSON(body []byte) error { constant LinkPasswordRemovePassword (line 1852) | LinkPasswordRemovePassword = "remove_password" constant LinkPasswordSetPassword (line 1853) | LinkPasswordSetPassword = "set_password" constant LinkPasswordOther (line 1854) | LinkPasswordOther = "other" type LinkPermission (line 1879) | type LinkPermission struct function NewLinkPermission (line 1889) | func NewLinkPermission(Action *LinkAction, Allow bool) *LinkPermission { type LinkPermissions (line 1897) | type LinkPermissions struct function NewLinkPermissions (line 1969) | func NewLinkPermissions(CanRevoke bool, VisibilityPolicies []*Visibility... type LinkSettings (line 1984) | type LinkSettings struct function NewLinkSettings (line 1997) | func NewLinkSettings() *LinkSettings { type ListFileMembersArg (line 2003) | type ListFileMembersArg struct function NewListFileMembersArg (line 2017) | func NewListFileMembersArg(File string) *ListFileMembersArg { type ListFileMembersBatchArg (line 2026) | type ListFileMembersBatchArg struct function NewListFileMembersBatchArg (line 2035) | func NewListFileMembersBatchArg(Files []string) *ListFileMembersBatchArg { type ListFileMembersBatchResult (line 2043) | type ListFileMembersBatchResult struct function NewListFileMembersBatchResult (line 2051) | func NewListFileMembersBatchResult(File string, Result *ListFileMembersI... type ListFileMembersContinueArg (line 2059) | type ListFileMembersContinueArg struct function NewListFileMembersContinueArg (line 2066) | func NewListFileMembersContinueArg(Cursor string) *ListFileMembersContin... type ListFileMembersContinueError (line 2073) | type ListFileMembersContinueError struct method UnmarshalJSON (line 2090) | func (u *ListFileMembersContinueError) UnmarshalJSON(body []byte) error { constant ListFileMembersContinueErrorUserError (line 2083) | ListFileMembersContinueErrorUserError = "user_error" constant ListFileMembersContinueErrorAccessError (line 2084) | ListFileMembersContinueErrorAccessError = "access_error" constant ListFileMembersContinueErrorInvalidCursor (line 2085) | ListFileMembersContinueErrorInvalidCursor = "invalid_cursor" constant ListFileMembersContinueErrorOther (line 2086) | ListFileMembersContinueErrorOther = "other" type ListFileMembersCountResult (line 2116) | type ListFileMembersCountResult struct function NewListFileMembersCountResult (line 2125) | func NewListFileMembersCountResult(Members *SharedFileMembers, MemberCou... type ListFileMembersError (line 2133) | type ListFileMembersError struct method UnmarshalJSON (line 2149) | func (u *ListFileMembersError) UnmarshalJSON(body []byte) error { constant ListFileMembersErrorUserError (line 2143) | ListFileMembersErrorUserError = "user_error" constant ListFileMembersErrorAccessError (line 2144) | ListFileMembersErrorAccessError = "access_error" constant ListFileMembersErrorOther (line 2145) | ListFileMembersErrorOther = "other" type ListFileMembersIndividualResult (line 2175) | type ListFileMembersIndividualResult struct method UnmarshalJSON (line 2191) | func (u *ListFileMembersIndividualResult) UnmarshalJSON(body []byte) e... constant ListFileMembersIndividualResultResult (line 2185) | ListFileMembersIndividualResultResult = "result" constant ListFileMembersIndividualResultAccessError (line 2186) | ListFileMembersIndividualResultAccessError = "access_error" constant ListFileMembersIndividualResultOther (line 2187) | ListFileMembersIndividualResultOther = "other" type ListFilesArg (line 2218) | type ListFilesArg struct function NewListFilesArg (line 2229) | func NewListFilesArg() *ListFilesArg { type ListFilesContinueArg (line 2236) | type ListFilesContinueArg struct function NewListFilesContinueArg (line 2242) | func NewListFilesContinueArg(Cursor string) *ListFilesContinueArg { type ListFilesContinueError (line 2249) | type ListFilesContinueError struct method UnmarshalJSON (line 2263) | func (u *ListFilesContinueError) UnmarshalJSON(body []byte) error { constant ListFilesContinueErrorUserError (line 2257) | ListFilesContinueErrorUserError = "user_error" constant ListFilesContinueErrorInvalidCursor (line 2258) | ListFilesContinueErrorInvalidCursor = "invalid_cursor" constant ListFilesContinueErrorOther (line 2259) | ListFilesContinueErrorOther = "other" type ListFilesResult (line 2284) | type ListFilesResult struct function NewListFilesResult (line 2292) | func NewListFilesResult(Entries []*SharedFileMetadata) *ListFilesResult { type ListFolderMembersCursorArg (line 2299) | type ListFolderMembersCursorArg struct function NewListFolderMembersCursorArg (line 2310) | func NewListFolderMembersCursorArg() *ListFolderMembersCursorArg { type ListFolderMembersArgs (line 2317) | type ListFolderMembersArgs struct function NewListFolderMembersArgs (line 2324) | func NewListFolderMembersArgs(SharedFolderId string) *ListFolderMembersA... type ListFolderMembersContinueArg (line 2332) | type ListFolderMembersContinueArg struct function NewListFolderMembersContinueArg (line 2339) | func NewListFolderMembersContinueArg(Cursor string) *ListFolderMembersCo... type ListFolderMembersContinueError (line 2346) | type ListFolderMembersContinueError struct method UnmarshalJSON (line 2360) | func (u *ListFolderMembersContinueError) UnmarshalJSON(body []byte) er... constant ListFolderMembersContinueErrorAccessError (line 2354) | ListFolderMembersContinueErrorAccessError = "access_error" constant ListFolderMembersContinueErrorInvalidCursor (line 2355) | ListFolderMembersContinueErrorInvalidCursor = "invalid_cursor" constant ListFolderMembersContinueErrorOther (line 2356) | ListFolderMembersContinueErrorOther = "other" type ListFoldersArgs (line 2381) | type ListFoldersArgs struct function NewListFoldersArgs (line 2392) | func NewListFoldersArgs() *ListFoldersArgs { type ListFoldersContinueArg (line 2399) | type ListFoldersContinueArg struct function NewListFoldersContinueArg (line 2406) | func NewListFoldersContinueArg(Cursor string) *ListFoldersContinueArg { type ListFoldersContinueError (line 2413) | type ListFoldersContinueError struct constant ListFoldersContinueErrorInvalidCursor (line 2419) | ListFoldersContinueErrorInvalidCursor = "invalid_cursor" constant ListFoldersContinueErrorOther (line 2420) | ListFoldersContinueErrorOther = "other" type ListFoldersResult (line 2426) | type ListFoldersResult struct function NewListFoldersResult (line 2438) | func NewListFoldersResult(Entries []*SharedFolderMetadata) *ListFoldersR... type ListSharedLinksArg (line 2445) | type ListSharedLinksArg struct function NewListSharedLinksArg (line 2455) | func NewListSharedLinksArg() *ListSharedLinksArg { type ListSharedLinksError (line 2461) | type ListSharedLinksError struct method UnmarshalJSON (line 2475) | func (u *ListSharedLinksError) UnmarshalJSON(body []byte) error { constant ListSharedLinksErrorPath (line 2469) | ListSharedLinksErrorPath = "path" constant ListSharedLinksErrorReset (line 2470) | ListSharedLinksErrorReset = "reset" constant ListSharedLinksErrorOther (line 2471) | ListSharedLinksErrorOther = "other" type ListSharedLinksResult (line 2496) | type ListSharedLinksResult struct method UnmarshalJSON (line 2516) | func (u *ListSharedLinksResult) UnmarshalJSON(b []byte) error { function NewListSharedLinksResult (line 2508) | func NewListSharedLinksResult(Links []IsSharedLinkMetadata, HasMore bool... type MemberAccessLevelResult (line 2547) | type MemberAccessLevelResult struct function NewMemberAccessLevelResult (line 2561) | func NewMemberAccessLevelResult() *MemberAccessLevelResult { type MemberAction (line 2567) | type MemberAction struct constant MemberActionLeaveACopy (line 2573) | MemberActionLeaveACopy = "leave_a_copy" constant MemberActionMakeEditor (line 2574) | MemberActionMakeEditor = "make_editor" constant MemberActionMakeOwner (line 2575) | MemberActionMakeOwner = "make_owner" constant MemberActionMakeViewer (line 2576) | MemberActionMakeViewer = "make_viewer" constant MemberActionMakeViewerNoComment (line 2577) | MemberActionMakeViewerNoComment = "make_viewer_no_comment" constant MemberActionRemove (line 2578) | MemberActionRemove = "remove" constant MemberActionOther (line 2579) | MemberActionOther = "other" type MemberPermission (line 2584) | type MemberPermission struct function NewMemberPermission (line 2595) | func NewMemberPermission(Action *MemberAction, Allow bool) *MemberPermis... type MemberPolicy (line 2604) | type MemberPolicy struct constant MemberPolicyTeam (line 2610) | MemberPolicyTeam = "team" constant MemberPolicyAnyone (line 2611) | MemberPolicyAnyone = "anyone" constant MemberPolicyOther (line 2612) | MemberPolicyOther = "other" type MemberSelector (line 2617) | type MemberSelector struct method UnmarshalJSON (line 2633) | func (u *MemberSelector) UnmarshalJSON(body []byte) error { constant MemberSelectorDropboxId (line 2627) | MemberSelectorDropboxId = "dropbox_id" constant MemberSelectorEmail (line 2628) | MemberSelectorEmail = "email" constant MemberSelectorOther (line 2629) | MemberSelectorOther = "other" type ModifySharedLinkSettingsArgs (line 2659) | type ModifySharedLinkSettingsArgs struct function NewModifySharedLinkSettingsArgs (line 2670) | func NewModifySharedLinkSettingsArgs(Url string, Settings *SharedLinkSet... type ModifySharedLinkSettingsError (line 2679) | type ModifySharedLinkSettingsError struct method UnmarshalJSON (line 2696) | func (u *ModifySharedLinkSettingsError) UnmarshalJSON(body []byte) err... constant ModifySharedLinkSettingsErrorSharedLinkNotFound (line 2687) | ModifySharedLinkSettingsErrorSharedLinkNotFound = "shared_link_not_f... constant ModifySharedLinkSettingsErrorSharedLinkAccessDenied (line 2688) | ModifySharedLinkSettingsErrorSharedLinkAccessDenied = "shared_link_acces... constant ModifySharedLinkSettingsErrorUnsupportedLinkType (line 2689) | ModifySharedLinkSettingsErrorUnsupportedLinkType = "unsupported_link_... constant ModifySharedLinkSettingsErrorOther (line 2690) | ModifySharedLinkSettingsErrorOther = "other" constant ModifySharedLinkSettingsErrorSettingsError (line 2691) | ModifySharedLinkSettingsErrorSettingsError = "settings_error" constant ModifySharedLinkSettingsErrorEmailNotVerified (line 2692) | ModifySharedLinkSettingsErrorEmailNotVerified = "email_not_verified" type MountFolderArg (line 2717) | type MountFolderArg struct function NewMountFolderArg (line 2723) | func NewMountFolderArg(SharedFolderId string) *MountFolderArg { type MountFolderError (line 2730) | type MountFolderError struct method UnmarshalJSON (line 2751) | func (u *MountFolderError) UnmarshalJSON(body []byte) error { constant MountFolderErrorAccessError (line 2741) | MountFolderErrorAccessError = "access_error" constant MountFolderErrorInsideSharedFolder (line 2742) | MountFolderErrorInsideSharedFolder = "inside_shared_folder" constant MountFolderErrorInsufficientQuota (line 2743) | MountFolderErrorInsufficientQuota = "insufficient_quota" constant MountFolderErrorAlreadyMounted (line 2744) | MountFolderErrorAlreadyMounted = "already_mounted" constant MountFolderErrorNoPermission (line 2745) | MountFolderErrorNoPermission = "no_permission" constant MountFolderErrorNotMountable (line 2746) | MountFolderErrorNotMountable = "not_mountable" constant MountFolderErrorOther (line 2747) | MountFolderErrorOther = "other" type ParentFolderAccessInfo (line 2778) | type ParentFolderAccessInfo struct function NewParentFolderAccessInfo (line 2791) | func NewParentFolderAccessInfo(FolderName string, SharedFolderId string,... type PathLinkMetadata (line 2801) | type PathLinkMetadata struct function NewPathLinkMetadata (line 2808) | func NewPathLinkMetadata(Url string, Visibility *Visibility, Path string... type PendingUploadMode (line 2818) | type PendingUploadMode struct constant PendingUploadModeFile (line 2824) | PendingUploadModeFile = "file" constant PendingUploadModeFolder (line 2825) | PendingUploadModeFolder = "folder" type PermissionDeniedReason (line 2829) | type PermissionDeniedReason struct method UnmarshalJSON (line 2856) | func (u *PermissionDeniedReason) UnmarshalJSON(body []byte) error { constant PermissionDeniedReasonUserNotSameTeamAsOwner (line 2837) | PermissionDeniedReasonUserNotSameTeamAsOwner = "user_not_same_team_a... constant PermissionDeniedReasonUserNotAllowedByOwner (line 2838) | PermissionDeniedReasonUserNotAllowedByOwner = "user_not_allowed_by_... constant PermissionDeniedReasonTargetIsIndirectMember (line 2839) | PermissionDeniedReasonTargetIsIndirectMember = "target_is_indirect_m... constant PermissionDeniedReasonTargetIsOwner (line 2840) | PermissionDeniedReasonTargetIsOwner = "target_is_owner" constant PermissionDeniedReasonTargetIsSelf (line 2841) | PermissionDeniedReasonTargetIsSelf = "target_is_self" constant PermissionDeniedReasonTargetNotActive (line 2842) | PermissionDeniedReasonTargetNotActive = "target_not_active" constant PermissionDeniedReasonFolderIsLimitedTeamFolder (line 2843) | PermissionDeniedReasonFolderIsLimitedTeamFolder = "folder_is_limited_te... constant PermissionDeniedReasonOwnerNotOnTeam (line 2844) | PermissionDeniedReasonOwnerNotOnTeam = "owner_not_on_team" constant PermissionDeniedReasonPermissionDenied (line 2845) | PermissionDeniedReasonPermissionDenied = "permission_denied" constant PermissionDeniedReasonRestrictedByTeam (line 2846) | PermissionDeniedReasonRestrictedByTeam = "restricted_by_team" constant PermissionDeniedReasonUserAccountType (line 2847) | PermissionDeniedReasonUserAccountType = "user_account_type" constant PermissionDeniedReasonUserNotOnTeam (line 2848) | PermissionDeniedReasonUserNotOnTeam = "user_not_on_team" constant PermissionDeniedReasonFolderIsInsideSharedFolder (line 2849) | PermissionDeniedReasonFolderIsInsideSharedFolder = "folder_is_inside_sha... constant PermissionDeniedReasonRestrictedByParentFolder (line 2850) | PermissionDeniedReasonRestrictedByParentFolder = "restricted_by_parent... constant PermissionDeniedReasonInsufficientPlan (line 2851) | PermissionDeniedReasonInsufficientPlan = "insufficient_plan" constant PermissionDeniedReasonOther (line 2852) | PermissionDeniedReasonOther = "other" type RelinquishFileMembershipArg (line 2877) | type RelinquishFileMembershipArg struct function NewRelinquishFileMembershipArg (line 2883) | func NewRelinquishFileMembershipArg(File string) *RelinquishFileMembersh... type RelinquishFileMembershipError (line 2890) | type RelinquishFileMembershipError struct method UnmarshalJSON (line 2905) | func (u *RelinquishFileMembershipError) UnmarshalJSON(body []byte) err... constant RelinquishFileMembershipErrorAccessError (line 2898) | RelinquishFileMembershipErrorAccessError = "access_error" constant RelinquishFileMembershipErrorGroupAccess (line 2899) | RelinquishFileMembershipErrorGroupAccess = "group_access" constant RelinquishFileMembershipErrorNoPermission (line 2900) | RelinquishFileMembershipErrorNoPermission = "no_permission" constant RelinquishFileMembershipErrorOther (line 2901) | RelinquishFileMembershipErrorOther = "other" type RelinquishFolderMembershipArg (line 2926) | type RelinquishFolderMembershipArg struct function NewRelinquishFolderMembershipArg (line 2936) | func NewRelinquishFolderMembershipArg(SharedFolderId string) *Relinquish... type RelinquishFolderMembershipError (line 2944) | type RelinquishFolderMembershipError struct method UnmarshalJSON (line 2963) | func (u *RelinquishFolderMembershipError) UnmarshalJSON(body []byte) e... constant RelinquishFolderMembershipErrorAccessError (line 2952) | RelinquishFolderMembershipErrorAccessError = "access_error" constant RelinquishFolderMembershipErrorFolderOwner (line 2953) | RelinquishFolderMembershipErrorFolderOwner = "folder_owner" constant RelinquishFolderMembershipErrorMounted (line 2954) | RelinquishFolderMembershipErrorMounted = "mounted" constant RelinquishFolderMembershipErrorGroupAccess (line 2955) | RelinquishFolderMembershipErrorGroupAccess = "group_access" constant RelinquishFolderMembershipErrorTeamFolder (line 2956) | RelinquishFolderMembershipErrorTeamFolder = "team_folder" constant RelinquishFolderMembershipErrorNoPermission (line 2957) | RelinquishFolderMembershipErrorNoPermission = "no_permission" constant RelinquishFolderMembershipErrorNoExplicitAccess (line 2958) | RelinquishFolderMembershipErrorNoExplicitAccess = "no_explicit_access" constant RelinquishFolderMembershipErrorOther (line 2959) | RelinquishFolderMembershipErrorOther = "other" type RemoveFileMemberArg (line 2984) | type RemoveFileMemberArg struct function NewRemoveFileMemberArg (line 2994) | func NewRemoveFileMemberArg(File string, Member *MemberSelector) *Remove... type RemoveFileMemberError (line 3002) | type RemoveFileMemberError struct method UnmarshalJSON (line 3023) | func (u *RemoveFileMemberError) UnmarshalJSON(body []byte) error { constant RemoveFileMemberErrorUserError (line 3016) | RemoveFileMemberErrorUserError = "user_error" constant RemoveFileMemberErrorAccessError (line 3017) | RemoveFileMemberErrorAccessError = "access_error" constant RemoveFileMemberErrorNoExplicitAccess (line 3018) | RemoveFileMemberErrorNoExplicitAccess = "no_explicit_access" constant RemoveFileMemberErrorOther (line 3019) | RemoveFileMemberErrorOther = "other" type RemoveFolderMemberArg (line 3054) | type RemoveFolderMemberArg struct function NewRemoveFolderMemberArg (line 3068) | func NewRemoveFolderMemberArg(SharedFolderId string, Member *MemberSelec... type RemoveFolderMemberError (line 3077) | type RemoveFolderMemberError struct method UnmarshalJSON (line 3098) | func (u *RemoveFolderMemberError) UnmarshalJSON(body []byte) error { constant RemoveFolderMemberErrorAccessError (line 3087) | RemoveFolderMemberErrorAccessError = "access_error" constant RemoveFolderMemberErrorMemberError (line 3088) | RemoveFolderMemberErrorMemberError = "member_error" constant RemoveFolderMemberErrorFolderOwner (line 3089) | RemoveFolderMemberErrorFolderOwner = "folder_owner" constant RemoveFolderMemberErrorGroupAccess (line 3090) | RemoveFolderMemberErrorGroupAccess = "group_access" constant RemoveFolderMemberErrorTeamFolder (line 3091) | RemoveFolderMemberErrorTeamFolder = "team_folder" constant RemoveFolderMemberErrorNoPermission (line 3092) | RemoveFolderMemberErrorNoPermission = "no_permission" constant RemoveFolderMemberErrorTooManyFiles (line 3093) | RemoveFolderMemberErrorTooManyFiles = "too_many_files" constant RemoveFolderMemberErrorOther (line 3094) | RemoveFolderMemberErrorOther = "other" type RemoveMemberJobStatus (line 3124) | type RemoveMemberJobStatus struct method UnmarshalJSON (line 3141) | func (u *RemoveMemberJobStatus) UnmarshalJSON(body []byte) error { constant RemoveMemberJobStatusInProgress (line 3135) | RemoveMemberJobStatusInProgress = "in_progress" constant RemoveMemberJobStatusComplete (line 3136) | RemoveMemberJobStatusComplete = "complete" constant RemoveMemberJobStatusFailed (line 3137) | RemoveMemberJobStatusFailed = "failed" type RequestedLinkAccessLevel (line 3167) | type RequestedLinkAccessLevel struct constant RequestedLinkAccessLevelViewer (line 3173) | RequestedLinkAccessLevelViewer = "viewer" constant RequestedLinkAccessLevelEditor (line 3174) | RequestedLinkAccessLevelEditor = "editor" constant RequestedLinkAccessLevelMax (line 3175) | RequestedLinkAccessLevelMax = "max" constant RequestedLinkAccessLevelOther (line 3176) | RequestedLinkAccessLevelOther = "other" type RevokeSharedLinkArg (line 3180) | type RevokeSharedLinkArg struct function NewRevokeSharedLinkArg (line 3186) | func NewRevokeSharedLinkArg(Url string) *RevokeSharedLinkArg { type RevokeSharedLinkError (line 3193) | type RevokeSharedLinkError struct constant RevokeSharedLinkErrorSharedLinkNotFound (line 3199) | RevokeSharedLinkErrorSharedLinkNotFound = "shared_link_not_found" constant RevokeSharedLinkErrorSharedLinkAccessDenied (line 3200) | RevokeSharedLinkErrorSharedLinkAccessDenied = "shared_link_access_denied" constant RevokeSharedLinkErrorUnsupportedLinkType (line 3201) | RevokeSharedLinkErrorUnsupportedLinkType = "unsupported_link_type" constant RevokeSharedLinkErrorOther (line 3202) | RevokeSharedLinkErrorOther = "other" constant RevokeSharedLinkErrorSharedLinkMalformed (line 3203) | RevokeSharedLinkErrorSharedLinkMalformed = "shared_link_malformed" type SetAccessInheritanceArg (line 3207) | type SetAccessInheritanceArg struct function NewSetAccessInheritanceArg (line 3215) | func NewSetAccessInheritanceArg(SharedFolderId string) *SetAccessInherit... type SetAccessInheritanceError (line 3223) | type SetAccessInheritanceError struct method UnmarshalJSON (line 3237) | func (u *SetAccessInheritanceError) UnmarshalJSON(body []byte) error { constant SetAccessInheritanceErrorAccessError (line 3231) | SetAccessInheritanceErrorAccessError = "access_error" constant SetAccessInheritanceErrorNoPermission (line 3232) | SetAccessInheritanceErrorNoPermission = "no_permission" constant SetAccessInheritanceErrorOther (line 3233) | SetAccessInheritanceErrorOther = "other" type ShareFolderArgBase (line 3258) | type ShareFolderArgBase struct function NewShareFolderArgBase (line 3281) | func NewShareFolderArgBase(Path string) *ShareFolderArgBase { type ShareFolderArg (line 3290) | type ShareFolderArg struct function NewShareFolderArg (line 3302) | func NewShareFolderArg(Path string) *ShareFolderArg { type ShareFolderErrorBase (line 3311) | type ShareFolderErrorBase struct method UnmarshalJSON (line 3327) | func (u *ShareFolderErrorBase) UnmarshalJSON(body []byte) error { constant ShareFolderErrorBaseEmailUnverified (line 3319) | ShareFolderErrorBaseEmailUnverified = "email_unverified" constant ShareFolderErrorBaseBadPath (line 3320) | ShareFolderErrorBaseBadPath = "bad_path" constant ShareFolderErrorBaseTeamPolicyDisallowsMemberPolicy (line 3321) | ShareFolderErrorBaseTeamPolicyDisallowsMemberPolicy = "team_policy_disal... constant ShareFolderErrorBaseDisallowedSharedLinkPolicy (line 3322) | ShareFolderErrorBaseDisallowedSharedLinkPolicy = "disallowed_shared... constant ShareFolderErrorBaseOther (line 3323) | ShareFolderErrorBaseOther = "other" type ShareFolderError (line 3348) | type ShareFolderError struct method UnmarshalJSON (line 3365) | func (u *ShareFolderError) UnmarshalJSON(body []byte) error { constant ShareFolderErrorEmailUnverified (line 3356) | ShareFolderErrorEmailUnverified = "email_unverified" constant ShareFolderErrorBadPath (line 3357) | ShareFolderErrorBadPath = "bad_path" constant ShareFolderErrorTeamPolicyDisallowsMemberPolicy (line 3358) | ShareFolderErrorTeamPolicyDisallowsMemberPolicy = "team_policy_disallows... constant ShareFolderErrorDisallowedSharedLinkPolicy (line 3359) | ShareFolderErrorDisallowedSharedLinkPolicy = "disallowed_shared_lin... constant ShareFolderErrorOther (line 3360) | ShareFolderErrorOther = "other" constant ShareFolderErrorNoPermission (line 3361) | ShareFolderErrorNoPermission = "no_permission" type ShareFolderJobStatus (line 3386) | type ShareFolderJobStatus struct method UnmarshalJSON (line 3403) | func (u *ShareFolderJobStatus) UnmarshalJSON(body []byte) error { constant ShareFolderJobStatusInProgress (line 3397) | ShareFolderJobStatusInProgress = "in_progress" constant ShareFolderJobStatusComplete (line 3398) | ShareFolderJobStatusComplete = "complete" constant ShareFolderJobStatusFailed (line 3399) | ShareFolderJobStatusFailed = "failed" type ShareFolderLaunch (line 3429) | type ShareFolderLaunch struct method UnmarshalJSON (line 3446) | func (u *ShareFolderLaunch) UnmarshalJSON(body []byte) error { constant ShareFolderLaunchAsyncJobId (line 3441) | ShareFolderLaunchAsyncJobId = "async_job_id" constant ShareFolderLaunchComplete (line 3442) | ShareFolderLaunchComplete = "complete" type SharePathError (line 3474) | type SharePathError struct method UnmarshalJSON (line 3503) | func (u *SharePathError) UnmarshalJSON(body []byte) error { constant SharePathErrorIsFile (line 3483) | SharePathErrorIsFile = "is_file" constant SharePathErrorInsideSharedFolder (line 3484) | SharePathErrorInsideSharedFolder = "inside_shared_folder" constant SharePathErrorContainsSharedFolder (line 3485) | SharePathErrorContainsSharedFolder = "contains_shared_folder" constant SharePathErrorContainsAppFolder (line 3486) | SharePathErrorContainsAppFolder = "contains_app_folder" constant SharePathErrorContainsTeamFolder (line 3487) | SharePathErrorContainsTeamFolder = "contains_team_folder" constant SharePathErrorIsAppFolder (line 3488) | SharePathErrorIsAppFolder = "is_app_folder" constant SharePathErrorInsideAppFolder (line 3489) | SharePathErrorInsideAppFolder = "inside_app_folder" constant SharePathErrorIsPublicFolder (line 3490) | SharePathErrorIsPublicFolder = "is_public_folder" constant SharePathErrorInsidePublicFolder (line 3491) | SharePathErrorInsidePublicFolder = "inside_public_folder" constant SharePathErrorAlreadyShared (line 3492) | SharePathErrorAlreadyShared = "already_shared" constant SharePathErrorInvalidPath (line 3493) | SharePathErrorInvalidPath = "invalid_path" constant SharePathErrorIsOsxPackage (line 3494) | SharePathErrorIsOsxPackage = "is_osx_package" constant SharePathErrorInsideOsxPackage (line 3495) | SharePathErrorInsideOsxPackage = "inside_osx_package" constant SharePathErrorIsVault (line 3496) | SharePathErrorIsVault = "is_vault" constant SharePathErrorIsVaultLocked (line 3497) | SharePathErrorIsVaultLocked = "is_vault_locked" constant SharePathErrorIsFamily (line 3498) | SharePathErrorIsFamily = "is_family" constant SharePathErrorOther (line 3499) | SharePathErrorOther = "other" type SharedContentLinkMetadata (line 3524) | type SharedContentLinkMetadata struct function NewSharedContentLinkMetadata (line 3536) | func NewSharedContentLinkMetadata(AudienceOptions []*LinkAudience, Curre... type SharedFileMembers (line 3549) | type SharedFileMembers struct function NewSharedFileMembers (line 3564) | func NewSharedFileMembers(Users []*UserFileMembershipInfo, Groups []*Gro... type SharedFileMetadata (line 3573) | type SharedFileMetadata struct function NewSharedFileMetadata (line 3621) | func NewSharedFileMetadata(Id string, Name string, Policy *FolderPolicy,... type SharedFolderAccessError (line 3631) | type SharedFolderAccessError struct constant SharedFolderAccessErrorInvalidId (line 3637) | SharedFolderAccessErrorInvalidId = "invalid_id" constant SharedFolderAccessErrorNotAMember (line 3638) | SharedFolderAccessErrorNotAMember = "not_a_member" constant SharedFolderAccessErrorEmailUnverified (line 3639) | SharedFolderAccessErrorEmailUnverified = "email_unverified" constant SharedFolderAccessErrorUnmounted (line 3640) | SharedFolderAccessErrorUnmounted = "unmounted" constant SharedFolderAccessErrorOther (line 3641) | SharedFolderAccessErrorOther = "other" type SharedFolderMemberError (line 3645) | type SharedFolderMemberError struct method UnmarshalJSON (line 3661) | func (u *SharedFolderMemberError) UnmarshalJSON(body []byte) error { constant SharedFolderMemberErrorInvalidDropboxId (line 3654) | SharedFolderMemberErrorInvalidDropboxId = "invalid_dropbox_id" constant SharedFolderMemberErrorNotAMember (line 3655) | SharedFolderMemberErrorNotAMember = "not_a_member" constant SharedFolderMemberErrorNoExplicitAccess (line 3656) | SharedFolderMemberErrorNoExplicitAccess = "no_explicit_access" constant SharedFolderMemberErrorOther (line 3657) | SharedFolderMemberErrorOther = "other" type SharedFolderMembers (line 3682) | type SharedFolderMembers struct function NewSharedFolderMembers (line 3696) | func NewSharedFolderMembers(Users []*UserMembershipInfo, Groups []*Group... type SharedFolderMetadataBase (line 3705) | type SharedFolderMetadataBase struct function NewSharedFolderMetadataBase (line 3732) | func NewSharedFolderMetadataBase(AccessType *AccessLevel, IsInsideTeamFo... type SharedFolderMetadata (line 3742) | type SharedFolderMetadata struct function NewSharedFolderMetadata (line 3769) | func NewSharedFolderMetadata(AccessType *AccessLevel, IsInsideTeamFolder... type SharedLinkAccessFailureReason (line 3784) | type SharedLinkAccessFailureReason struct constant SharedLinkAccessFailureReasonLoginRequired (line 3790) | SharedLinkAccessFailureReasonLoginRequired = "login_required" constant SharedLinkAccessFailureReasonEmailVerifyRequired (line 3791) | SharedLinkAccessFailureReasonEmailVerifyRequired = "email_verify_required" constant SharedLinkAccessFailureReasonPasswordRequired (line 3792) | SharedLinkAccessFailureReasonPasswordRequired = "password_required" constant SharedLinkAccessFailureReasonTeamOnly (line 3793) | SharedLinkAccessFailureReasonTeamOnly = "team_only" constant SharedLinkAccessFailureReasonOwnerOnly (line 3794) | SharedLinkAccessFailureReasonOwnerOnly = "owner_only" constant SharedLinkAccessFailureReasonOther (line 3795) | SharedLinkAccessFailureReasonOther = "other" type SharedLinkAlreadyExistsMetadata (line 3799) | type SharedLinkAlreadyExistsMetadata struct method UnmarshalJSON (line 3812) | func (u *SharedLinkAlreadyExistsMetadata) UnmarshalJSON(body []byte) e... constant SharedLinkAlreadyExistsMetadataMetadata (line 3807) | SharedLinkAlreadyExistsMetadataMetadata = "metadata" constant SharedLinkAlreadyExistsMetadataOther (line 3808) | SharedLinkAlreadyExistsMetadataOther = "other" type SharedLinkPolicy (line 3835) | type SharedLinkPolicy struct constant SharedLinkPolicyAnyone (line 3841) | SharedLinkPolicyAnyone = "anyone" constant SharedLinkPolicyTeam (line 3842) | SharedLinkPolicyTeam = "team" constant SharedLinkPolicyMembers (line 3843) | SharedLinkPolicyMembers = "members" constant SharedLinkPolicyOther (line 3844) | SharedLinkPolicyOther = "other" type SharedLinkSettings (line 3848) | type SharedLinkSettings struct function NewSharedLinkSettings (line 3875) | func NewSharedLinkSettings() *SharedLinkSettings { type SharedLinkSettingsError (line 3881) | type SharedLinkSettingsError struct constant SharedLinkSettingsErrorInvalidSettings (line 3887) | SharedLinkSettingsErrorInvalidSettings = "invalid_settings" constant SharedLinkSettingsErrorNotAuthorized (line 3888) | SharedLinkSettingsErrorNotAuthorized = "not_authorized" type SharingFileAccessError (line 3892) | type SharingFileAccessError struct constant SharingFileAccessErrorNoPermission (line 3898) | SharingFileAccessErrorNoPermission = "no_permission" constant SharingFileAccessErrorInvalidFile (line 3899) | SharingFileAccessErrorInvalidFile = "invalid_file" constant SharingFileAccessErrorIsFolder (line 3900) | SharingFileAccessErrorIsFolder = "is_folder" constant SharingFileAccessErrorInsidePublicFolder (line 3901) | SharingFileAccessErrorInsidePublicFolder = "inside_public_folder" constant SharingFileAccessErrorInsideOsxPackage (line 3902) | SharingFileAccessErrorInsideOsxPackage = "inside_osx_package" constant SharingFileAccessErrorOther (line 3903) | SharingFileAccessErrorOther = "other" type SharingUserError (line 3907) | type SharingUserError struct constant SharingUserErrorEmailUnverified (line 3913) | SharingUserErrorEmailUnverified = "email_unverified" constant SharingUserErrorOther (line 3914) | SharingUserErrorOther = "other" type TeamMemberInfo (line 3918) | type TeamMemberInfo struct function NewTeamMemberInfo (line 3929) | func NewTeamMemberInfo(TeamInfo *users.Team, DisplayName string) *TeamMe... type TransferFolderArg (line 3937) | type TransferFolderArg struct function NewTransferFolderArg (line 3945) | func NewTransferFolderArg(SharedFolderId string, ToDropboxId string) *Tr... type TransferFolderError (line 3953) | type TransferFolderError struct method UnmarshalJSON (line 3972) | func (u *TransferFolderError) UnmarshalJSON(body []byte) error { constant TransferFolderErrorAccessError (line 3961) | TransferFolderErrorAccessError = "access_error" constant TransferFolderErrorInvalidDropboxId (line 3962) | TransferFolderErrorInvalidDropboxId = "invalid_dropbox_id" constant TransferFolderErrorNewOwnerNotAMember (line 3963) | TransferFolderErrorNewOwnerNotAMember = "new_owner_not_a_member" constant TransferFolderErrorNewOwnerUnmounted (line 3964) | TransferFolderErrorNewOwnerUnmounted = "new_owner_unmounted" constant TransferFolderErrorNewOwnerEmailUnverified (line 3965) | TransferFolderErrorNewOwnerEmailUnverified = "new_owner_email_unverified" constant TransferFolderErrorTeamFolder (line 3966) | TransferFolderErrorTeamFolder = "team_folder" constant TransferFolderErrorNoPermission (line 3967) | TransferFolderErrorNoPermission = "no_permission" constant TransferFolderErrorOther (line 3968) | TransferFolderErrorOther = "other" type UnmountFolderArg (line 3993) | type UnmountFolderArg struct function NewUnmountFolderArg (line 3999) | func NewUnmountFolderArg(SharedFolderId string) *UnmountFolderArg { type UnmountFolderError (line 4006) | type UnmountFolderError struct method UnmarshalJSON (line 4021) | func (u *UnmountFolderError) UnmarshalJSON(body []byte) error { constant UnmountFolderErrorAccessError (line 4014) | UnmountFolderErrorAccessError = "access_error" constant UnmountFolderErrorNoPermission (line 4015) | UnmountFolderErrorNoPermission = "no_permission" constant UnmountFolderErrorNotUnmountable (line 4016) | UnmountFolderErrorNotUnmountable = "not_unmountable" constant UnmountFolderErrorOther (line 4017) | UnmountFolderErrorOther = "other" type UnshareFileArg (line 4042) | type UnshareFileArg struct function NewUnshareFileArg (line 4048) | func NewUnshareFileArg(File string) *UnshareFileArg { type UnshareFileError (line 4055) | type UnshareFileError struct method UnmarshalJSON (line 4071) | func (u *UnshareFileError) UnmarshalJSON(body []byte) error { constant UnshareFileErrorUserError (line 4065) | UnshareFileErrorUserError = "user_error" constant UnshareFileErrorAccessError (line 4066) | UnshareFileErrorAccessError = "access_error" constant UnshareFileErrorOther (line 4067) | UnshareFileErrorOther = "other" type UnshareFolderArg (line 4097) | type UnshareFolderArg struct function NewUnshareFolderArg (line 4108) | func NewUnshareFolderArg(SharedFolderId string) *UnshareFolderArg { type UnshareFolderError (line 4116) | type UnshareFolderError struct method UnmarshalJSON (line 4132) | func (u *UnshareFolderError) UnmarshalJSON(body []byte) error { constant UnshareFolderErrorAccessError (line 4124) | UnshareFolderErrorAccessError = "access_error" constant UnshareFolderErrorTeamFolder (line 4125) | UnshareFolderErrorTeamFolder = "team_folder" constant UnshareFolderErrorNoPermission (line 4126) | UnshareFolderErrorNoPermission = "no_permission" constant UnshareFolderErrorTooManyFiles (line 4127) | UnshareFolderErrorTooManyFiles = "too_many_files" constant UnshareFolderErrorOther (line 4128) | UnshareFolderErrorOther = "other" type UpdateFileMemberArgs (line 4153) | type UpdateFileMemberArgs struct function NewUpdateFileMemberArgs (line 4163) | func NewUpdateFileMemberArgs(File string, Member *MemberSelector, Access... type UpdateFolderMemberArg (line 4172) | type UpdateFolderMemberArg struct function NewUpdateFolderMemberArg (line 4184) | func NewUpdateFolderMemberArg(SharedFolderId string, Member *MemberSelec... type UpdateFolderMemberError (line 4193) | type UpdateFolderMemberError struct method UnmarshalJSON (line 4215) | func (u *UpdateFolderMemberError) UnmarshalJSON(body []byte) error { constant UpdateFolderMemberErrorAccessError (line 4206) | UpdateFolderMemberErrorAccessError = "access_error" constant UpdateFolderMemberErrorMemberError (line 4207) | UpdateFolderMemberErrorMemberError = "member_error" constant UpdateFolderMemberErrorNoExplicitAccess (line 4208) | UpdateFolderMemberErrorNoExplicitAccess = "no_explicit_access" constant UpdateFolderMemberErrorInsufficientPlan (line 4209) | UpdateFolderMemberErrorInsufficientPlan = "insufficient_plan" constant UpdateFolderMemberErrorNoPermission (line 4210) | UpdateFolderMemberErrorNoPermission = "no_permission" constant UpdateFolderMemberErrorOther (line 4211) | UpdateFolderMemberErrorOther = "other" type UpdateFolderPolicyArg (line 4249) | type UpdateFolderPolicyArg struct function NewUpdateFolderPolicyArg (line 4274) | func NewUpdateFolderPolicyArg(SharedFolderId string) *UpdateFolderPolicy... type UpdateFolderPolicyError (line 4281) | type UpdateFolderPolicyError struct method UnmarshalJSON (line 4299) | func (u *UpdateFolderPolicyError) UnmarshalJSON(body []byte) error { constant UpdateFolderPolicyErrorAccessError (line 4289) | UpdateFolderPolicyErrorAccessError = "access_error" constant UpdateFolderPolicyErrorNotOnTeam (line 4290) | UpdateFolderPolicyErrorNotOnTeam = "not_on_team" constant UpdateFolderPolicyErrorTeamPolicyDisallowsMemberPolicy (line 4291) | UpdateFolderPolicyErrorTeamPolicyDisallowsMemberPolicy = "team_policy_di... constant UpdateFolderPolicyErrorDisallowedSharedLinkPolicy (line 4292) | UpdateFolderPolicyErrorDisallowedSharedLinkPolicy = "disallowed_sha... constant UpdateFolderPolicyErrorNoPermission (line 4293) | UpdateFolderPolicyErrorNoPermission = "no_permission" constant UpdateFolderPolicyErrorTeamFolder (line 4294) | UpdateFolderPolicyErrorTeamFolder = "team_folder" constant UpdateFolderPolicyErrorOther (line 4295) | UpdateFolderPolicyErrorOther = "other" type UserMembershipInfo (line 4321) | type UserMembershipInfo struct function NewUserMembershipInfo (line 4328) | func NewUserMembershipInfo(AccessType *AccessLevel, User *UserInfo) *Use... type UserFileMembershipInfo (line 4338) | type UserFileMembershipInfo struct function NewUserFileMembershipInfo (line 4350) | func NewUserFileMembershipInfo(AccessType *AccessLevel, User *UserInfo) ... type UserInfo (line 4360) | type UserInfo struct function NewUserInfo (line 4375) | func NewUserInfo(AccountId string, Email string, DisplayName string, Sam... type ViewerInfoPolicy (line 4385) | type ViewerInfoPolicy struct constant ViewerInfoPolicyEnabled (line 4391) | ViewerInfoPolicyEnabled = "enabled" constant ViewerInfoPolicyDisabled (line 4392) | ViewerInfoPolicyDisabled = "disabled" constant ViewerInfoPolicyOther (line 4393) | ViewerInfoPolicyOther = "other" type Visibility (line 4399) | type Visibility struct constant VisibilityPublic (line 4405) | VisibilityPublic = "public" constant VisibilityTeamOnly (line 4406) | VisibilityTeamOnly = "team_only" constant VisibilityPassword (line 4407) | VisibilityPassword = "password" constant VisibilityTeamAndPassword (line 4408) | VisibilityTeamAndPassword = "team_and_password" constant VisibilitySharedFolderOnly (line 4409) | VisibilitySharedFolderOnly = "shared_folder_only" constant VisibilityOther (line 4410) | VisibilityOther = "other" type VisibilityPolicy (line 4414) | type VisibilityPolicy struct function NewVisibilityPolicy (line 4431) | func NewVisibilityPolicy(Policy *RequestedVisibility, ResolvedPolicy *Al... FILE: v6/dropbox/team/client.go type Client (line 35) | type Client interface type apiImpl (line 394) | type apiImpl method DevicesListMemberDevices (line 402) | func (dbx *apiImpl) DevicesListMemberDevices(arg *ListMemberDevicesArg... method DevicesListMembersDevices (line 440) | func (dbx *apiImpl) DevicesListMembersDevices(arg *ListMembersDevicesA... method DevicesListTeamDevices (line 478) | func (dbx *apiImpl) DevicesListTeamDevices(arg *ListTeamDevicesArg) (r... method DevicesRevokeDeviceSession (line 519) | func (dbx *apiImpl) DevicesRevokeDeviceSession(arg *RevokeDeviceSessio... method DevicesRevokeDeviceSessionBatch (line 553) | func (dbx *apiImpl) DevicesRevokeDeviceSessionBatch(arg *RevokeDeviceS... method FeaturesGetValues (line 591) | func (dbx *apiImpl) FeaturesGetValues(arg *FeaturesGetValuesBatchArg) ... method GetInfo (line 629) | func (dbx *apiImpl) GetInfo() (res *TeamGetInfoResult, err error) { method GroupsCreate (line 667) | func (dbx *apiImpl) GroupsCreate(arg *GroupCreateArg) (res *GroupFullI... method GroupsDelete (line 705) | func (dbx *apiImpl) GroupsDelete(arg *GroupSelector) (res *async.Launc... method GroupsGetInfo (line 743) | func (dbx *apiImpl) GroupsGetInfo(arg *GroupsSelector) (res []*GroupsG... method GroupsJobStatusGet (line 781) | func (dbx *apiImpl) GroupsJobStatusGet(arg *async.PollArg) (res *async... method GroupsList (line 819) | func (dbx *apiImpl) GroupsList(arg *GroupsListArg) (res *GroupsListRes... method GroupsListContinue (line 857) | func (dbx *apiImpl) GroupsListContinue(arg *GroupsListContinueArg) (re... method GroupsMembersAdd (line 895) | func (dbx *apiImpl) GroupsMembersAdd(arg *GroupMembersAddArg) (res *Gr... method GroupsMembersList (line 933) | func (dbx *apiImpl) GroupsMembersList(arg *GroupsMembersListArg) (res ... method GroupsMembersListContinue (line 971) | func (dbx *apiImpl) GroupsMembersListContinue(arg *GroupsMembersListCo... method GroupsMembersRemove (line 1009) | func (dbx *apiImpl) GroupsMembersRemove(arg *GroupMembersRemoveArg) (r... method GroupsMembersSetAccessType (line 1047) | func (dbx *apiImpl) GroupsMembersSetAccessType(arg *GroupMembersSetAcc... method GroupsUpdate (line 1085) | func (dbx *apiImpl) GroupsUpdate(arg *GroupUpdateArgs) (res *GroupFull... method LegalHoldsCreatePolicy (line 1123) | func (dbx *apiImpl) LegalHoldsCreatePolicy(arg *LegalHoldsPolicyCreate... method LegalHoldsGetPolicy (line 1161) | func (dbx *apiImpl) LegalHoldsGetPolicy(arg *LegalHoldsGetPolicyArg) (... method LegalHoldsListHeldRevisions (line 1199) | func (dbx *apiImpl) LegalHoldsListHeldRevisions(arg *LegalHoldsListHel... method LegalHoldsListHeldRevisionsContinue (line 1237) | func (dbx *apiImpl) LegalHoldsListHeldRevisionsContinue(arg *LegalHold... method LegalHoldsListPolicies (line 1275) | func (dbx *apiImpl) LegalHoldsListPolicies(arg *LegalHoldsListPolicies... method LegalHoldsReleasePolicy (line 1313) | func (dbx *apiImpl) LegalHoldsReleasePolicy(arg *LegalHoldsPolicyRelea... method LegalHoldsUpdatePolicy (line 1347) | func (dbx *apiImpl) LegalHoldsUpdatePolicy(arg *LegalHoldsPolicyUpdate... method LinkedAppsListMemberLinkedApps (line 1385) | func (dbx *apiImpl) LinkedAppsListMemberLinkedApps(arg *ListMemberApps... method LinkedAppsListMembersLinkedApps (line 1423) | func (dbx *apiImpl) LinkedAppsListMembersLinkedApps(arg *ListMembersAp... method LinkedAppsListTeamLinkedApps (line 1461) | func (dbx *apiImpl) LinkedAppsListTeamLinkedApps(arg *ListTeamAppsArg)... method LinkedAppsRevokeLinkedApp (line 1502) | func (dbx *apiImpl) LinkedAppsRevokeLinkedApp(arg *RevokeLinkedApiAppA... method LinkedAppsRevokeLinkedAppBatch (line 1536) | func (dbx *apiImpl) LinkedAppsRevokeLinkedAppBatch(arg *RevokeLinkedAp... method MemberSpaceLimitsExcludedUsersAdd (line 1574) | func (dbx *apiImpl) MemberSpaceLimitsExcludedUsersAdd(arg *ExcludedUse... method MemberSpaceLimitsExcludedUsersList (line 1612) | func (dbx *apiImpl) MemberSpaceLimitsExcludedUsersList(arg *ExcludedUs... method MemberSpaceLimitsExcludedUsersListContinue (line 1650) | func (dbx *apiImpl) MemberSpaceLimitsExcludedUsersListContinue(arg *Ex... method MemberSpaceLimitsExcludedUsersRemove (line 1688) | func (dbx *apiImpl) MemberSpaceLimitsExcludedUsersRemove(arg *Excluded... method MemberSpaceLimitsGetCustomQuota (line 1726) | func (dbx *apiImpl) MemberSpaceLimitsGetCustomQuota(arg *CustomQuotaUs... method MemberSpaceLimitsRemoveCustomQuota (line 1764) | func (dbx *apiImpl) MemberSpaceLimitsRemoveCustomQuota(arg *CustomQuot... method MemberSpaceLimitsSetCustomQuota (line 1802) | func (dbx *apiImpl) MemberSpaceLimitsSetCustomQuota(arg *SetCustomQuot... method MembersAddV2 (line 1840) | func (dbx *apiImpl) MembersAddV2(arg *MembersAddV2Arg) (res *MembersAd... method MembersAdd (line 1878) | func (dbx *apiImpl) MembersAdd(arg *MembersAddArg) (res *MembersAddLau... method MembersAddJobStatusGetV2 (line 1916) | func (dbx *apiImpl) MembersAddJobStatusGetV2(arg *async.PollArg) (res ... method MembersAddJobStatusGet (line 1954) | func (dbx *apiImpl) MembersAddJobStatusGet(arg *async.PollArg) (res *M... method MembersDeleteProfilePhotoV2 (line 1992) | func (dbx *apiImpl) MembersDeleteProfilePhotoV2(arg *MembersDeleteProf... method MembersDeleteProfilePhoto (line 2030) | func (dbx *apiImpl) MembersDeleteProfilePhoto(arg *MembersDeleteProfil... method MembersGetAvailableTeamMemberRoles (line 2068) | func (dbx *apiImpl) MembersGetAvailableTeamMemberRoles() (res *Members... method MembersGetInfoV2 (line 2106) | func (dbx *apiImpl) MembersGetInfoV2(arg *MembersGetInfoV2Arg) (res *M... method MembersGetInfo (line 2144) | func (dbx *apiImpl) MembersGetInfo(arg *MembersGetInfoArgs) (res []*Me... method MembersListV2 (line 2182) | func (dbx *apiImpl) MembersListV2(arg *MembersListArg) (res *MembersLi... method MembersList (line 2220) | func (dbx *apiImpl) MembersList(arg *MembersListArg) (res *MembersList... method MembersListContinueV2 (line 2258) | func (dbx *apiImpl) MembersListContinueV2(arg *MembersListContinueArg)... method MembersListContinue (line 2296) | func (dbx *apiImpl) MembersListContinue(arg *MembersListContinueArg) (... method MembersMoveFormerMemberFiles (line 2334) | func (dbx *apiImpl) MembersMoveFormerMemberFiles(arg *MembersDataTrans... method MembersMoveFormerMemberFilesJobStatusCheck (line 2372) | func (dbx *apiImpl) MembersMoveFormerMemberFilesJobStatusCheck(arg *as... method MembersRecover (line 2410) | func (dbx *apiImpl) MembersRecover(arg *MembersRecoverArg) (err error) { method MembersRemove (line 2444) | func (dbx *apiImpl) MembersRemove(arg *MembersRemoveArg) (res *async.L... method MembersRemoveJobStatusGet (line 2482) | func (dbx *apiImpl) MembersRemoveJobStatusGet(arg *async.PollArg) (res... method MembersSecondaryEmailsAdd (line 2520) | func (dbx *apiImpl) MembersSecondaryEmailsAdd(arg *AddSecondaryEmailsA... method MembersSecondaryEmailsDelete (line 2558) | func (dbx *apiImpl) MembersSecondaryEmailsDelete(arg *DeleteSecondaryE... method MembersSecondaryEmailsResendVerificationEmails (line 2596) | func (dbx *apiImpl) MembersSecondaryEmailsResendVerificationEmails(arg... method MembersSendWelcomeEmail (line 2634) | func (dbx *apiImpl) MembersSendWelcomeEmail(arg *UserSelectorArg) (err... method MembersSetAdminPermissionsV2 (line 2668) | func (dbx *apiImpl) MembersSetAdminPermissionsV2(arg *MembersSetPermis... method MembersSetAdminPermissions (line 2706) | func (dbx *apiImpl) MembersSetAdminPermissions(arg *MembersSetPermissi... method MembersSetProfileV2 (line 2744) | func (dbx *apiImpl) MembersSetProfileV2(arg *MembersSetProfileArg) (re... method MembersSetProfile (line 2782) | func (dbx *apiImpl) MembersSetProfile(arg *MembersSetProfileArg) (res ... method MembersSetProfilePhotoV2 (line 2820) | func (dbx *apiImpl) MembersSetProfilePhotoV2(arg *MembersSetProfilePho... method MembersSetProfilePhoto (line 2858) | func (dbx *apiImpl) MembersSetProfilePhoto(arg *MembersSetProfilePhoto... method MembersSuspend (line 2896) | func (dbx *apiImpl) MembersSuspend(arg *MembersDeactivateArg) (err err... method MembersUnsuspend (line 2930) | func (dbx *apiImpl) MembersUnsuspend(arg *MembersUnsuspendArg) (err er... method NamespacesList (line 2964) | func (dbx *apiImpl) NamespacesList(arg *TeamNamespacesListArg) (res *T... method NamespacesListContinue (line 3002) | func (dbx *apiImpl) NamespacesListContinue(arg *TeamNamespacesListCont... method PropertiesTemplateAdd (line 3040) | func (dbx *apiImpl) PropertiesTemplateAdd(arg *file_properties.AddTemp... method PropertiesTemplateGet (line 3080) | func (dbx *apiImpl) PropertiesTemplateGet(arg *file_properties.GetTemp... method PropertiesTemplateList (line 3120) | func (dbx *apiImpl) PropertiesTemplateList() (res *file_properties.Lis... method PropertiesTemplateUpdate (line 3160) | func (dbx *apiImpl) PropertiesTemplateUpdate(arg *file_properties.Upda... method ReportsGetActivity (line 3200) | func (dbx *apiImpl) ReportsGetActivity(arg *DateRange) (res *GetActivi... method ReportsGetDevices (line 3240) | func (dbx *apiImpl) ReportsGetDevices(arg *DateRange) (res *GetDevices... method ReportsGetMembership (line 3280) | func (dbx *apiImpl) ReportsGetMembership(arg *DateRange) (res *GetMemb... method ReportsGetStorage (line 3320) | func (dbx *apiImpl) ReportsGetStorage(arg *DateRange) (res *GetStorage... method TeamFolderActivate (line 3360) | func (dbx *apiImpl) TeamFolderActivate(arg *TeamFolderIdArg) (res *Tea... method TeamFolderArchive (line 3398) | func (dbx *apiImpl) TeamFolderArchive(arg *TeamFolderArchiveArg) (res ... method TeamFolderArchiveCheck (line 3436) | func (dbx *apiImpl) TeamFolderArchiveCheck(arg *async.PollArg) (res *T... method TeamFolderCreate (line 3474) | func (dbx *apiImpl) TeamFolderCreate(arg *TeamFolderCreateArg) (res *T... method TeamFolderGetInfo (line 3512) | func (dbx *apiImpl) TeamFolderGetInfo(arg *TeamFolderIdListArg) (res [... method TeamFolderList (line 3550) | func (dbx *apiImpl) TeamFolderList(arg *TeamFolderListArg) (res *TeamF... method TeamFolderListContinue (line 3588) | func (dbx *apiImpl) TeamFolderListContinue(arg *TeamFolderListContinue... method TeamFolderPermanentlyDelete (line 3626) | func (dbx *apiImpl) TeamFolderPermanentlyDelete(arg *TeamFolderIdArg) ... method TeamFolderRename (line 3660) | func (dbx *apiImpl) TeamFolderRename(arg *TeamFolderRenameArg) (res *T... method TeamFolderUpdateSyncSettings (line 3698) | func (dbx *apiImpl) TeamFolderUpdateSyncSettings(arg *TeamFolderUpdate... method TokenGetAuthenticatedAdmin (line 3736) | func (dbx *apiImpl) TokenGetAuthenticatedAdmin() (res *TokenGetAuthent... type DevicesListMemberDevicesAPIError (line 397) | type DevicesListMemberDevicesAPIError struct type DevicesListMembersDevicesAPIError (line 435) | type DevicesListMembersDevicesAPIError struct type DevicesListTeamDevicesAPIError (line 473) | type DevicesListTeamDevicesAPIError struct type DevicesRevokeDeviceSessionAPIError (line 514) | type DevicesRevokeDeviceSessionAPIError struct type DevicesRevokeDeviceSessionBatchAPIError (line 548) | type DevicesRevokeDeviceSessionBatchAPIError struct type FeaturesGetValuesAPIError (line 586) | type FeaturesGetValuesAPIError struct type GetInfoAPIError (line 624) | type GetInfoAPIError struct type GroupsCreateAPIError (line 662) | type GroupsCreateAPIError struct type GroupsDeleteAPIError (line 700) | type GroupsDeleteAPIError struct type GroupsGetInfoAPIError (line 738) | type GroupsGetInfoAPIError struct type GroupsJobStatusGetAPIError (line 776) | type GroupsJobStatusGetAPIError struct type GroupsListAPIError (line 814) | type GroupsListAPIError struct type GroupsListContinueAPIError (line 852) | type GroupsListContinueAPIError struct type GroupsMembersAddAPIError (line 890) | type GroupsMembersAddAPIError struct type GroupsMembersListAPIError (line 928) | type GroupsMembersListAPIError struct type GroupsMembersListContinueAPIError (line 966) | type GroupsMembersListContinueAPIError struct type GroupsMembersRemoveAPIError (line 1004) | type GroupsMembersRemoveAPIError struct type GroupsMembersSetAccessTypeAPIError (line 1042) | type GroupsMembersSetAccessTypeAPIError struct type GroupsUpdateAPIError (line 1080) | type GroupsUpdateAPIError struct type LegalHoldsCreatePolicyAPIError (line 1118) | type LegalHoldsCreatePolicyAPIError struct type LegalHoldsGetPolicyAPIError (line 1156) | type LegalHoldsGetPolicyAPIError struct type LegalHoldsListHeldRevisionsAPIError (line 1194) | type LegalHoldsListHeldRevisionsAPIError struct type LegalHoldsListHeldRevisionsContinueAPIError (line 1232) | type LegalHoldsListHeldRevisionsContinueAPIError struct type LegalHoldsListPoliciesAPIError (line 1270) | type LegalHoldsListPoliciesAPIError struct type LegalHoldsReleasePolicyAPIError (line 1308) | type LegalHoldsReleasePolicyAPIError struct type LegalHoldsUpdatePolicyAPIError (line 1342) | type LegalHoldsUpdatePolicyAPIError struct type LinkedAppsListMemberLinkedAppsAPIError (line 1380) | type LinkedAppsListMemberLinkedAppsAPIError struct type LinkedAppsListMembersLinkedAppsAPIError (line 1418) | type LinkedAppsListMembersLinkedAppsAPIError struct type LinkedAppsListTeamLinkedAppsAPIError (line 1456) | type LinkedAppsListTeamLinkedAppsAPIError struct type LinkedAppsRevokeLinkedAppAPIError (line 1497) | type LinkedAppsRevokeLinkedAppAPIError struct type LinkedAppsRevokeLinkedAppBatchAPIError (line 1531) | type LinkedAppsRevokeLinkedAppBatchAPIError struct type MemberSpaceLimitsExcludedUsersAddAPIError (line 1569) | type MemberSpaceLimitsExcludedUsersAddAPIError struct type MemberSpaceLimitsExcludedUsersListAPIError (line 1607) | type MemberSpaceLimitsExcludedUsersListAPIError struct type MemberSpaceLimitsExcludedUsersListContinueAPIError (line 1645) | type MemberSpaceLimitsExcludedUsersListContinueAPIError struct type MemberSpaceLimitsExcludedUsersRemoveAPIError (line 1683) | type MemberSpaceLimitsExcludedUsersRemoveAPIError struct type MemberSpaceLimitsGetCustomQuotaAPIError (line 1721) | type MemberSpaceLimitsGetCustomQuotaAPIError struct type MemberSpaceLimitsRemoveCustomQuotaAPIError (line 1759) | type MemberSpaceLimitsRemoveCustomQuotaAPIError struct type MemberSpaceLimitsSetCustomQuotaAPIError (line 1797) | type MemberSpaceLimitsSetCustomQuotaAPIError struct type MembersAddV2APIError (line 1835) | type MembersAddV2APIError struct type MembersAddAPIError (line 1873) | type MembersAddAPIError struct type MembersAddJobStatusGetV2APIError (line 1911) | type MembersAddJobStatusGetV2APIError struct type MembersAddJobStatusGetAPIError (line 1949) | type MembersAddJobStatusGetAPIError struct type MembersDeleteProfilePhotoV2APIError (line 1987) | type MembersDeleteProfilePhotoV2APIError struct type MembersDeleteProfilePhotoAPIError (line 2025) | type MembersDeleteProfilePhotoAPIError struct type MembersGetAvailableTeamMemberRolesAPIError (line 2063) | type MembersGetAvailableTeamMemberRolesAPIError struct type MembersGetInfoV2APIError (line 2101) | type MembersGetInfoV2APIError struct type MembersGetInfoAPIError (line 2139) | type MembersGetInfoAPIError struct type MembersListV2APIError (line 2177) | type MembersListV2APIError struct type MembersListAPIError (line 2215) | type MembersListAPIError struct type MembersListContinueV2APIError (line 2253) | type MembersListContinueV2APIError struct type MembersListContinueAPIError (line 2291) | type MembersListContinueAPIError struct type MembersMoveFormerMemberFilesAPIError (line 2329) | type MembersMoveFormerMemberFilesAPIError struct type MembersMoveFormerMemberFilesJobStatusCheckAPIError (line 2367) | type MembersMoveFormerMemberFilesJobStatusCheckAPIError struct type MembersRecoverAPIError (line 2405) | type MembersRecoverAPIError struct type MembersRemoveAPIError (line 2439) | type MembersRemoveAPIError struct type MembersRemoveJobStatusGetAPIError (line 2477) | type MembersRemoveJobStatusGetAPIError struct type MembersSecondaryEmailsAddAPIError (line 2515) | type MembersSecondaryEmailsAddAPIError struct type MembersSecondaryEmailsDeleteAPIError (line 2553) | type MembersSecondaryEmailsDeleteAPIError struct type MembersSecondaryEmailsResendVerificationEmailsAPIError (line 2591) | type MembersSecondaryEmailsResendVerificationEmailsAPIError struct type MembersSendWelcomeEmailAPIError (line 2629) | type MembersSendWelcomeEmailAPIError struct type MembersSetAdminPermissionsV2APIError (line 2663) | type MembersSetAdminPermissionsV2APIError struct type MembersSetAdminPermissionsAPIError (line 2701) | type MembersSetAdminPermissionsAPIError struct type MembersSetProfileV2APIError (line 2739) | type MembersSetProfileV2APIError struct type MembersSetProfileAPIError (line 2777) | type MembersSetProfileAPIError struct type MembersSetProfilePhotoV2APIError (line 2815) | type MembersSetProfilePhotoV2APIError struct type MembersSetProfilePhotoAPIError (line 2853) | type MembersSetProfilePhotoAPIError struct type MembersSuspendAPIError (line 2891) | type MembersSuspendAPIError struct type MembersUnsuspendAPIError (line 2925) | type MembersUnsuspendAPIError struct type NamespacesListAPIError (line 2959) | type NamespacesListAPIError struct type NamespacesListContinueAPIError (line 2997) | type NamespacesListContinueAPIError struct type PropertiesTemplateAddAPIError (line 3035) | type PropertiesTemplateAddAPIError struct type PropertiesTemplateGetAPIError (line 3075) | type PropertiesTemplateGetAPIError struct type PropertiesTemplateListAPIError (line 3115) | type PropertiesTemplateListAPIError struct type PropertiesTemplateUpdateAPIError (line 3155) | type PropertiesTemplateUpdateAPIError struct type ReportsGetActivityAPIError (line 3195) | type ReportsGetActivityAPIError struct type ReportsGetDevicesAPIError (line 3235) | type ReportsGetDevicesAPIError struct type ReportsGetMembershipAPIError (line 3275) | type ReportsGetMembershipAPIError struct type ReportsGetStorageAPIError (line 3315) | type ReportsGetStorageAPIError struct type TeamFolderActivateAPIError (line 3355) | type TeamFolderActivateAPIError struct type TeamFolderArchiveAPIError (line 3393) | type TeamFolderArchiveAPIError struct type TeamFolderArchiveCheckAPIError (line 3431) | type TeamFolderArchiveCheckAPIError struct type TeamFolderCreateAPIError (line 3469) | type TeamFolderCreateAPIError struct type TeamFolderGetInfoAPIError (line 3507) | type TeamFolderGetInfoAPIError struct type TeamFolderListAPIError (line 3545) | type TeamFolderListAPIError struct type TeamFolderListContinueAPIError (line 3583) | type TeamFolderListContinueAPIError struct type TeamFolderPermanentlyDeleteAPIError (line 3621) | type TeamFolderPermanentlyDeleteAPIError struct type TeamFolderRenameAPIError (line 3655) | type TeamFolderRenameAPIError struct type TeamFolderUpdateSyncSettingsAPIError (line 3693) | type TeamFolderUpdateSyncSettingsAPIError struct type TokenGetAuthenticatedAdminAPIError (line 3731) | type TokenGetAuthenticatedAdminAPIError struct function New (line 3769) | func New(c dropbox.Config) Client { FILE: v6/dropbox/team/types.go type DeviceSession (line 38) | type DeviceSession struct function NewDeviceSession (line 53) | func NewDeviceSession(SessionId string) *DeviceSession { type ActiveWebSession (line 60) | type ActiveWebSession struct function NewActiveWebSession (line 73) | func NewActiveWebSession(SessionId string, UserAgent string, Os string, ... type AddSecondaryEmailResult (line 86) | type AddSecondaryEmailResult struct method UnmarshalJSON (line 128) | func (u *AddSecondaryEmailResult) UnmarshalJSON(body []byte) error { constant AddSecondaryEmailResultSuccess (line 115) | AddSecondaryEmailResultSuccess = "success" constant AddSecondaryEmailResultUnavailable (line 116) | AddSecondaryEmailResultUnavailable = "unavailable" constant AddSecondaryEmailResultAlreadyPending (line 117) | AddSecondaryEmailResultAlreadyPending = "already_pending" constant AddSecondaryEmailResultAlreadyOwnedByUser (line 118) | AddSecondaryEmailResultAlreadyOwnedByUser = "already_owned_by_user" constant AddSecondaryEmailResultReachedLimit (line 119) | AddSecondaryEmailResultReachedLimit = "reached_limit" constant AddSecondaryEmailResultTransientError (line 120) | AddSecondaryEmailResultTransientError = "transient_error" constant AddSecondaryEmailResultTooManyUpdates (line 121) | AddSecondaryEmailResultTooManyUpdates = "too_many_updates" constant AddSecondaryEmailResultUnknownError (line 122) | AddSecondaryEmailResultUnknownError = "unknown_error" constant AddSecondaryEmailResultRateLimited (line 123) | AddSecondaryEmailResultRateLimited = "rate_limited" constant AddSecondaryEmailResultOther (line 124) | AddSecondaryEmailResultOther = "other" type AddSecondaryEmailsArg (line 195) | type AddSecondaryEmailsArg struct function NewAddSecondaryEmailsArg (line 201) | func NewAddSecondaryEmailsArg(NewSecondaryEmails []*UserSecondaryEmailsA... type AddSecondaryEmailsError (line 208) | type AddSecondaryEmailsError struct constant AddSecondaryEmailsErrorSecondaryEmailsDisabled (line 214) | AddSecondaryEmailsErrorSecondaryEmailsDisabled = "secondary_emails_disab... constant AddSecondaryEmailsErrorTooManyEmails (line 215) | AddSecondaryEmailsErrorTooManyEmails = "too_many_emails" constant AddSecondaryEmailsErrorOther (line 216) | AddSecondaryEmailsErrorOther = "other" type AddSecondaryEmailsResult (line 220) | type AddSecondaryEmailsResult struct function NewAddSecondaryEmailsResult (line 226) | func NewAddSecondaryEmailsResult(Results []*UserAddResult) *AddSecondary... type AdminTier (line 233) | type AdminTier struct constant AdminTierTeamAdmin (line 239) | AdminTierTeamAdmin = "team_admin" constant AdminTierUserManagementAdmin (line 240) | AdminTierUserManagementAdmin = "user_management_admin" constant AdminTierSupportAdmin (line 241) | AdminTierSupportAdmin = "support_admin" constant AdminTierMemberOnly (line 242) | AdminTierMemberOnly = "member_only" type ApiApp (line 246) | type ApiApp struct function NewApiApp (line 262) | func NewApiApp(AppId string, AppName string, IsAppFolder bool) *ApiApp { type BaseDfbReport (line 271) | type BaseDfbReport struct function NewBaseDfbReport (line 277) | func NewBaseDfbReport(StartDate string) *BaseDfbReport { type BaseTeamFolderError (line 285) | type BaseTeamFolderError struct method UnmarshalJSON (line 304) | func (u *BaseTeamFolderError) UnmarshalJSON(body []byte) error { constant BaseTeamFolderErrorAccessError (line 297) | BaseTeamFolderErrorAccessError = "access_error" constant BaseTeamFolderErrorStatusError (line 298) | BaseTeamFolderErrorStatusError = "status_error" constant BaseTeamFolderErrorTeamSharedDropboxError (line 299) | BaseTeamFolderErrorTeamSharedDropboxError = "team_shared_dropbox_error" constant BaseTeamFolderErrorOther (line 300) | BaseTeamFolderErrorOther = "other" type CustomQuotaError (line 335) | type CustomQuotaError struct constant CustomQuotaErrorTooManyUsers (line 341) | CustomQuotaErrorTooManyUsers = "too_many_users" constant CustomQuotaErrorOther (line 342) | CustomQuotaErrorOther = "other" type CustomQuotaResult (line 346) | type CustomQuotaResult struct method UnmarshalJSON (line 362) | func (u *CustomQuotaResult) UnmarshalJSON(body []byte) error { constant CustomQuotaResultSuccess (line 356) | CustomQuotaResultSuccess = "success" constant CustomQuotaResultInvalidUser (line 357) | CustomQuotaResultInvalidUser = "invalid_user" constant CustomQuotaResultOther (line 358) | CustomQuotaResultOther = "other" type CustomQuotaUsersArg (line 388) | type CustomQuotaUsersArg struct function NewCustomQuotaUsersArg (line 394) | func NewCustomQuotaUsersArg(Users []*UserSelectorArg) *CustomQuotaUsersA... type DateRange (line 401) | type DateRange struct function NewDateRange (line 410) | func NewDateRange() *DateRange { type DateRangeError (line 417) | type DateRangeError struct constant DateRangeErrorOther (line 423) | DateRangeErrorOther = "other" type DeleteSecondaryEmailResult (line 430) | type DeleteSecondaryEmailResult struct method UnmarshalJSON (line 450) | func (u *DeleteSecondaryEmailResult) UnmarshalJSON(body []byte) error { constant DeleteSecondaryEmailResultSuccess (line 443) | DeleteSecondaryEmailResultSuccess = "success" constant DeleteSecondaryEmailResultNotFound (line 444) | DeleteSecondaryEmailResultNotFound = "not_found" constant DeleteSecondaryEmailResultCannotRemovePrimary (line 445) | DeleteSecondaryEmailResultCannotRemovePrimary = "cannot_remove_primary" constant DeleteSecondaryEmailResultOther (line 446) | DeleteSecondaryEmailResultOther = "other" type DeleteSecondaryEmailsArg (line 482) | type DeleteSecondaryEmailsArg struct function NewDeleteSecondaryEmailsArg (line 488) | func NewDeleteSecondaryEmailsArg(EmailsToDelete []*UserSecondaryEmailsAr... type DeleteSecondaryEmailsResult (line 495) | type DeleteSecondaryEmailsResult struct function NewDeleteSecondaryEmailsResult (line 501) | func NewDeleteSecondaryEmailsResult(Results []*UserDeleteResult) *Delete... type DesktopClientSession (line 509) | type DesktopClientSession struct function NewDesktopClientSession (line 525) | func NewDesktopClientSession(SessionId string, HostName string, ClientTy... type DesktopPlatform (line 537) | type DesktopPlatform struct constant DesktopPlatformWindows (line 543) | DesktopPlatformWindows = "windows" constant DesktopPlatformMac (line 544) | DesktopPlatformMac = "mac" constant DesktopPlatformLinux (line 545) | DesktopPlatformLinux = "linux" constant DesktopPlatformOther (line 546) | DesktopPlatformOther = "other" type DeviceSessionArg (line 550) | type DeviceSessionArg struct function NewDeviceSessionArg (line 558) | func NewDeviceSessionArg(SessionId string, TeamMemberId string) *DeviceS... type DevicesActive (line 568) | type DevicesActive struct function NewDevicesActive (line 588) | func NewDevicesActive(Windows []uint64, Macos []uint64, Linux []uint64, ... type ExcludedUsersListArg (line 601) | type ExcludedUsersListArg struct function NewExcludedUsersListArg (line 607) | func NewExcludedUsersListArg() *ExcludedUsersListArg { type ExcludedUsersListContinueArg (line 614) | type ExcludedUsersListContinueArg struct function NewExcludedUsersListContinueArg (line 620) | func NewExcludedUsersListContinueArg(Cursor string) *ExcludedUsersListCo... type ExcludedUsersListContinueError (line 627) | type ExcludedUsersListContinueError struct constant ExcludedUsersListContinueErrorInvalidCursor (line 633) | ExcludedUsersListContinueErrorInvalidCursor = "invalid_cursor" constant ExcludedUsersListContinueErrorOther (line 634) | ExcludedUsersListContinueErrorOther = "other" type ExcludedUsersListError (line 638) | type ExcludedUsersListError struct constant ExcludedUsersListErrorListError (line 644) | ExcludedUsersListErrorListError = "list_error" constant ExcludedUsersListErrorOther (line 645) | ExcludedUsersListErrorOther = "other" type ExcludedUsersListResult (line 649) | type ExcludedUsersListResult struct function NewExcludedUsersListResult (line 663) | func NewExcludedUsersListResult(Users []*MemberProfile, HasMore bool) *E... type ExcludedUsersUpdateArg (line 673) | type ExcludedUsersUpdateArg struct function NewExcludedUsersUpdateArg (line 679) | func NewExcludedUsersUpdateArg() *ExcludedUsersUpdateArg { type ExcludedUsersUpdateError (line 685) | type ExcludedUsersUpdateError struct constant ExcludedUsersUpdateErrorUsersNotInTeam (line 691) | ExcludedUsersUpdateErrorUsersNotInTeam = "users_not_in_team" constant ExcludedUsersUpdateErrorTooManyUsers (line 692) | ExcludedUsersUpdateErrorTooManyUsers = "too_many_users" constant ExcludedUsersUpdateErrorOther (line 693) | ExcludedUsersUpdateErrorOther = "other" type ExcludedUsersUpdateResult (line 697) | type ExcludedUsersUpdateResult struct function NewExcludedUsersUpdateResult (line 703) | func NewExcludedUsersUpdateResult(Status *ExcludedUsersUpdateStatus) *Ex... type ExcludedUsersUpdateStatus (line 710) | type ExcludedUsersUpdateStatus struct constant ExcludedUsersUpdateStatusSuccess (line 716) | ExcludedUsersUpdateStatusSuccess = "success" constant ExcludedUsersUpdateStatusOther (line 717) | ExcludedUsersUpdateStatusOther = "other" type Feature (line 721) | type Feature struct constant FeatureUploadApiRateLimit (line 727) | FeatureUploadApiRateLimit = "upload_api_rate_limit" constant FeatureHasTeamSharedDropbox (line 728) | FeatureHasTeamSharedDropbox = "has_team_shared_dropbox" constant FeatureHasTeamFileEvents (line 729) | FeatureHasTeamFileEvents = "has_team_file_events" constant FeatureHasTeamSelectiveSync (line 730) | FeatureHasTeamSelectiveSync = "has_team_selective_sync" constant FeatureOther (line 731) | FeatureOther = "other" type FeatureValue (line 736) | type FeatureValue struct method UnmarshalJSON (line 758) | func (u *FeatureValue) UnmarshalJSON(body []byte) error { constant FeatureValueUploadApiRateLimit (line 750) | FeatureValueUploadApiRateLimit = "upload_api_rate_limit" constant FeatureValueHasTeamSharedDropbox (line 751) | FeatureValueHasTeamSharedDropbox = "has_team_shared_dropbox" constant FeatureValueHasTeamFileEvents (line 752) | FeatureValueHasTeamFileEvents = "has_team_file_events" constant FeatureValueHasTeamSelectiveSync (line 753) | FeatureValueHasTeamSelectiveSync = "has_team_selective_sync" constant FeatureValueOther (line 754) | FeatureValueOther = "other" type FeaturesGetValuesBatchArg (line 794) | type FeaturesGetValuesBatchArg struct function NewFeaturesGetValuesBatchArg (line 801) | func NewFeaturesGetValuesBatchArg(Features []*Feature) *FeaturesGetValue... type FeaturesGetValuesBatchError (line 808) | type FeaturesGetValuesBatchError struct constant FeaturesGetValuesBatchErrorEmptyFeaturesList (line 814) | FeaturesGetValuesBatchErrorEmptyFeaturesList = "empty_features_list" constant FeaturesGetValuesBatchErrorOther (line 815) | FeaturesGetValuesBatchErrorOther = "other" type FeaturesGetValuesBatchResult (line 819) | type FeaturesGetValuesBatchResult struct function NewFeaturesGetValuesBatchResult (line 825) | func NewFeaturesGetValuesBatchResult(Values []*FeatureValue) *FeaturesGe... type GetActivityReport (line 834) | type GetActivityReport struct function NewGetActivityReport (line 878) | func NewGetActivityReport(StartDate string, Adds []uint64, Edits []uint6... type GetDevicesReport (line 902) | type GetDevicesReport struct function NewGetDevicesReport (line 913) | func NewGetDevicesReport(StartDate string, Active1Day *DevicesActive, Ac... type GetMembershipReport (line 925) | type GetMembershipReport struct function NewGetMembershipReport (line 940) | func NewGetMembershipReport(StartDate string, TeamSize []uint64, Pending... type GetStorageReport (line 954) | type GetStorageReport struct function NewGetStorageReport (line 978) | func NewGetStorageReport(StartDate string, TotalUsage []uint64, SharedUs... type GroupAccessType (line 990) | type GroupAccessType struct constant GroupAccessTypeMember (line 996) | GroupAccessTypeMember = "member" constant GroupAccessTypeOwner (line 997) | GroupAccessTypeOwner = "owner" type GroupCreateArg (line 1001) | type GroupCreateArg struct function NewGroupCreateArg (line 1015) | func NewGroupCreateArg(GroupName string) *GroupCreateArg { type GroupCreateError (line 1023) | type GroupCreateError struct constant GroupCreateErrorGroupNameAlreadyUsed (line 1029) | GroupCreateErrorGroupNameAlreadyUsed = "group_name_already_used" constant GroupCreateErrorGroupNameInvalid (line 1030) | GroupCreateErrorGroupNameInvalid = "group_name_invalid" constant GroupCreateErrorExternalIdAlreadyInUse (line 1031) | GroupCreateErrorExternalIdAlreadyInUse = "external_id_already_in_use" constant GroupCreateErrorSystemManagedGroupDisallowed (line 1032) | GroupCreateErrorSystemManagedGroupDisallowed = "system_managed_group_dis... constant GroupCreateErrorOther (line 1033) | GroupCreateErrorOther = "other" type GroupSelectorError (line 1037) | type GroupSelectorError struct constant GroupSelectorErrorGroupNotFound (line 1043) | GroupSelectorErrorGroupNotFound = "group_not_found" constant GroupSelectorErrorOther (line 1044) | GroupSelectorErrorOther = "other" type GroupSelectorWithTeamGroupError (line 1049) | type GroupSelectorWithTeamGroupError struct constant GroupSelectorWithTeamGroupErrorGroupNotFound (line 1055) | GroupSelectorWithTeamGroupErrorGroupNotFound = "group_not... constant GroupSelectorWithTeamGroupErrorOther (line 1056) | GroupSelectorWithTeamGroupErrorOther = "other" constant GroupSelectorWithTeamGroupErrorSystemManagedGroupDisallowed (line 1057) | GroupSelectorWithTeamGroupErrorSystemManagedGroupDisallowed = "system_ma... type GroupDeleteError (line 1061) | type GroupDeleteError struct constant GroupDeleteErrorGroupNotFound (line 1067) | GroupDeleteErrorGroupNotFound = "group_not_found" constant GroupDeleteErrorOther (line 1068) | GroupDeleteErrorOther = "other" constant GroupDeleteErrorSystemManagedGroupDisallowed (line 1069) | GroupDeleteErrorSystemManagedGroupDisallowed = "system_managed_group_dis... constant GroupDeleteErrorGroupAlreadyDeleted (line 1070) | GroupDeleteErrorGroupAlreadyDeleted = "group_already_deleted" type GroupFullInfo (line 1074) | type GroupFullInfo struct function NewGroupFullInfo (line 1084) | func NewGroupFullInfo(GroupName string, GroupId string, GroupManagementT... type GroupMemberInfo (line 1094) | type GroupMemberInfo struct function NewGroupMemberInfo (line 1102) | func NewGroupMemberInfo(Profile *MemberProfile, AccessType *GroupAccessT... type GroupMemberSelector (line 1110) | type GroupMemberSelector struct function NewGroupMemberSelector (line 1118) | func NewGroupMemberSelector(Group *GroupSelector, User *UserSelectorArg)... type GroupMemberSelectorError (line 1128) | type GroupMemberSelectorError struct constant GroupMemberSelectorErrorGroupNotFound (line 1134) | GroupMemberSelectorErrorGroupNotFound = "group_not_found" constant GroupMemberSelectorErrorOther (line 1135) | GroupMemberSelectorErrorOther = "other" constant GroupMemberSelectorErrorSystemManagedGroupDisallowed (line 1136) | GroupMemberSelectorErrorSystemManagedGroupDisallowed = "system_managed_g... constant GroupMemberSelectorErrorMemberNotInGroup (line 1137) | GroupMemberSelectorErrorMemberNotInGroup = "member_not_in_gr... type GroupMemberSetAccessTypeError (line 1141) | type GroupMemberSetAccessTypeError struct constant GroupMemberSetAccessTypeErrorGroupNotFound (line 1147) | GroupMemberSetAccessTypeErrorGroupNotFound = ... constant GroupMemberSetAccessTypeErrorOther (line 1148) | GroupMemberSetAccessTypeErrorOther = ... constant GroupMemberSetAccessTypeErrorSystemManagedGroupDisallowed (line 1149) | GroupMemberSetAccessTypeErrorSystemManagedGroupDisallowed = ... constant GroupMemberSetAccessTypeErrorMemberNotInGroup (line 1150) | GroupMemberSetAccessTypeErrorMemberNotInGroup = ... constant GroupMemberSetAccessTypeErrorUserCannotBeManagerOfCompanyManagedGroup (line 1151) | GroupMemberSetAccessTypeErrorUserCannotBeManagerOfCompanyManagedGroup = ... type IncludeMembersArg (line 1155) | type IncludeMembersArg struct function NewIncludeMembersArg (line 1163) | func NewIncludeMembersArg() *IncludeMembersArg { type GroupMembersAddArg (line 1170) | type GroupMembersAddArg struct function NewGroupMembersAddArg (line 1179) | func NewGroupMembersAddArg(Group *GroupSelector, Members []*MemberAccess... type GroupMembersAddError (line 1188) | type GroupMembersAddError struct method UnmarshalJSON (line 1216) | func (u *GroupMembersAddError) UnmarshalJSON(body []byte) error { constant GroupMembersAddErrorGroupNotFound (line 1204) | GroupMembersAddErrorGroupNotFound = "group_no... constant GroupMembersAddErrorOther (line 1205) | GroupMembersAddErrorOther = "other" constant GroupMembersAddErrorSystemManagedGroupDisallowed (line 1206) | GroupMembersAddErrorSystemManagedGroupDisallowed = "system_m... constant GroupMembersAddErrorDuplicateUser (line 1207) | GroupMembersAddErrorDuplicateUser = "duplicat... constant GroupMembersAddErrorGroupNotInTeam (line 1208) | GroupMembersAddErrorGroupNotInTeam = "group_no... constant GroupMembersAddErrorMembersNotInTeam (line 1209) | GroupMembersAddErrorMembersNotInTeam = "members_... constant GroupMembersAddErrorUsersNotFound (line 1210) | GroupMembersAddErrorUsersNotFound = "users_no... constant GroupMembersAddErrorUserMustBeActiveToBeOwner (line 1211) | GroupMembersAddErrorUserMustBeActiveToBeOwner = "user_mus... constant GroupMembersAddErrorUserCannotBeManagerOfCompanyManagedGroup (line 1212) | GroupMembersAddErrorUserCannotBeManagerOfCompanyManagedGroup = "user_can... type GroupMembersChangeResult (line 1252) | type GroupMembersChangeResult struct function NewGroupMembersChangeResult (line 1264) | func NewGroupMembersChangeResult(GroupInfo *GroupFullInfo, AsyncJobId st... type GroupMembersRemoveArg (line 1272) | type GroupMembersRemoveArg struct function NewGroupMembersRemoveArg (line 1281) | func NewGroupMembersRemoveArg(Group *GroupSelector, Users []*UserSelecto... type GroupMembersSelectorError (line 1292) | type GroupMembersSelectorError struct constant GroupMembersSelectorErrorGroupNotFound (line 1298) | GroupMembersSelectorErrorGroupNotFound = "group_not_found" constant GroupMembersSelectorErrorOther (line 1299) | GroupMembersSelectorErrorOther = "other" constant GroupMembersSelectorErrorSystemManagedGroupDisallowed (line 1300) | GroupMembersSelectorErrorSystemManagedGroupDisallowed = "system_managed_... constant GroupMembersSelectorErrorMemberNotInGroup (line 1301) | GroupMembersSelectorErrorMemberNotInGroup = "member_not_in_g... type GroupMembersRemoveError (line 1305) | type GroupMembersRemoveError struct method UnmarshalJSON (line 1325) | func (u *GroupMembersRemoveError) UnmarshalJSON(body []byte) error { constant GroupMembersRemoveErrorGroupNotFound (line 1315) | GroupMembersRemoveErrorGroupNotFound = "group_not_found" constant GroupMembersRemoveErrorOther (line 1316) | GroupMembersRemoveErrorOther = "other" constant GroupMembersRemoveErrorSystemManagedGroupDisallowed (line 1317) | GroupMembersRemoveErrorSystemManagedGroupDisallowed = "system_managed_gr... constant GroupMembersRemoveErrorMemberNotInGroup (line 1318) | GroupMembersRemoveErrorMemberNotInGroup = "member_not_in_group" constant GroupMembersRemoveErrorGroupNotInTeam (line 1319) | GroupMembersRemoveErrorGroupNotInTeam = "group_not_in_team" constant GroupMembersRemoveErrorMembersNotInTeam (line 1320) | GroupMembersRemoveErrorMembersNotInTeam = "members_not_in_team" constant GroupMembersRemoveErrorUsersNotFound (line 1321) | GroupMembersRemoveErrorUsersNotFound = "users_not_found" type GroupMembersSelector (line 1351) | type GroupMembersSelector struct function NewGroupMembersSelector (line 1359) | func NewGroupMembersSelector(Group *GroupSelector, Users *UsersSelectorA... type GroupMembersSetAccessTypeArg (line 1367) | type GroupMembersSetAccessTypeArg struct function NewGroupMembersSetAccessTypeArg (line 1378) | func NewGroupMembersSetAccessTypeArg(Group *GroupSelector, User *UserSel... type GroupSelector (line 1389) | type GroupSelector struct method UnmarshalJSON (line 1404) | func (u *GroupSelector) UnmarshalJSON(body []byte) error { constant GroupSelectorGroupId (line 1399) | GroupSelectorGroupId = "group_id" constant GroupSelectorGroupExternalId (line 1400) | GroupSelectorGroupExternalId = "group_external_id" type GroupUpdateArgs (line 1430) | type GroupUpdateArgs struct function NewGroupUpdateArgs (line 1445) | func NewGroupUpdateArgs(Group *GroupSelector) *GroupUpdateArgs { type GroupUpdateError (line 1453) | type GroupUpdateError struct constant GroupUpdateErrorGroupNotFound (line 1459) | GroupUpdateErrorGroupNotFound = "group_not_found" constant GroupUpdateErrorOther (line 1460) | GroupUpdateErrorOther = "other" constant GroupUpdateErrorSystemManagedGroupDisallowed (line 1461) | GroupUpdateErrorSystemManagedGroupDisallowed = "system_managed_group_dis... constant GroupUpdateErrorGroupNameAlreadyUsed (line 1462) | GroupUpdateErrorGroupNameAlreadyUsed = "group_name_already_used" constant GroupUpdateErrorGroupNameInvalid (line 1463) | GroupUpdateErrorGroupNameInvalid = "group_name_invalid" constant GroupUpdateErrorExternalIdAlreadyInUse (line 1464) | GroupUpdateErrorExternalIdAlreadyInUse = "external_id_already_in_use" type GroupsGetInfoError (line 1468) | type GroupsGetInfoError struct constant GroupsGetInfoErrorGroupNotOnTeam (line 1474) | GroupsGetInfoErrorGroupNotOnTeam = "group_not_on_team" constant GroupsGetInfoErrorOther (line 1475) | GroupsGetInfoErrorOther = "other" type GroupsGetInfoItem (line 1479) | type GroupsGetInfoItem struct method UnmarshalJSON (line 1496) | func (u *GroupsGetInfoItem) UnmarshalJSON(body []byte) error { constant GroupsGetInfoItemIdNotFound (line 1491) | GroupsGetInfoItemIdNotFound = "id_not_found" constant GroupsGetInfoItemGroupInfo (line 1492) | GroupsGetInfoItemGroupInfo = "group_info" type GroupsListArg (line 1525) | type GroupsListArg struct function NewGroupsListArg (line 1531) | func NewGroupsListArg() *GroupsListArg { type GroupsListContinueArg (line 1538) | type GroupsListContinueArg struct function NewGroupsListContinueArg (line 1544) | func NewGroupsListContinueArg(Cursor string) *GroupsListContinueArg { type GroupsListContinueError (line 1551) | type GroupsListContinueError struct constant GroupsListContinueErrorInvalidCursor (line 1557) | GroupsListContinueErrorInvalidCursor = "invalid_cursor" constant GroupsListContinueErrorOther (line 1558) | GroupsListContinueErrorOther = "other" type GroupsListResult (line 1562) | type GroupsListResult struct function NewGroupsListResult (line 1575) | func NewGroupsListResult(Groups []*team_common.GroupSummary, Cursor stri... type GroupsMembersListArg (line 1584) | type GroupsMembersListArg struct function NewGroupsMembersListArg (line 1592) | func NewGroupsMembersListArg(Group *GroupSelector) *GroupsMembersListArg { type GroupsMembersListContinueArg (line 1600) | type GroupsMembersListContinueArg struct function NewGroupsMembersListContinueArg (line 1606) | func NewGroupsMembersListContinueArg(Cursor string) *GroupsMembersListCo... type GroupsMembersListContinueError (line 1613) | type GroupsMembersListContinueError struct constant GroupsMembersListContinueErrorInvalidCursor (line 1619) | GroupsMembersListContinueErrorInvalidCursor = "invalid_cursor" constant GroupsMembersListContinueErrorOther (line 1620) | GroupsMembersListContinueErrorOther = "other" type GroupsMembersListResult (line 1624) | type GroupsMembersListResult struct function NewGroupsMembersListResult (line 1637) | func NewGroupsMembersListResult(Members []*GroupMemberInfo, Cursor strin... type GroupsPollError (line 1646) | type GroupsPollError struct constant GroupsPollErrorInvalidAsyncJobId (line 1652) | GroupsPollErrorInvalidAsyncJobId = "invalid_async_job_id" constant GroupsPollErrorInternalError (line 1653) | GroupsPollErrorInternalError = "internal_error" constant GroupsPollErrorOther (line 1654) | GroupsPollErrorOther = "other" constant GroupsPollErrorAccessDenied (line 1655) | GroupsPollErrorAccessDenied = "access_denied" type GroupsSelector (line 1660) | type GroupsSelector struct method UnmarshalJSON (line 1675) | func (u *GroupsSelector) UnmarshalJSON(body []byte) error { constant GroupsSelectorGroupIds (line 1670) | GroupsSelectorGroupIds = "group_ids" constant GroupsSelectorGroupExternalIds (line 1671) | GroupsSelectorGroupExternalIds = "group_external_ids" type HasTeamFileEventsValue (line 1701) | type HasTeamFileEventsValue struct method UnmarshalJSON (line 1714) | func (u *HasTeamFileEventsValue) UnmarshalJSON(body []byte) error { constant HasTeamFileEventsValueEnabled (line 1709) | HasTeamFileEventsValueEnabled = "enabled" constant HasTeamFileEventsValueOther (line 1710) | HasTeamFileEventsValueOther = "other" type HasTeamSelectiveSyncValue (line 1735) | type HasTeamSelectiveSyncValue struct method UnmarshalJSON (line 1748) | func (u *HasTeamSelectiveSyncValue) UnmarshalJSON(body []byte) error { constant HasTeamSelectiveSyncValueHasTeamSelectiveSync (line 1743) | HasTeamSelectiveSyncValueHasTeamSelectiveSync = "has_team_selective_sync" constant HasTeamSelectiveSyncValueOther (line 1744) | HasTeamSelectiveSyncValueOther = "other" type HasTeamSharedDropboxValue (line 1770) | type HasTeamSharedDropboxValue struct method UnmarshalJSON (line 1783) | func (u *HasTeamSharedDropboxValue) UnmarshalJSON(body []byte) error { constant HasTeamSharedDropboxValueHasTeamSharedDropbox (line 1778) | HasTeamSharedDropboxValueHasTeamSharedDropbox = "has_team_shared_dropbox" constant HasTeamSharedDropboxValueOther (line 1779) | HasTeamSharedDropboxValueOther = "other" type LegalHoldHeldRevisionMetadata (line 1804) | type LegalHoldHeldRevisionMetadata struct function NewLegalHoldHeldRevisionMetadata (line 1830) | func NewLegalHoldHeldRevisionMetadata(NewFilename string, OriginalRevisi... type LegalHoldPolicy (line 1846) | type LegalHoldPolicy struct function NewLegalHoldPolicy (line 1867) | func NewLegalHoldPolicy(Id string, Name string, Members *MembersInfo, St... type LegalHoldStatus (line 1878) | type LegalHoldStatus struct constant LegalHoldStatusActive (line 1884) | LegalHoldStatusActive = "active" constant LegalHoldStatusReleased (line 1885) | LegalHoldStatusReleased = "released" constant LegalHoldStatusActivating (line 1886) | LegalHoldStatusActivating = "activating" constant LegalHoldStatusUpdating (line 1887) | LegalHoldStatusUpdating = "updating" constant LegalHoldStatusExporting (line 1888) | LegalHoldStatusExporting = "exporting" constant LegalHoldStatusReleasing (line 1889) | LegalHoldStatusReleasing = "releasing" constant LegalHoldStatusOther (line 1890) | LegalHoldStatusOther = "other" type LegalHoldsError (line 1894) | type LegalHoldsError struct constant LegalHoldsErrorUnknownLegalHoldError (line 1900) | LegalHoldsErrorUnknownLegalHoldError = "unknown_legal_hold_error" constant LegalHoldsErrorInsufficientPermissions (line 1901) | LegalHoldsErrorInsufficientPermissions = "insufficient_permissions" constant LegalHoldsErrorOther (line 1902) | LegalHoldsErrorOther = "other" type LegalHoldsGetPolicyArg (line 1906) | type LegalHoldsGetPolicyArg struct function NewLegalHoldsGetPolicyArg (line 1912) | func NewLegalHoldsGetPolicyArg(Id string) *LegalHoldsGetPolicyArg { type LegalHoldsGetPolicyError (line 1919) | type LegalHoldsGetPolicyError struct constant LegalHoldsGetPolicyErrorUnknownLegalHoldError (line 1925) | LegalHoldsGetPolicyErrorUnknownLegalHoldError = "unknown_legal_hold_er... constant LegalHoldsGetPolicyErrorInsufficientPermissions (line 1926) | LegalHoldsGetPolicyErrorInsufficientPermissions = "insufficient_permissi... constant LegalHoldsGetPolicyErrorOther (line 1927) | LegalHoldsGetPolicyErrorOther = "other" constant LegalHoldsGetPolicyErrorLegalHoldPolicyNotFound (line 1928) | LegalHoldsGetPolicyErrorLegalHoldPolicyNotFound = "legal_hold_policy_not... type LegalHoldsListHeldRevisionResult (line 1932) | type LegalHoldsListHeldRevisionResult struct function NewLegalHoldsListHeldRevisionResult (line 1947) | func NewLegalHoldsListHeldRevisionResult(Entries []*LegalHoldHeldRevisio... type LegalHoldsListHeldRevisionsArg (line 1955) | type LegalHoldsListHeldRevisionsArg struct function NewLegalHoldsListHeldRevisionsArg (line 1961) | func NewLegalHoldsListHeldRevisionsArg(Id string) *LegalHoldsListHeldRev... type LegalHoldsListHeldRevisionsContinueArg (line 1968) | type LegalHoldsListHeldRevisionsContinueArg struct function NewLegalHoldsListHeldRevisionsContinueArg (line 1978) | func NewLegalHoldsListHeldRevisionsContinueArg(Id string) *LegalHoldsLis... type LegalHoldsListHeldRevisionsContinueError (line 1985) | type LegalHoldsListHeldRevisionsContinueError struct constant LegalHoldsListHeldRevisionsContinueErrorUnknownLegalHoldError (line 1991) | LegalHoldsListHeldRevisionsContinueErrorUnknownLegalHoldError = "unknown... constant LegalHoldsListHeldRevisionsContinueErrorTransientError (line 1992) | LegalHoldsListHeldRevisionsContinueErrorTransientError = "transie... constant LegalHoldsListHeldRevisionsContinueErrorReset (line 1993) | LegalHoldsListHeldRevisionsContinueErrorReset = "reset" constant LegalHoldsListHeldRevisionsContinueErrorOther (line 1994) | LegalHoldsListHeldRevisionsContinueErrorOther = "other" type LegalHoldsListHeldRevisionsError (line 1998) | type LegalHoldsListHeldRevisionsError struct constant LegalHoldsListHeldRevisionsErrorUnknownLegalHoldError (line 2004) | LegalHoldsListHeldRevisionsErrorUnknownLegalHoldError = "unknown_legal... constant LegalHoldsListHeldRevisionsErrorInsufficientPermissions (line 2005) | LegalHoldsListHeldRevisionsErrorInsufficientPermissions = "insufficient_... constant LegalHoldsListHeldRevisionsErrorOther (line 2006) | LegalHoldsListHeldRevisionsErrorOther = "other" constant LegalHoldsListHeldRevisionsErrorTransientError (line 2007) | LegalHoldsListHeldRevisionsErrorTransientError = "transient_error" constant LegalHoldsListHeldRevisionsErrorLegalHoldStillEmpty (line 2008) | LegalHoldsListHeldRevisionsErrorLegalHoldStillEmpty = "legal_hold_st... constant LegalHoldsListHeldRevisionsErrorInactiveLegalHold (line 2009) | LegalHoldsListHeldRevisionsErrorInactiveLegalHold = "inactive_lega... type LegalHoldsListPoliciesArg (line 2013) | type LegalHoldsListPoliciesArg struct function NewLegalHoldsListPoliciesArg (line 2019) | func NewLegalHoldsListPoliciesArg() *LegalHoldsListPoliciesArg { type LegalHoldsListPoliciesError (line 2026) | type LegalHoldsListPoliciesError struct constant LegalHoldsListPoliciesErrorUnknownLegalHoldError (line 2032) | LegalHoldsListPoliciesErrorUnknownLegalHoldError = "unknown_legal_hold... constant LegalHoldsListPoliciesErrorInsufficientPermissions (line 2033) | LegalHoldsListPoliciesErrorInsufficientPermissions = "insufficient_permi... constant LegalHoldsListPoliciesErrorOther (line 2034) | LegalHoldsListPoliciesErrorOther = "other" constant LegalHoldsListPoliciesErrorTransientError (line 2035) | LegalHoldsListPoliciesErrorTransientError = "transient_error" type LegalHoldsListPoliciesResult (line 2039) | type LegalHoldsListPoliciesResult struct function NewLegalHoldsListPoliciesResult (line 2045) | func NewLegalHoldsListPoliciesResult(Policies []*LegalHoldPolicy) *Legal... type LegalHoldsPolicyCreateArg (line 2052) | type LegalHoldsPolicyCreateArg struct function NewLegalHoldsPolicyCreateArg (line 2066) | func NewLegalHoldsPolicyCreateArg(Name string, Members []string) *LegalH... type LegalHoldsPolicyCreateError (line 2074) | type LegalHoldsPolicyCreateError struct constant LegalHoldsPolicyCreateErrorUnknownLegalHoldError (line 2080) | LegalHoldsPolicyCreateErrorUnknownLegalHoldError ... constant LegalHoldsPolicyCreateErrorInsufficientPermissions (line 2081) | LegalHoldsPolicyCreateErrorInsufficientPermissions ... constant LegalHoldsPolicyCreateErrorOther (line 2082) | LegalHoldsPolicyCreateErrorOther ... constant LegalHoldsPolicyCreateErrorStartDateIsLaterThanEndDate (line 2083) | LegalHoldsPolicyCreateErrorStartDateIsLaterThanEndDate ... constant LegalHoldsPolicyCreateErrorEmptyMembersList (line 2084) | LegalHoldsPolicyCreateErrorEmptyMembersList ... constant LegalHoldsPolicyCreateErrorInvalidMembers (line 2085) | LegalHoldsPolicyCreateErrorInvalidMembers ... constant LegalHoldsPolicyCreateErrorNumberOfUsersOnHoldIsGreaterThanHoldLimitation (line 2086) | LegalHoldsPolicyCreateErrorNumberOfUsersOnHoldIsGreaterThanHoldLimitatio... constant LegalHoldsPolicyCreateErrorTransientError (line 2087) | LegalHoldsPolicyCreateErrorTransientError ... constant LegalHoldsPolicyCreateErrorNameMustBeUnique (line 2088) | LegalHoldsPolicyCreateErrorNameMustBeUnique ... constant LegalHoldsPolicyCreateErrorTeamExceededLegalHoldQuota (line 2089) | LegalHoldsPolicyCreateErrorTeamExceededLegalHoldQuota ... constant LegalHoldsPolicyCreateErrorInvalidDate (line 2090) | LegalHoldsPolicyCreateErrorInvalidDate ... type LegalHoldsPolicyReleaseArg (line 2094) | type LegalHoldsPolicyReleaseArg struct function NewLegalHoldsPolicyReleaseArg (line 2100) | func NewLegalHoldsPolicyReleaseArg(Id string) *LegalHoldsPolicyReleaseArg { type LegalHoldsPolicyReleaseError (line 2107) | type LegalHoldsPolicyReleaseError struct constant LegalHoldsPolicyReleaseErrorUnknownLegalHoldError (line 2113) | LegalHoldsPolicyReleaseErrorUnknownLegalHoldError = "unkno... constant LegalHoldsPolicyReleaseErrorInsufficientPermissions (line 2114) | LegalHoldsPolicyReleaseErrorInsufficientPermissions = "insuf... constant LegalHoldsPolicyReleaseErrorOther (line 2115) | LegalHoldsPolicyReleaseErrorOther = "other" constant LegalHoldsPolicyReleaseErrorLegalHoldPerformingAnotherOperation (line 2116) | LegalHoldsPolicyReleaseErrorLegalHoldPerformingAnotherOperation = "legal... constant LegalHoldsPolicyReleaseErrorLegalHoldAlreadyReleasing (line 2117) | LegalHoldsPolicyReleaseErrorLegalHoldAlreadyReleasing = "legal... constant LegalHoldsPolicyReleaseErrorLegalHoldPolicyNotFound (line 2118) | LegalHoldsPolicyReleaseErrorLegalHoldPolicyNotFound = "legal... type LegalHoldsPolicyUpdateArg (line 2122) | type LegalHoldsPolicyUpdateArg struct function NewLegalHoldsPolicyUpdateArg (line 2134) | func NewLegalHoldsPolicyUpdateArg(Id string) *LegalHoldsPolicyUpdateArg { type LegalHoldsPolicyUpdateError (line 2141) | type LegalHoldsPolicyUpdateError struct constant LegalHoldsPolicyUpdateErrorUnknownLegalHoldError (line 2147) | LegalHoldsPolicyUpdateErrorUnknownLegalHoldError ... constant LegalHoldsPolicyUpdateErrorInsufficientPermissions (line 2148) | LegalHoldsPolicyUpdateErrorInsufficientPermissions ... constant LegalHoldsPolicyUpdateErrorOther (line 2149) | LegalHoldsPolicyUpdateErrorOther ... constant LegalHoldsPolicyUpdateErrorTransientError (line 2150) | LegalHoldsPolicyUpdateErrorTransientError ... constant LegalHoldsPolicyUpdateErrorInactiveLegalHold (line 2151) | LegalHoldsPolicyUpdateErrorInactiveLegalHold ... constant LegalHoldsPolicyUpdateErrorLegalHoldPerformingAnotherOperation (line 2152) | LegalHoldsPolicyUpdateErrorLegalHoldPerformingAnotherOperation ... constant LegalHoldsPolicyUpdateErrorInvalidMembers (line 2153) | LegalHoldsPolicyUpdateErrorInvalidMembers ... constant LegalHoldsPolicyUpdateErrorNumberOfUsersOnHoldIsGreaterThanHoldLimitation (line 2154) | LegalHoldsPolicyUpdateErrorNumberOfUsersOnHoldIsGreaterThanHoldLimitatio... constant LegalHoldsPolicyUpdateErrorEmptyMembersList (line 2155) | LegalHoldsPolicyUpdateErrorEmptyMembersList ... constant LegalHoldsPolicyUpdateErrorNameMustBeUnique (line 2156) | LegalHoldsPolicyUpdateErrorNameMustBeUnique ... constant LegalHoldsPolicyUpdateErrorLegalHoldPolicyNotFound (line 2157) | LegalHoldsPolicyUpdateErrorLegalHoldPolicyNotFound ... type ListMemberAppsArg (line 2161) | type ListMemberAppsArg struct function NewListMemberAppsArg (line 2167) | func NewListMemberAppsArg(TeamMemberId string) *ListMemberAppsArg { type ListMemberAppsError (line 2174) | type ListMemberAppsError struct constant ListMemberAppsErrorMemberNotFound (line 2180) | ListMemberAppsErrorMemberNotFound = "member_not_found" constant ListMemberAppsErrorOther (line 2181) | ListMemberAppsErrorOther = "other" type ListMemberAppsResult (line 2185) | type ListMemberAppsResult struct function NewListMemberAppsResult (line 2192) | func NewListMemberAppsResult(LinkedApiApps []*ApiApp) *ListMemberAppsRes... type ListMemberDevicesArg (line 2199) | type ListMemberDevicesArg struct function NewListMemberDevicesArg (line 2213) | func NewListMemberDevicesArg(TeamMemberId string) *ListMemberDevicesArg { type ListMemberDevicesError (line 2223) | type ListMemberDevicesError struct constant ListMemberDevicesErrorMemberNotFound (line 2229) | ListMemberDevicesErrorMemberNotFound = "member_not_found" constant ListMemberDevicesErrorOther (line 2230) | ListMemberDevicesErrorOther = "other" type ListMemberDevicesResult (line 2234) | type ListMemberDevicesResult struct function NewListMemberDevicesResult (line 2244) | func NewListMemberDevicesResult() *ListMemberDevicesResult { type ListMembersAppsArg (line 2250) | type ListMembersAppsArg struct function NewListMembersAppsArg (line 2259) | func NewListMembersAppsArg() *ListMembersAppsArg { type ListMembersAppsError (line 2265) | type ListMembersAppsError struct constant ListMembersAppsErrorReset (line 2271) | ListMembersAppsErrorReset = "reset" constant ListMembersAppsErrorOther (line 2272) | ListMembersAppsErrorOther = "other" type ListMembersAppsResult (line 2277) | type ListMembersAppsResult struct function NewListMembersAppsResult (line 2289) | func NewListMembersAppsResult(Apps []*MemberLinkedApps, HasMore bool) *L... type ListMembersDevicesArg (line 2297) | type ListMembersDevicesArg struct function NewListMembersDevicesArg (line 2314) | func NewListMembersDevicesArg() *ListMembersDevicesArg { type ListMembersDevicesError (line 2323) | type ListMembersDevicesError struct constant ListMembersDevicesErrorReset (line 2329) | ListMembersDevicesErrorReset = "reset" constant ListMembersDevicesErrorOther (line 2330) | ListMembersDevicesErrorOther = "other" type ListMembersDevicesResult (line 2334) | type ListMembersDevicesResult struct function NewListMembersDevicesResult (line 2346) | func NewListMembersDevicesResult(Devices []*MemberDevices, HasMore bool)... type ListTeamAppsArg (line 2354) | type ListTeamAppsArg struct function NewListTeamAppsArg (line 2363) | func NewListTeamAppsArg() *ListTeamAppsArg { type ListTeamAppsError (line 2369) | type ListTeamAppsError struct constant ListTeamAppsErrorReset (line 2375) | ListTeamAppsErrorReset = "reset" constant ListTeamAppsErrorOther (line 2376) | ListTeamAppsErrorOther = "other" type ListTeamAppsResult (line 2380) | type ListTeamAppsResult struct function NewListTeamAppsResult (line 2392) | func NewListTeamAppsResult(Apps []*MemberLinkedApps, HasMore bool) *List... type ListTeamDevicesArg (line 2400) | type ListTeamDevicesArg struct function NewListTeamDevicesArg (line 2417) | func NewListTeamDevicesArg() *ListTeamDevicesArg { type ListTeamDevicesError (line 2426) | type ListTeamDevicesError struct constant ListTeamDevicesErrorReset (line 2432) | ListTeamDevicesErrorReset = "reset" constant ListTeamDevicesErrorOther (line 2433) | ListTeamDevicesErrorOther = "other" type ListTeamDevicesResult (line 2437) | type ListTeamDevicesResult struct function NewListTeamDevicesResult (line 2449) | func NewListTeamDevicesResult(Devices []*MemberDevices, HasMore bool) *L... type MemberAccess (line 2458) | type MemberAccess struct function NewMemberAccess (line 2466) | func NewMemberAccess(User *UserSelectorArg, AccessType *GroupAccessType)... type MemberAddArgBase (line 2474) | type MemberAddArgBase struct function NewMemberAddArgBase (line 2496) | func NewMemberAddArgBase(MemberEmail string) *MemberAddArgBase { type MemberAddArg (line 2504) | type MemberAddArg struct function NewMemberAddArg (line 2511) | func NewMemberAddArg(MemberEmail string) *MemberAddArg { type MemberAddResultBase (line 2520) | type MemberAddResultBase struct method UnmarshalJSON (line 2569) | func (u *MemberAddResultBase) UnmarshalJSON(body []byte) error { constant MemberAddResultBaseTeamLicenseLimit (line 2556) | MemberAddResultBaseTeamLicenseLimit = "team_license_limit" constant MemberAddResultBaseFreeTeamMemberLimitReached (line 2557) | MemberAddResultBaseFreeTeamMemberLimitReached = "free_team_member_limit... constant MemberAddResultBaseUserAlreadyOnTeam (line 2558) | MemberAddResultBaseUserAlreadyOnTeam = "user_already_on_team" constant MemberAddResultBaseUserOnAnotherTeam (line 2559) | MemberAddResultBaseUserOnAnotherTeam = "user_on_another_team" constant MemberAddResultBaseUserAlreadyPaired (line 2560) | MemberAddResultBaseUserAlreadyPaired = "user_already_paired" constant MemberAddResultBaseUserMigrationFailed (line 2561) | MemberAddResultBaseUserMigrationFailed = "user_migration_failed" constant MemberAddResultBaseDuplicateExternalMemberId (line 2562) | MemberAddResultBaseDuplicateExternalMemberId = "duplicate_external_mem... constant MemberAddResultBaseDuplicateMemberPersistentId (line 2563) | MemberAddResultBaseDuplicateMemberPersistentId = "duplicate_member_persi... constant MemberAddResultBasePersistentIdDisabled (line 2564) | MemberAddResultBasePersistentIdDisabled = "persistent_id_disabled" constant MemberAddResultBaseUserCreationFailed (line 2565) | MemberAddResultBaseUserCreationFailed = "user_creation_failed" type MemberAddResult (line 2648) | type MemberAddResult struct method UnmarshalJSON (line 2700) | func (u *MemberAddResult) UnmarshalJSON(body []byte) error { constant MemberAddResultTeamLicenseLimit (line 2686) | MemberAddResultTeamLicenseLimit = "team_license_limit" constant MemberAddResultFreeTeamMemberLimitReached (line 2687) | MemberAddResultFreeTeamMemberLimitReached = "free_team_member_limit_rea... constant MemberAddResultUserAlreadyOnTeam (line 2688) | MemberAddResultUserAlreadyOnTeam = "user_already_on_team" constant MemberAddResultUserOnAnotherTeam (line 2689) | MemberAddResultUserOnAnotherTeam = "user_on_another_team" constant MemberAddResultUserAlreadyPaired (line 2690) | MemberAddResultUserAlreadyPaired = "user_already_paired" constant MemberAddResultUserMigrationFailed (line 2691) | MemberAddResultUserMigrationFailed = "user_migration_failed" constant MemberAddResultDuplicateExternalMemberId (line 2692) | MemberAddResultDuplicateExternalMemberId = "duplicate_external_member_id" constant MemberAddResultDuplicateMemberPersistentId (line 2693) | MemberAddResultDuplicateMemberPersistentId = "duplicate_member_persisten... constant MemberAddResultPersistentIdDisabled (line 2694) | MemberAddResultPersistentIdDisabled = "persistent_id_disabled" constant MemberAddResultUserCreationFailed (line 2695) | MemberAddResultUserCreationFailed = "user_creation_failed" constant MemberAddResultSuccess (line 2696) | MemberAddResultSuccess = "success" type MemberAddV2Arg (line 2781) | type MemberAddV2Arg struct function NewMemberAddV2Arg (line 2788) | func NewMemberAddV2Arg(MemberEmail string) *MemberAddV2Arg { type MemberAddV2Result (line 2800) | type MemberAddV2Result struct method UnmarshalJSON (line 2853) | func (u *MemberAddV2Result) UnmarshalJSON(body []byte) error { constant MemberAddV2ResultTeamLicenseLimit (line 2838) | MemberAddV2ResultTeamLicenseLimit = "team_license_limit" constant MemberAddV2ResultFreeTeamMemberLimitReached (line 2839) | MemberAddV2ResultFreeTeamMemberLimitReached = "free_team_member_limit_r... constant MemberAddV2ResultUserAlreadyOnTeam (line 2840) | MemberAddV2ResultUserAlreadyOnTeam = "user_already_on_team" constant MemberAddV2ResultUserOnAnotherTeam (line 2841) | MemberAddV2ResultUserOnAnotherTeam = "user_on_another_team" constant MemberAddV2ResultUserAlreadyPaired (line 2842) | MemberAddV2ResultUserAlreadyPaired = "user_already_paired" constant MemberAddV2ResultUserMigrationFailed (line 2843) | MemberAddV2ResultUserMigrationFailed = "user_migration_failed" constant MemberAddV2ResultDuplicateExternalMemberId (line 2844) | MemberAddV2ResultDuplicateExternalMemberId = "duplicate_external_membe... constant MemberAddV2ResultDuplicateMemberPersistentId (line 2845) | MemberAddV2ResultDuplicateMemberPersistentId = "duplicate_member_persist... constant MemberAddV2ResultPersistentIdDisabled (line 2846) | MemberAddV2ResultPersistentIdDisabled = "persistent_id_disabled" constant MemberAddV2ResultUserCreationFailed (line 2847) | MemberAddV2ResultUserCreationFailed = "user_creation_failed" constant MemberAddV2ResultSuccess (line 2848) | MemberAddV2ResultSuccess = "success" constant MemberAddV2ResultOther (line 2849) | MemberAddV2ResultOther = "other" type MemberDevices (line 2934) | type MemberDevices struct function NewMemberDevices (line 2946) | func NewMemberDevices(TeamMemberId string) *MemberDevices { type MemberLinkedApps (line 2953) | type MemberLinkedApps struct function NewMemberLinkedApps (line 2962) | func NewMemberLinkedApps(TeamMemberId string, LinkedApiApps []*ApiApp) *... type MemberProfile (line 2970) | type MemberProfile struct function NewMemberProfile (line 3013) | func NewMemberProfile(TeamMemberId string, Email string, EmailVerified b... type UserSelectorError (line 3026) | type UserSelectorError struct constant UserSelectorErrorUserNotFound (line 3032) | UserSelectorErrorUserNotFound = "user_not_found" type MemberSelectorError (line 3036) | type MemberSelectorError struct constant MemberSelectorErrorUserNotFound (line 3042) | MemberSelectorErrorUserNotFound = "user_not_found" constant MemberSelectorErrorUserNotInTeam (line 3043) | MemberSelectorErrorUserNotInTeam = "user_not_in_team" type MembersAddArgBase (line 3047) | type MembersAddArgBase struct function NewMembersAddArgBase (line 3053) | func NewMembersAddArgBase() *MembersAddArgBase { type MembersAddArg (line 3060) | type MembersAddArg struct function NewMembersAddArg (line 3067) | func NewMembersAddArg(NewMembers []*MemberAddArg) *MembersAddArg { type MembersAddJobStatus (line 3075) | type MembersAddJobStatus struct method UnmarshalJSON (line 3094) | func (u *MembersAddJobStatus) UnmarshalJSON(body []byte) error { constant MembersAddJobStatusInProgress (line 3088) | MembersAddJobStatusInProgress = "in_progress" constant MembersAddJobStatusComplete (line 3089) | MembersAddJobStatusComplete = "complete" constant MembersAddJobStatusFailed (line 3090) | MembersAddJobStatusFailed = "failed" type MembersAddJobStatusV2Result (line 3123) | type MembersAddJobStatusV2Result struct method UnmarshalJSON (line 3143) | func (u *MembersAddJobStatusV2Result) UnmarshalJSON(body []byte) error { constant MembersAddJobStatusV2ResultInProgress (line 3136) | MembersAddJobStatusV2ResultInProgress = "in_progress" constant MembersAddJobStatusV2ResultComplete (line 3137) | MembersAddJobStatusV2ResultComplete = "complete" constant MembersAddJobStatusV2ResultFailed (line 3138) | MembersAddJobStatusV2ResultFailed = "failed" constant MembersAddJobStatusV2ResultOther (line 3139) | MembersAddJobStatusV2ResultOther = "other" type MembersAddLaunch (line 3172) | type MembersAddLaunch struct method UnmarshalJSON (line 3189) | func (u *MembersAddLaunch) UnmarshalJSON(body []byte) error { constant MembersAddLaunchAsyncJobId (line 3184) | MembersAddLaunchAsyncJobId = "async_job_id" constant MembersAddLaunchComplete (line 3185) | MembersAddLaunchComplete = "complete" type MembersAddLaunchV2Result (line 3217) | type MembersAddLaunchV2Result struct method UnmarshalJSON (line 3235) | func (u *MembersAddLaunchV2Result) UnmarshalJSON(body []byte) error { constant MembersAddLaunchV2ResultAsyncJobId (line 3229) | MembersAddLaunchV2ResultAsyncJobId = "async_job_id" constant MembersAddLaunchV2ResultComplete (line 3230) | MembersAddLaunchV2ResultComplete = "complete" constant MembersAddLaunchV2ResultOther (line 3231) | MembersAddLaunchV2ResultOther = "other" type MembersAddV2Arg (line 3263) | type MembersAddV2Arg struct function NewMembersAddV2Arg (line 3270) | func NewMembersAddV2Arg(NewMembers []*MemberAddV2Arg) *MembersAddV2Arg { type MembersDeactivateBaseArg (line 3279) | type MembersDeactivateBaseArg struct function NewMembersDeactivateBaseArg (line 3285) | func NewMembersDeactivateBaseArg(User *UserSelectorArg) *MembersDeactiva... type MembersDataTransferArg (line 3292) | type MembersDataTransferArg struct function NewMembersDataTransferArg (line 3303) | func NewMembersDataTransferArg(User *UserSelectorArg, TransferDestId *Us... type MembersDeactivateArg (line 3312) | type MembersDeactivateArg struct function NewMembersDeactivateArg (line 3320) | func NewMembersDeactivateArg(User *UserSelectorArg) *MembersDeactivateArg { type MembersDeactivateError (line 3328) | type MembersDeactivateError struct constant MembersDeactivateErrorUserNotFound (line 3334) | MembersDeactivateErrorUserNotFound = "user_not_found" constant MembersDeactivateErrorUserNotInTeam (line 3335) | MembersDeactivateErrorUserNotInTeam = "user_not_in_team" constant MembersDeactivateErrorOther (line 3336) | MembersDeactivateErrorOther = "other" type MembersDeleteProfilePhotoArg (line 3340) | type MembersDeleteProfilePhotoArg struct function NewMembersDeleteProfilePhotoArg (line 3346) | func NewMembersDeleteProfilePhotoArg(User *UserSelectorArg) *MembersDele... type MembersDeleteProfilePhotoError (line 3353) | type MembersDeleteProfilePhotoError struct constant MembersDeleteProfilePhotoErrorUserNotFound (line 3359) | MembersDeleteProfilePhotoErrorUserNotFound = "user_not_found" constant MembersDeleteProfilePhotoErrorUserNotInTeam (line 3360) | MembersDeleteProfilePhotoErrorUserNotInTeam = "user_not_in_team" constant MembersDeleteProfilePhotoErrorSetProfileDisallowed (line 3361) | MembersDeleteProfilePhotoErrorSetProfileDisallowed = "set_profile_disall... constant MembersDeleteProfilePhotoErrorOther (line 3362) | MembersDeleteProfilePhotoErrorOther = "other" type MembersGetAvailableTeamMemberRolesResult (line 3367) | type MembersGetAvailableTeamMemberRolesResult struct function NewMembersGetAvailableTeamMemberRolesResult (line 3373) | func NewMembersGetAvailableTeamMemberRolesResult(Roles []*TeamMemberRole... type MembersGetInfoArgs (line 3380) | type MembersGetInfoArgs struct function NewMembersGetInfoArgs (line 3386) | func NewMembersGetInfoArgs(Members []*UserSelectorArg) *MembersGetInfoAr... type MembersGetInfoError (line 3393) | type MembersGetInfoError struct constant MembersGetInfoErrorOther (line 3399) | MembersGetInfoErrorOther = "other" type MembersGetInfoItemBase (line 3403) | type MembersGetInfoItemBase struct method UnmarshalJSON (line 3418) | func (u *MembersGetInfoItemBase) UnmarshalJSON(body []byte) error { constant MembersGetInfoItemBaseIdNotFound (line 3414) | MembersGetInfoItemBaseIdNotFound = "id_not_found" type MembersGetInfoItem (line 3443) | type MembersGetInfoItem struct method UnmarshalJSON (line 3461) | func (u *MembersGetInfoItem) UnmarshalJSON(body []byte) error { constant MembersGetInfoItemIdNotFound (line 3456) | MembersGetInfoItemIdNotFound = "id_not_found" constant MembersGetInfoItemMemberInfo (line 3457) | MembersGetInfoItemMemberInfo = "member_info" type MembersGetInfoItemV2 (line 3491) | type MembersGetInfoItemV2 struct method UnmarshalJSON (line 3510) | func (u *MembersGetInfoItemV2) UnmarshalJSON(body []byte) error { constant MembersGetInfoItemV2IdNotFound (line 3504) | MembersGetInfoItemV2IdNotFound = "id_not_found" constant MembersGetInfoItemV2MemberInfo (line 3505) | MembersGetInfoItemV2MemberInfo = "member_info" constant MembersGetInfoItemV2Other (line 3506) | MembersGetInfoItemV2Other = "other" type MembersGetInfoV2Arg (line 3539) | type MembersGetInfoV2Arg struct function NewMembersGetInfoV2Arg (line 3545) | func NewMembersGetInfoV2Arg(Members []*UserSelectorArg) *MembersGetInfoV... type MembersGetInfoV2Result (line 3552) | type MembersGetInfoV2Result struct function NewMembersGetInfoV2Result (line 3558) | func NewMembersGetInfoV2Result(MembersInfo []*MembersGetInfoItemV2) *Mem... type MembersInfo (line 3565) | type MembersInfo struct function NewMembersInfo (line 3574) | func NewMembersInfo(TeamMemberIds []string, PermanentlyDeletedUsers uint... type MembersListArg (line 3582) | type MembersListArg struct function NewMembersListArg (line 3590) | func NewMembersListArg() *MembersListArg { type MembersListContinueArg (line 3598) | type MembersListContinueArg struct function NewMembersListContinueArg (line 3604) | func NewMembersListContinueArg(Cursor string) *MembersListContinueArg { type MembersListContinueError (line 3611) | type MembersListContinueError struct constant MembersListContinueErrorInvalidCursor (line 3617) | MembersListContinueErrorInvalidCursor = "invalid_cursor" constant MembersListContinueErrorOther (line 3618) | MembersListContinueErrorOther = "other" type MembersListError (line 3622) | type MembersListError struct constant MembersListErrorOther (line 3628) | MembersListErrorOther = "other" type MembersListResult (line 3632) | type MembersListResult struct function NewMembersListResult (line 3645) | func NewMembersListResult(Members []*TeamMemberInfo, Cursor string, HasM... type MembersListV2Result (line 3654) | type MembersListV2Result struct function NewMembersListV2Result (line 3667) | func NewMembersListV2Result(Members []*TeamMemberInfoV2, Cursor string, ... type MembersRecoverArg (line 3677) | type MembersRecoverArg struct function NewMembersRecoverArg (line 3683) | func NewMembersRecoverArg(User *UserSelectorArg) *MembersRecoverArg { type MembersRecoverError (line 3690) | type MembersRecoverError struct constant MembersRecoverErrorUserNotFound (line 3696) | MembersRecoverErrorUserNotFound = "user_not_found" constant MembersRecoverErrorUserUnrecoverable (line 3697) | MembersRecoverErrorUserUnrecoverable = "user_unrecoverable" constant MembersRecoverErrorUserNotInTeam (line 3698) | MembersRecoverErrorUserNotInTeam = "user_not_in_team" constant MembersRecoverErrorTeamLicenseLimit (line 3699) | MembersRecoverErrorTeamLicenseLimit = "team_license_limit" constant MembersRecoverErrorOther (line 3700) | MembersRecoverErrorOther = "other" type MembersRemoveArg (line 3704) | type MembersRemoveArg struct function NewMembersRemoveArg (line 3729) | func NewMembersRemoveArg(User *UserSelectorArg) *MembersRemoveArg { type MembersTransferFilesError (line 3739) | type MembersTransferFilesError struct constant MembersTransferFilesErrorUserNotFound (line 3745) | MembersTransferFilesErrorUserNotFound = "user_not... constant MembersTransferFilesErrorUserNotInTeam (line 3746) | MembersTransferFilesErrorUserNotInTeam = "user_not... constant MembersTransferFilesErrorOther (line 3747) | MembersTransferFilesErrorOther = "other" constant MembersTransferFilesErrorRemovedAndTransferDestShouldDiffer (line 3748) | MembersTransferFilesErrorRemovedAndTransferDestShouldDiffer = "removed_... constant MembersTransferFilesErrorRemovedAndTransferAdminShouldDiffer (line 3749) | MembersTransferFilesErrorRemovedAndTransferAdminShouldDiffer = "removed_... constant MembersTransferFilesErrorTransferDestUserNotFound (line 3750) | MembersTransferFilesErrorTransferDestUserNotFound = "transfer... constant MembersTransferFilesErrorTransferDestUserNotInTeam (line 3751) | MembersTransferFilesErrorTransferDestUserNotInTeam = "transfer... constant MembersTransferFilesErrorTransferAdminUserNotInTeam (line 3752) | MembersTransferFilesErrorTransferAdminUserNotInTeam = "transfer... constant MembersTransferFilesErrorTransferAdminUserNotFound (line 3753) | MembersTransferFilesErrorTransferAdminUserNotFound = "transfer... constant MembersTransferFilesErrorUnspecifiedTransferAdminId (line 3754) | MembersTransferFilesErrorUnspecifiedTransferAdminId = "unspecif... constant MembersTransferFilesErrorTransferAdminIsNotAdmin (line 3755) | MembersTransferFilesErrorTransferAdminIsNotAdmin = "transfer... constant MembersTransferFilesErrorRecipientNotVerified (line 3756) | MembersTransferFilesErrorRecipientNotVerified = "recipien... type MembersRemoveError (line 3760) | type MembersRemoveError struct constant MembersRemoveErrorUserNotFound (line 3766) | MembersRemoveErrorUserNotFound = "user_n... constant MembersRemoveErrorUserNotInTeam (line 3767) | MembersRemoveErrorUserNotInTeam = "user_n... constant MembersRemoveErrorOther (line 3768) | MembersRemoveErrorOther = "other" constant MembersRemoveErrorRemovedAndTransferDestShouldDiffer (line 3769) | MembersRemoveErrorRemovedAndTransferDestShouldDiffer = "remove... constant MembersRemoveErrorRemovedAndTransferAdminShouldDiffer (line 3770) | MembersRemoveErrorRemovedAndTransferAdminShouldDiffer = "remove... constant MembersRemoveErrorTransferDestUserNotFound (line 3771) | MembersRemoveErrorTransferDestUserNotFound = "transf... constant MembersRemoveErrorTransferDestUserNotInTeam (line 3772) | MembersRemoveErrorTransferDestUserNotInTeam = "transf... constant MembersRemoveErrorTransferAdminUserNotInTeam (line 3773) | MembersRemoveErrorTransferAdminUserNotInTeam = "transf... constant MembersRemoveErrorTransferAdminUserNotFound (line 3774) | MembersRemoveErrorTransferAdminUserNotFound = "transf... constant MembersRemoveErrorUnspecifiedTransferAdminId (line 3775) | MembersRemoveErrorUnspecifiedTransferAdminId = "unspec... constant MembersRemoveErrorTransferAdminIsNotAdmin (line 3776) | MembersRemoveErrorTransferAdminIsNotAdmin = "transf... constant MembersRemoveErrorRecipientNotVerified (line 3777) | MembersRemoveErrorRecipientNotVerified = "recipi... constant MembersRemoveErrorRemoveLastAdmin (line 3778) | MembersRemoveErrorRemoveLastAdmin = "remove... constant MembersRemoveErrorCannotKeepAccountAndTransfer (line 3779) | MembersRemoveErrorCannotKeepAccountAndTransfer = "cannot... constant MembersRemoveErrorCannotKeepAccountAndDeleteData (line 3780) | MembersRemoveErrorCannotKeepAccountAndDeleteData = "cannot... constant MembersRemoveErrorEmailAddressTooLongToBeDisabled (line 3781) | MembersRemoveErrorEmailAddressTooLongToBeDisabled = "email_... constant MembersRemoveErrorCannotKeepInvitedUserAccount (line 3782) | MembersRemoveErrorCannotKeepInvitedUserAccount = "cannot... constant MembersRemoveErrorCannotRetainSharesWhenDataWiped (line 3783) | MembersRemoveErrorCannotRetainSharesWhenDataWiped = "cannot... constant MembersRemoveErrorCannotRetainSharesWhenNoAccountKept (line 3784) | MembersRemoveErrorCannotRetainSharesWhenNoAccountKept = "cannot... constant MembersRemoveErrorCannotRetainSharesWhenTeamExternalSharingOff (line 3785) | MembersRemoveErrorCannotRetainSharesWhenTeamExternalSharingOff = "cannot... constant MembersRemoveErrorCannotKeepAccount (line 3786) | MembersRemoveErrorCannotKeepAccount = "cannot... constant MembersRemoveErrorCannotKeepAccountUnderLegalHold (line 3787) | MembersRemoveErrorCannotKeepAccountUnderLegalHold = "cannot... constant MembersRemoveErrorCannotKeepAccountRequiredToSignTos (line 3788) | MembersRemoveErrorCannotKeepAccountRequiredToSignTos = "cannot... type MembersSendWelcomeError (line 3792) | type MembersSendWelcomeError struct constant MembersSendWelcomeErrorUserNotFound (line 3798) | MembersSendWelcomeErrorUserNotFound = "user_not_found" constant MembersSendWelcomeErrorUserNotInTeam (line 3799) | MembersSendWelcomeErrorUserNotInTeam = "user_not_in_team" constant MembersSendWelcomeErrorOther (line 3800) | MembersSendWelcomeErrorOther = "other" type MembersSetPermissions2Arg (line 3805) | type MembersSetPermissions2Arg struct function NewMembersSetPermissions2Arg (line 3814) | func NewMembersSetPermissions2Arg(User *UserSelectorArg) *MembersSetPerm... type MembersSetPermissions2Error (line 3821) | type MembersSetPermissions2Error struct constant MembersSetPermissions2ErrorUserNotFound (line 3827) | MembersSetPermissions2ErrorUserNotFound = "user_not_found" constant MembersSetPermissions2ErrorLastAdmin (line 3828) | MembersSetPermissions2ErrorLastAdmin = "last_admin" constant MembersSetPermissions2ErrorUserNotInTeam (line 3829) | MembersSetPermissions2ErrorUserNotInTeam = "user_not_in_team" constant MembersSetPermissions2ErrorCannotSetPermissions (line 3830) | MembersSetPermissions2ErrorCannotSetPermissions = "cannot_set_permissions" constant MembersSetPermissions2ErrorRoleNotFound (line 3831) | MembersSetPermissions2ErrorRoleNotFound = "role_not_found" constant MembersSetPermissions2ErrorOther (line 3832) | MembersSetPermissions2ErrorOther = "other" type MembersSetPermissions2Result (line 3836) | type MembersSetPermissions2Result struct function NewMembersSetPermissions2Result (line 3845) | func NewMembersSetPermissions2Result(TeamMemberId string) *MembersSetPer... type MembersSetPermissionsArg (line 3853) | type MembersSetPermissionsArg struct function NewMembersSetPermissionsArg (line 3861) | func NewMembersSetPermissionsArg(User *UserSelectorArg, NewRole *AdminTi... type MembersSetPermissionsError (line 3869) | type MembersSetPermissionsError struct constant MembersSetPermissionsErrorUserNotFound (line 3875) | MembersSetPermissionsErrorUserNotFound = "user_not_found" constant MembersSetPermissionsErrorLastAdmin (line 3876) | MembersSetPermissionsErrorLastAdmin = "last_admin" constant MembersSetPermissionsErrorUserNotInTeam (line 3877) | MembersSetPermissionsErrorUserNotInTeam = "user_not_in_team" constant MembersSetPermissionsErrorCannotSetPermissions (line 3878) | MembersSetPermissionsErrorCannotSetPermissions = "cannot_set_permissions" constant MembersSetPermissionsErrorTeamLicenseLimit (line 3879) | MembersSetPermissionsErrorTeamLicenseLimit = "team_license_limit" constant MembersSetPermissionsErrorOther (line 3880) | MembersSetPermissionsErrorOther = "other" type MembersSetPermissionsResult (line 3884) | type MembersSetPermissionsResult struct function NewMembersSetPermissionsResult (line 3892) | func NewMembersSetPermissionsResult(TeamMemberId string, Role *AdminTier... type MembersSetProfileArg (line 3902) | type MembersSetProfileArg struct function NewMembersSetProfileArg (line 3922) | func NewMembersSetProfileArg(User *UserSelectorArg) *MembersSetProfileArg { type MembersSetProfileError (line 3929) | type MembersSetProfileError struct constant MembersSetProfileErrorUserNotFound (line 3935) | MembersSetProfileErrorUserNotFound = "user_not_found" constant MembersSetProfileErrorUserNotInTeam (line 3936) | MembersSetProfileErrorUserNotInTeam = "user_not_in_team" constant MembersSetProfileErrorExternalIdAndNewExternalIdUnsafe (line 3937) | MembersSetProfileErrorExternalIdAndNewExternalIdUnsafe = "external_id_an... constant MembersSetProfileErrorNoNewDataSpecified (line 3938) | MembersSetProfileErrorNoNewDataSpecified = "no_new_data_sp... constant MembersSetProfileErrorEmailReservedForOtherUser (line 3939) | MembersSetProfileErrorEmailReservedForOtherUser = "email_reserved... constant MembersSetProfileErrorExternalIdUsedByOtherUser (line 3940) | MembersSetProfileErrorExternalIdUsedByOtherUser = "external_id_us... constant MembersSetProfileErrorSetProfileDisallowed (line 3941) | MembersSetProfileErrorSetProfileDisallowed = "set_profile_di... constant MembersSetProfileErrorParamCannotBeEmpty (line 3942) | MembersSetProfileErrorParamCannotBeEmpty = "param_cannot_b... constant MembersSetProfileErrorPersistentIdDisabled (line 3943) | MembersSetProfileErrorPersistentIdDisabled = "persistent_id_... constant MembersSetProfileErrorPersistentIdUsedByOtherUser (line 3944) | MembersSetProfileErrorPersistentIdUsedByOtherUser = "persistent_id_... constant MembersSetProfileErrorDirectoryRestrictedOff (line 3945) | MembersSetProfileErrorDirectoryRestrictedOff = "directory_rest... constant MembersSetProfileErrorOther (line 3946) | MembersSetProfileErrorOther = "other" type MembersSetProfilePhotoArg (line 3950) | type MembersSetProfilePhotoArg struct function NewMembersSetProfilePhotoArg (line 3958) | func NewMembersSetProfilePhotoArg(User *UserSelectorArg, Photo *account.... type MembersSetProfilePhotoError (line 3966) | type MembersSetProfilePhotoError struct method UnmarshalJSON (line 3982) | func (u *MembersSetProfilePhotoError) UnmarshalJSON(body []byte) error { constant MembersSetProfilePhotoErrorUserNotFound (line 3974) | MembersSetProfilePhotoErrorUserNotFound = "user_not_found" constant MembersSetProfilePhotoErrorUserNotInTeam (line 3975) | MembersSetProfilePhotoErrorUserNotInTeam = "user_not_in_team" constant MembersSetProfilePhotoErrorSetProfileDisallowed (line 3976) | MembersSetProfilePhotoErrorSetProfileDisallowed = "set_profile_disallowed" constant MembersSetProfilePhotoErrorPhotoError (line 3977) | MembersSetProfilePhotoErrorPhotoError = "photo_error" constant MembersSetProfilePhotoErrorOther (line 3978) | MembersSetProfilePhotoErrorOther = "other" type MembersSuspendError (line 4003) | type MembersSuspendError struct constant MembersSuspendErrorUserNotFound (line 4009) | MembersSuspendErrorUserNotFound = "user_not_found" constant MembersSuspendErrorUserNotInTeam (line 4010) | MembersSuspendErrorUserNotInTeam = "user_not_in_team" constant MembersSuspendErrorOther (line 4011) | MembersSuspendErrorOther = "other" constant MembersSuspendErrorSuspendInactiveUser (line 4012) | MembersSuspendErrorSuspendInactiveUser = "suspend_inactive_user" constant MembersSuspendErrorSuspendLastAdmin (line 4013) | MembersSuspendErrorSuspendLastAdmin = "suspend_last_admin" constant MembersSuspendErrorTeamLicenseLimit (line 4014) | MembersSuspendErrorTeamLicenseLimit = "team_license_limit" type MembersTransferFormerMembersFilesError (line 4018) | type MembersTransferFormerMembersFilesError struct constant MembersTransferFormerMembersFilesErrorUserNotFound (line 4024) | MembersTransferFormerMembersFilesErrorUserNotFound ... constant MembersTransferFormerMembersFilesErrorUserNotInTeam (line 4025) | MembersTransferFormerMembersFilesErrorUserNotInTeam ... constant MembersTransferFormerMembersFilesErrorOther (line 4026) | MembersTransferFormerMembersFilesErrorOther ... constant MembersTransferFormerMembersFilesErrorRemovedAndTransferDestShouldDiffer (line 4027) | MembersTransferFormerMembersFilesErrorRemovedAndTransferDestShouldDiffer... constant MembersTransferFormerMembersFilesErrorRemovedAndTransferAdminShouldDiffer (line 4028) | MembersTransferFormerMembersFilesErrorRemovedAndTransferAdminShouldDiffe... constant MembersTransferFormerMembersFilesErrorTransferDestUserNotFound (line 4029) | MembersTransferFormerMembersFilesErrorTransferDestUserNotFound ... constant MembersTransferFormerMembersFilesErrorTransferDestUserNotInTeam (line 4030) | MembersTransferFormerMembersFilesErrorTransferDestUserNotInTeam ... constant MembersTransferFormerMembersFilesErrorTransferAdminUserNotInTeam (line 4031) | MembersTransferFormerMembersFilesErrorTransferAdminUserNotInTeam ... constant MembersTransferFormerMembersFilesErrorTransferAdminUserNotFound (line 4032) | MembersTransferFormerMembersFilesErrorTransferAdminUserNotFound ... constant MembersTransferFormerMembersFilesErrorUnspecifiedTransferAdminId (line 4033) | MembersTransferFormerMembersFilesErrorUnspecifiedTransferAdminId ... constant MembersTransferFormerMembersFilesErrorTransferAdminIsNotAdmin (line 4034) | MembersTransferFormerMembersFilesErrorTransferAdminIsNotAdmin ... constant MembersTransferFormerMembersFilesErrorRecipientNotVerified (line 4035) | MembersTransferFormerMembersFilesErrorRecipientNotVerified ... constant MembersTransferFormerMembersFilesErrorUserDataIsBeingTransferred (line 4036) | MembersTransferFormerMembersFilesErrorUserDataIsBeingTransferred ... constant MembersTransferFormerMembersFilesErrorUserNotRemoved (line 4037) | MembersTransferFormerMembersFilesErrorUserNotRemoved ... constant MembersTransferFormerMembersFilesErrorUserDataCannotBeTransferred (line 4038) | MembersTransferFormerMembersFilesErrorUserDataCannotBeTransferred ... constant MembersTransferFormerMembersFilesErrorUserDataAlreadyTransferred (line 4039) | MembersTransferFormerMembersFilesErrorUserDataAlreadyTransferred ... type MembersUnsuspendArg (line 4044) | type MembersUnsuspendArg struct function NewMembersUnsuspendArg (line 4050) | func NewMembersUnsuspendArg(User *UserSelectorArg) *MembersUnsuspendArg { type MembersUnsuspendError (line 4057) | type MembersUnsuspendError struct constant MembersUnsuspendErrorUserNotFound (line 4063) | MembersUnsuspendErrorUserNotFound = "user_not_found" constant MembersUnsuspendErrorUserNotInTeam (line 4064) | MembersUnsuspendErrorUserNotInTeam = "user_not_in_team" constant MembersUnsuspendErrorOther (line 4065) | MembersUnsuspendErrorOther = "other" constant MembersUnsuspendErrorUnsuspendNonSuspendedMember (line 4066) | MembersUnsuspendErrorUnsuspendNonSuspendedMember = "unsuspend_non_suspen... constant MembersUnsuspendErrorTeamLicenseLimit (line 4067) | MembersUnsuspendErrorTeamLicenseLimit = "team_license_limit" type MobileClientPlatform (line 4071) | type MobileClientPlatform struct constant MobileClientPlatformIphone (line 4077) | MobileClientPlatformIphone = "iphone" constant MobileClientPlatformIpad (line 4078) | MobileClientPlatformIpad = "ipad" constant MobileClientPlatformAndroid (line 4079) | MobileClientPlatformAndroid = "android" constant MobileClientPlatformWindowsPhone (line 4080) | MobileClientPlatformWindowsPhone = "windows_phone" constant MobileClientPlatformBlackberry (line 4081) | MobileClientPlatformBlackberry = "blackberry" constant MobileClientPlatformOther (line 4082) | MobileClientPlatformOther = "other" type MobileClientSession (line 4087) | type MobileClientSession struct function NewMobileClientSession (line 4102) | func NewMobileClientSession(SessionId string, DeviceName string, ClientT... type NamespaceMetadata (line 4111) | type NamespaceMetadata struct function NewNamespaceMetadata (line 4124) | func NewNamespaceMetadata(Name string, NamespaceId string, NamespaceType... type NamespaceType (line 4133) | type NamespaceType struct constant NamespaceTypeAppFolder (line 4139) | NamespaceTypeAppFolder = "app_folder" constant NamespaceTypeSharedFolder (line 4140) | NamespaceTypeSharedFolder = "shared_folder" constant NamespaceTypeTeamFolder (line 4141) | NamespaceTypeTeamFolder = "team_folder" constant NamespaceTypeTeamMemberFolder (line 4142) | NamespaceTypeTeamMemberFolder = "team_member_folder" constant NamespaceTypeOther (line 4143) | NamespaceTypeOther = "other" type RemoveCustomQuotaResult (line 4147) | type RemoveCustomQuotaResult struct method UnmarshalJSON (line 4163) | func (u *RemoveCustomQuotaResult) UnmarshalJSON(body []byte) error { constant RemoveCustomQuotaResultSuccess (line 4157) | RemoveCustomQuotaResultSuccess = "success" constant RemoveCustomQuotaResultInvalidUser (line 4158) | RemoveCustomQuotaResultInvalidUser = "invalid_user" constant RemoveCustomQuotaResultOther (line 4159) | RemoveCustomQuotaResultOther = "other" type RemovedStatus (line 4189) | type RemovedStatus struct function NewRemovedStatus (line 4198) | func NewRemovedStatus(IsRecoverable bool, IsDisconnected bool) *RemovedS... type ResendSecondaryEmailResult (line 4209) | type ResendSecondaryEmailResult struct method UnmarshalJSON (line 4230) | func (u *ResendSecondaryEmailResult) UnmarshalJSON(body []byte) error { constant ResendSecondaryEmailResultSuccess (line 4223) | ResendSecondaryEmailResultSuccess = "success" constant ResendSecondaryEmailResultNotPending (line 4224) | ResendSecondaryEmailResultNotPending = "not_pending" constant ResendSecondaryEmailResultRateLimited (line 4225) | ResendSecondaryEmailResultRateLimited = "rate_limited" constant ResendSecondaryEmailResultOther (line 4226) | ResendSecondaryEmailResultOther = "other" type ResendVerificationEmailArg (line 4264) | type ResendVerificationEmailArg struct function NewResendVerificationEmailArg (line 4271) | func NewResendVerificationEmailArg(EmailsToResend []*UserSecondaryEmails... type ResendVerificationEmailResult (line 4278) | type ResendVerificationEmailResult struct function NewResendVerificationEmailResult (line 4284) | func NewResendVerificationEmailResult(Results []*UserResendResult) *Rese... type RevokeDesktopClientArg (line 4291) | type RevokeDesktopClientArg struct function NewRevokeDesktopClientArg (line 4300) | func NewRevokeDesktopClientArg(SessionId string, TeamMemberId string) *R... type RevokeDeviceSessionArg (line 4309) | type RevokeDeviceSessionArg struct method UnmarshalJSON (line 4327) | func (u *RevokeDeviceSessionArg) UnmarshalJSON(body []byte) error { constant RevokeDeviceSessionArgWebSession (line 4321) | RevokeDeviceSessionArgWebSession = "web_session" constant RevokeDeviceSessionArgDesktopClient (line 4322) | RevokeDeviceSessionArgDesktopClient = "desktop_client" constant RevokeDeviceSessionArgMobileClient (line 4323) | RevokeDeviceSessionArgMobileClient = "mobile_client" type RevokeDeviceSessionBatchArg (line 4358) | type RevokeDeviceSessionBatchArg struct function NewRevokeDeviceSessionBatchArg (line 4364) | func NewRevokeDeviceSessionBatchArg(RevokeDevices []*RevokeDeviceSession... type RevokeDeviceSessionBatchError (line 4371) | type RevokeDeviceSessionBatchError struct constant RevokeDeviceSessionBatchErrorOther (line 4377) | RevokeDeviceSessionBatchErrorOther = "other" type RevokeDeviceSessionBatchResult (line 4381) | type RevokeDeviceSessionBatchResult struct function NewRevokeDeviceSessionBatchResult (line 4387) | func NewRevokeDeviceSessionBatchResult(RevokeDevicesStatus []*RevokeDevi... type RevokeDeviceSessionError (line 4394) | type RevokeDeviceSessionError struct constant RevokeDeviceSessionErrorDeviceSessionNotFound (line 4400) | RevokeDeviceSessionErrorDeviceSessionNotFound = "device_session_not_found" constant RevokeDeviceSessionErrorMemberNotFound (line 4401) | RevokeDeviceSessionErrorMemberNotFound = "member_not_found" constant RevokeDeviceSessionErrorOther (line 4402) | RevokeDeviceSessionErrorOther = "other" type RevokeDeviceSessionStatus (line 4406) | type RevokeDeviceSessionStatus struct function NewRevokeDeviceSessionStatus (line 4414) | func NewRevokeDeviceSessionStatus(Success bool) *RevokeDeviceSessionStat... type RevokeLinkedApiAppArg (line 4421) | type RevokeLinkedApiAppArg struct function NewRevokeLinkedApiAppArg (line 4432) | func NewRevokeLinkedApiAppArg(AppId string, TeamMemberId string) *Revoke... type RevokeLinkedApiAppBatchArg (line 4441) | type RevokeLinkedApiAppBatchArg struct function NewRevokeLinkedApiAppBatchArg (line 4447) | func NewRevokeLinkedApiAppBatchArg(RevokeLinkedApp []*RevokeLinkedApiApp... type RevokeLinkedAppBatchError (line 4455) | type RevokeLinkedAppBatchError struct constant RevokeLinkedAppBatchErrorOther (line 4461) | RevokeLinkedAppBatchErrorOther = "other" type RevokeLinkedAppBatchResult (line 4465) | type RevokeLinkedAppBatchResult struct function NewRevokeLinkedAppBatchResult (line 4471) | func NewRevokeLinkedAppBatchResult(RevokeLinkedAppStatus []*RevokeLinked... type RevokeLinkedAppError (line 4478) | type RevokeLinkedAppError struct constant RevokeLinkedAppErrorAppNotFound (line 4484) | RevokeLinkedAppErrorAppNotFound = "app_not_found" constant RevokeLinkedAppErrorMemberNotFound (line 4485) | RevokeLinkedAppErrorMemberNotFound = "member_not_found" constant RevokeLinkedAppErrorAppFolderRemovalNotSupported (line 4486) | RevokeLinkedAppErrorAppFolderRemovalNotSupported = "app_folder_removal_n... constant RevokeLinkedAppErrorOther (line 4487) | RevokeLinkedAppErrorOther = "other" type RevokeLinkedAppStatus (line 4491) | type RevokeLinkedAppStatus struct function NewRevokeLinkedAppStatus (line 4499) | func NewRevokeLinkedAppStatus(Success bool) *RevokeLinkedAppStatus { type SetCustomQuotaArg (line 4506) | type SetCustomQuotaArg struct function NewSetCustomQuotaArg (line 4512) | func NewSetCustomQuotaArg(UsersAndQuotas []*UserCustomQuotaArg) *SetCust... type SetCustomQuotaError (line 4519) | type SetCustomQuotaError struct constant SetCustomQuotaErrorTooManyUsers (line 4525) | SetCustomQuotaErrorTooManyUsers = "too_many_users" constant SetCustomQuotaErrorOther (line 4526) | SetCustomQuotaErrorOther = "other" constant SetCustomQuotaErrorSomeUsersAreExcluded (line 4527) | SetCustomQuotaErrorSomeUsersAreExcluded = "some_users_are_excluded" type StorageBucket (line 4531) | type StorageBucket struct function NewStorageBucket (line 4541) | func NewStorageBucket(Bucket string, Users uint64) *StorageBucket { type TeamFolderAccessError (line 4549) | type TeamFolderAccessError struct constant TeamFolderAccessErrorInvalidTeamFolderId (line 4555) | TeamFolderAccessErrorInvalidTeamFolderId = "invalid_team_folder_id" constant TeamFolderAccessErrorNoAccess (line 4556) | TeamFolderAccessErrorNoAccess = "no_access" constant TeamFolderAccessErrorOther (line 4557) | TeamFolderAccessErrorOther = "other" type TeamFolderActivateError (line 4561) | type TeamFolderActivateError struct method UnmarshalJSON (line 4580) | func (u *TeamFolderActivateError) UnmarshalJSON(body []byte) error { constant TeamFolderActivateErrorAccessError (line 4573) | TeamFolderActivateErrorAccessError = "access_error" constant TeamFolderActivateErrorStatusError (line 4574) | TeamFolderActivateErrorStatusError = "status_error" constant TeamFolderActivateErrorTeamSharedDropboxError (line 4575) | TeamFolderActivateErrorTeamSharedDropboxError = "team_shared_dropbox_error" constant TeamFolderActivateErrorOther (line 4576) | TeamFolderActivateErrorOther = "other" type TeamFolderIdArg (line 4611) | type TeamFolderIdArg struct function NewTeamFolderIdArg (line 4617) | func NewTeamFolderIdArg(TeamFolderId string) *TeamFolderIdArg { type TeamFolderArchiveArg (line 4624) | type TeamFolderArchiveArg struct function NewTeamFolderArchiveArg (line 4631) | func NewTeamFolderArchiveArg(TeamFolderId string) *TeamFolderArchiveArg { type TeamFolderArchiveError (line 4639) | type TeamFolderArchiveError struct method UnmarshalJSON (line 4658) | func (u *TeamFolderArchiveError) UnmarshalJSON(body []byte) error { constant TeamFolderArchiveErrorAccessError (line 4651) | TeamFolderArchiveErrorAccessError = "access_error" constant TeamFolderArchiveErrorStatusError (line 4652) | TeamFolderArchiveErrorStatusError = "status_error" constant TeamFolderArchiveErrorTeamSharedDropboxError (line 4653) | TeamFolderArchiveErrorTeamSharedDropboxError = "team_shared_dropbox_error" constant TeamFolderArchiveErrorOther (line 4654) | TeamFolderArchiveErrorOther = "other" type TeamFolderArchiveJobStatus (line 4689) | type TeamFolderArchiveJobStatus struct method UnmarshalJSON (line 4707) | func (u *TeamFolderArchiveJobStatus) UnmarshalJSON(body []byte) error { constant TeamFolderArchiveJobStatusInProgress (line 4701) | TeamFolderArchiveJobStatusInProgress = "in_progress" constant TeamFolderArchiveJobStatusComplete (line 4702) | TeamFolderArchiveJobStatusComplete = "complete" constant TeamFolderArchiveJobStatusFailed (line 4703) | TeamFolderArchiveJobStatusFailed = "failed" type TeamFolderArchiveLaunch (line 4734) | type TeamFolderArchiveLaunch struct method UnmarshalJSON (line 4751) | func (u *TeamFolderArchiveLaunch) UnmarshalJSON(body []byte) error { constant TeamFolderArchiveLaunchAsyncJobId (line 4746) | TeamFolderArchiveLaunchAsyncJobId = "async_job_id" constant TeamFolderArchiveLaunchComplete (line 4747) | TeamFolderArchiveLaunchComplete = "complete" type TeamFolderCreateArg (line 4779) | type TeamFolderCreateArg struct function NewTeamFolderCreateArg (line 4788) | func NewTeamFolderCreateArg(Name string) *TeamFolderCreateArg { type TeamFolderCreateError (line 4795) | type TeamFolderCreateError struct method UnmarshalJSON (line 4811) | func (u *TeamFolderCreateError) UnmarshalJSON(body []byte) error { constant TeamFolderCreateErrorInvalidFolderName (line 4803) | TeamFolderCreateErrorInvalidFolderName = "invalid_folder_name" constant TeamFolderCreateErrorFolderNameAlreadyUsed (line 4804) | TeamFolderCreateErrorFolderNameAlreadyUsed = "folder_name_already_used" constant TeamFolderCreateErrorFolderNameReserved (line 4805) | TeamFolderCreateErrorFolderNameReserved = "folder_name_reserved" constant TeamFolderCreateErrorSyncSettingsError (line 4806) | TeamFolderCreateErrorSyncSettingsError = "sync_settings_error" constant TeamFolderCreateErrorOther (line 4807) | TeamFolderCreateErrorOther = "other" type TeamFolderGetInfoItem (line 4832) | type TeamFolderGetInfoItem struct method UnmarshalJSON (line 4848) | func (u *TeamFolderGetInfoItem) UnmarshalJSON(body []byte) error { constant TeamFolderGetInfoItemIdNotFound (line 4843) | TeamFolderGetInfoItemIdNotFound = "id_not_found" constant TeamFolderGetInfoItemTeamFolderMetadata (line 4844) | TeamFolderGetInfoItemTeamFolderMetadata = "team_folder_metadata" type TeamFolderIdListArg (line 4875) | type TeamFolderIdListArg struct function NewTeamFolderIdListArg (line 4881) | func NewTeamFolderIdListArg(TeamFolderIds []string) *TeamFolderIdListArg { type TeamFolderInvalidStatusError (line 4888) | type TeamFolderInvalidStatusError struct constant TeamFolderInvalidStatusErrorActive (line 4894) | TeamFolderInvalidStatusErrorActive = "active" constant TeamFolderInvalidStatusErrorArchived (line 4895) | TeamFolderInvalidStatusErrorArchived = "archived" constant TeamFolderInvalidStatusErrorArchiveInProgress (line 4896) | TeamFolderInvalidStatusErrorArchiveInProgress = "archive_in_progress" constant TeamFolderInvalidStatusErrorOther (line 4897) | TeamFolderInvalidStatusErrorOther = "other" type TeamFolderListArg (line 4901) | type TeamFolderListArg struct function NewTeamFolderListArg (line 4907) | func NewTeamFolderListArg() *TeamFolderListArg { type TeamFolderListContinueArg (line 4914) | type TeamFolderListContinueArg struct function NewTeamFolderListContinueArg (line 4920) | func NewTeamFolderListContinueArg(Cursor string) *TeamFolderListContinue... type TeamFolderListContinueError (line 4927) | type TeamFolderListContinueError struct constant TeamFolderListContinueErrorInvalidCursor (line 4933) | TeamFolderListContinueErrorInvalidCursor = "invalid_cursor" constant TeamFolderListContinueErrorOther (line 4934) | TeamFolderListContinueErrorOther = "other" type TeamFolderListError (line 4938) | type TeamFolderListError struct function NewTeamFolderListError (line 4944) | func NewTeamFolderListError(AccessError *TeamFolderAccessError) *TeamFol... type TeamFolderListResult (line 4952) | type TeamFolderListResult struct function NewTeamFolderListResult (line 4965) | func NewTeamFolderListResult(TeamFolders []*TeamFolderMetadata, Cursor s... type TeamFolderMetadata (line 4974) | type TeamFolderMetadata struct function NewTeamFolderMetadata (line 4991) | func NewTeamFolderMetadata(TeamFolderId string, Name string, Status *Tea... type TeamFolderPermanentlyDeleteError (line 5003) | type TeamFolderPermanentlyDeleteError struct method UnmarshalJSON (line 5022) | func (u *TeamFolderPermanentlyDeleteError) UnmarshalJSON(body []byte) ... constant TeamFolderPermanentlyDeleteErrorAccessError (line 5015) | TeamFolderPermanentlyDeleteErrorAccessError = "access_error" constant TeamFolderPermanentlyDeleteErrorStatusError (line 5016) | TeamFolderPermanentlyDeleteErrorStatusError = "status_error" constant TeamFolderPermanentlyDeleteErrorTeamSharedDropboxError (line 5017) | TeamFolderPermanentlyDeleteErrorTeamSharedDropboxError = "team_shared_dr... constant TeamFolderPermanentlyDeleteErrorOther (line 5018) | TeamFolderPermanentlyDeleteErrorOther = "other" type TeamFolderRenameArg (line 5053) | type TeamFolderRenameArg struct function NewTeamFolderRenameArg (line 5060) | func NewTeamFolderRenameArg(TeamFolderId string, Name string) *TeamFolde... type TeamFolderRenameError (line 5068) | type TeamFolderRenameError struct method UnmarshalJSON (line 5090) | func (u *TeamFolderRenameError) UnmarshalJSON(body []byte) error { constant TeamFolderRenameErrorAccessError (line 5080) | TeamFolderRenameErrorAccessError = "access_error" constant TeamFolderRenameErrorStatusError (line 5081) | TeamFolderRenameErrorStatusError = "status_error" constant TeamFolderRenameErrorTeamSharedDropboxError (line 5082) | TeamFolderRenameErrorTeamSharedDropboxError = "team_shared_dropbox_error" constant TeamFolderRenameErrorOther (line 5083) | TeamFolderRenameErrorOther = "other" constant TeamFolderRenameErrorInvalidFolderName (line 5084) | TeamFolderRenameErrorInvalidFolderName = "invalid_folder_name" constant TeamFolderRenameErrorFolderNameAlreadyUsed (line 5085) | TeamFolderRenameErrorFolderNameAlreadyUsed = "folder_name_already_used" constant TeamFolderRenameErrorFolderNameReserved (line 5086) | TeamFolderRenameErrorFolderNameReserved = "folder_name_reserved" type TeamFolderStatus (line 5121) | type TeamFolderStatus struct constant TeamFolderStatusActive (line 5127) | TeamFolderStatusActive = "active" constant TeamFolderStatusArchived (line 5128) | TeamFolderStatusArchived = "archived" constant TeamFolderStatusArchiveInProgress (line 5129) | TeamFolderStatusArchiveInProgress = "archive_in_progress" constant TeamFolderStatusOther (line 5130) | TeamFolderStatusOther = "other" type TeamFolderTeamSharedDropboxError (line 5134) | type TeamFolderTeamSharedDropboxError struct constant TeamFolderTeamSharedDropboxErrorDisallowed (line 5140) | TeamFolderTeamSharedDropboxErrorDisallowed = "disallowed" constant TeamFolderTeamSharedDropboxErrorOther (line 5141) | TeamFolderTeamSharedDropboxErrorOther = "other" type TeamFolderUpdateSyncSettingsArg (line 5145) | type TeamFolderUpdateSyncSettingsArg struct function NewTeamFolderUpdateSyncSettingsArg (line 5156) | func NewTeamFolderUpdateSyncSettingsArg(TeamFolderId string) *TeamFolder... type TeamFolderUpdateSyncSettingsError (line 5163) | type TeamFolderUpdateSyncSettingsError struct method UnmarshalJSON (line 5185) | func (u *TeamFolderUpdateSyncSettingsError) UnmarshalJSON(body []byte)... constant TeamFolderUpdateSyncSettingsErrorAccessError (line 5177) | TeamFolderUpdateSyncSettingsErrorAccessError = "access_error" constant TeamFolderUpdateSyncSettingsErrorStatusError (line 5178) | TeamFolderUpdateSyncSettingsErrorStatusError = "status_error" constant TeamFolderUpdateSyncSettingsErrorTeamSharedDropboxError (line 5179) | TeamFolderUpdateSyncSettingsErrorTeamSharedDropboxError = "team_shared_d... constant TeamFolderUpdateSyncSettingsErrorOther (line 5180) | TeamFolderUpdateSyncSettingsErrorOther = "other" constant TeamFolderUpdateSyncSettingsErrorSyncSettingsError (line 5181) | TeamFolderUpdateSyncSettingsErrorSyncSettingsError = "sync_settings... type TeamGetInfoResult (line 5221) | type TeamGetInfoResult struct function NewTeamGetInfoResult (line 5236) | func NewTeamGetInfoResult(Name string, TeamId string, NumLicensedUsers u... type TeamMemberInfo (line 5247) | type TeamMemberInfo struct function NewTeamMemberInfo (line 5255) | func NewTeamMemberInfo(Profile *TeamMemberProfile, Role *AdminTier) *Tea... type TeamMemberInfoV2 (line 5263) | type TeamMemberInfoV2 struct function NewTeamMemberInfoV2 (line 5271) | func NewTeamMemberInfoV2(Profile *TeamMemberProfile) *TeamMemberInfoV2 { type TeamMemberInfoV2Result (line 5279) | type TeamMemberInfoV2Result struct function NewTeamMemberInfoV2Result (line 5285) | func NewTeamMemberInfoV2Result(MemberInfo *TeamMemberInfoV2) *TeamMember... type TeamMemberProfile (line 5292) | type TeamMemberProfile struct function NewTeamMemberProfile (line 5301) | func NewTeamMemberProfile(TeamMemberId string, Email string, EmailVerifi... type TeamMemberRole (line 5317) | type TeamMemberRole struct function NewTeamMemberRole (line 5329) | func NewTeamMemberRole(RoleId string, Name string, Description string) *... type TeamMemberStatus (line 5338) | type TeamMemberStatus struct method UnmarshalJSON (line 5354) | func (u *TeamMemberStatus) UnmarshalJSON(body []byte) error { constant TeamMemberStatusActive (line 5347) | TeamMemberStatusActive = "active" constant TeamMemberStatusInvited (line 5348) | TeamMemberStatusInvited = "invited" constant TeamMemberStatusSuspended (line 5349) | TeamMemberStatusSuspended = "suspended" constant TeamMemberStatusRemoved (line 5350) | TeamMemberStatusRemoved = "removed" type TeamMembershipType (line 5375) | type TeamMembershipType struct constant TeamMembershipTypeFull (line 5381) | TeamMembershipTypeFull = "full" constant TeamMembershipTypeLimited (line 5382) | TeamMembershipTypeLimited = "limited" type TeamNamespacesListArg (line 5386) | type TeamNamespacesListArg struct function NewTeamNamespacesListArg (line 5392) | func NewTeamNamespacesListArg() *TeamNamespacesListArg { type TeamNamespacesListContinueArg (line 5399) | type TeamNamespacesListContinueArg struct function NewTeamNamespacesListContinueArg (line 5406) | func NewTeamNamespacesListContinueArg(Cursor string) *TeamNamespacesList... type TeamNamespacesListError (line 5413) | type TeamNamespacesListError struct constant TeamNamespacesListErrorInvalidArg (line 5419) | TeamNamespacesListErrorInvalidArg = "invalid_arg" constant TeamNamespacesListErrorOther (line 5420) | TeamNamespacesListErrorOther = "other" type TeamNamespacesListContinueError (line 5424) | type TeamNamespacesListContinueError struct constant TeamNamespacesListContinueErrorInvalidArg (line 5430) | TeamNamespacesListContinueErrorInvalidArg = "invalid_arg" constant TeamNamespacesListContinueErrorOther (line 5431) | TeamNamespacesListContinueErrorOther = "other" constant TeamNamespacesListContinueErrorInvalidCursor (line 5432) | TeamNamespacesListContinueErrorInvalidCursor = "invalid_cursor" type TeamNamespacesListResult (line 5436) | type TeamNamespacesListResult struct function NewTeamNamespacesListResult (line 5448) | func NewTeamNamespacesListResult(Namespaces []*NamespaceMetadata, Cursor... type TeamReportFailureReason (line 5457) | type TeamReportFailureReason struct constant TeamReportFailureReasonTemporaryError (line 5463) | TeamReportFailureReasonTemporaryError = "temporary_error" constant TeamReportFailureReasonManyReportsAtOnce (line 5464) | TeamReportFailureReasonManyReportsAtOnce = "many_reports_at_once" constant TeamReportFailureReasonTooMuchData (line 5465) | TeamReportFailureReasonTooMuchData = "too_much_data" constant TeamReportFailureReasonOther (line 5466) | TeamReportFailureReasonOther = "other" type TokenGetAuthenticatedAdminError (line 5471) | type TokenGetAuthenticatedAdminError struct constant TokenGetAuthenticatedAdminErrorMappingNotFound (line 5477) | TokenGetAuthenticatedAdminErrorMappingNotFound = "mapping_not_found" constant TokenGetAuthenticatedAdminErrorAdminNotActive (line 5478) | TokenGetAuthenticatedAdminErrorAdminNotActive = "admin_not_active" constant TokenGetAuthenticatedAdminErrorOther (line 5479) | TokenGetAuthenticatedAdminErrorOther = "other" type TokenGetAuthenticatedAdminResult (line 5483) | type TokenGetAuthenticatedAdminResult struct function NewTokenGetAuthenticatedAdminResult (line 5489) | func NewTokenGetAuthenticatedAdminResult(AdminProfile *TeamMemberProfile... type UploadApiRateLimitValue (line 5496) | type UploadApiRateLimitValue struct method UnmarshalJSON (line 5510) | func (u *UploadApiRateLimitValue) UnmarshalJSON(body []byte) error { constant UploadApiRateLimitValueUnlimited (line 5504) | UploadApiRateLimitValueUnlimited = "unlimited" constant UploadApiRateLimitValueLimit (line 5505) | UploadApiRateLimitValueLimit = "limit" constant UploadApiRateLimitValueOther (line 5506) | UploadApiRateLimitValueOther = "other" type UserAddResult (line 5534) | type UserAddResult struct method UnmarshalJSON (line 5558) | func (u *UserAddResult) UnmarshalJSON(body []byte) error { constant UserAddResultSuccess (line 5550) | UserAddResultSuccess = "success" constant UserAddResultInvalidUser (line 5551) | UserAddResultInvalidUser = "invalid_user" constant UserAddResultUnverified (line 5552) | UserAddResultUnverified = "unverified" constant UserAddResultPlaceholderUser (line 5553) | UserAddResultPlaceholderUser = "placeholder_user" constant UserAddResultOther (line 5554) | UserAddResultOther = "other" type UserCustomQuotaArg (line 5597) | type UserCustomQuotaArg struct function NewUserCustomQuotaArg (line 5605) | func NewUserCustomQuotaArg(User *UserSelectorArg, QuotaGb uint32) *UserC... type UserCustomQuotaResult (line 5614) | type UserCustomQuotaResult struct function NewUserCustomQuotaResult (line 5622) | func NewUserCustomQuotaResult(User *UserSelectorArg) *UserCustomQuotaRes... type UserDeleteEmailsResult (line 5629) | type UserDeleteEmailsResult struct function NewUserDeleteEmailsResult (line 5637) | func NewUserDeleteEmailsResult(User *UserSelectorArg, Results []*DeleteS... type UserDeleteResult (line 5648) | type UserDeleteResult struct method UnmarshalJSON (line 5666) | func (u *UserDeleteResult) UnmarshalJSON(body []byte) error { constant UserDeleteResultSuccess (line 5660) | UserDeleteResultSuccess = "success" constant UserDeleteResultInvalidUser (line 5661) | UserDeleteResultInvalidUser = "invalid_user" constant UserDeleteResultOther (line 5662) | UserDeleteResultOther = "other" type UserResendEmailsResult (line 5693) | type UserResendEmailsResult struct function NewUserResendEmailsResult (line 5701) | func NewUserResendEmailsResult(User *UserSelectorArg, Results []*ResendS... type UserResendResult (line 5712) | type UserResendResult struct method UnmarshalJSON (line 5730) | func (u *UserResendResult) UnmarshalJSON(body []byte) error { constant UserResendResultSuccess (line 5724) | UserResendResultSuccess = "success" constant UserResendResultInvalidUser (line 5725) | UserResendResultInvalidUser = "invalid_user" constant UserResendResultOther (line 5726) | UserResendResultOther = "other" type UserSecondaryEmailsArg (line 5757) | type UserSecondaryEmailsArg struct function NewUserSecondaryEmailsArg (line 5765) | func NewUserSecondaryEmailsArg(User *UserSelectorArg, SecondaryEmails []... type UserSecondaryEmailsResult (line 5773) | type UserSecondaryEmailsResult struct function NewUserSecondaryEmailsResult (line 5781) | func NewUserSecondaryEmailsResult(User *UserSelectorArg, Results []*AddS... type UserSelectorArg (line 5790) | type UserSelectorArg struct method UnmarshalJSON (line 5808) | func (u *UserSelectorArg) UnmarshalJSON(body []byte) error { constant UserSelectorArgTeamMemberId (line 5802) | UserSelectorArgTeamMemberId = "team_member_id" constant UserSelectorArgExternalId (line 5803) | UserSelectorArgExternalId = "external_id" constant UserSelectorArgEmail (line 5804) | UserSelectorArgEmail = "email" type UsersSelectorArg (line 5840) | type UsersSelectorArg struct method UnmarshalJSON (line 5858) | func (u *UsersSelectorArg) UnmarshalJSON(body []byte) error { constant UsersSelectorArgTeamMemberIds (line 5852) | UsersSelectorArgTeamMemberIds = "team_member_ids" constant UsersSelectorArgExternalIds (line 5853) | UsersSelectorArgExternalIds = "external_ids" constant UsersSelectorArgEmails (line 5854) | UsersSelectorArgEmails = "emails" FILE: v6/dropbox/team_common/types.go type GroupManagementType (line 31) | type GroupManagementType struct constant GroupManagementTypeUserManaged (line 37) | GroupManagementTypeUserManaged = "user_managed" constant GroupManagementTypeCompanyManaged (line 38) | GroupManagementTypeCompanyManaged = "company_managed" constant GroupManagementTypeSystemManaged (line 39) | GroupManagementTypeSystemManaged = "system_managed" constant GroupManagementTypeOther (line 40) | GroupManagementTypeOther = "other" type GroupSummary (line 44) | type GroupSummary struct function NewGroupSummary (line 59) | func NewGroupSummary(GroupName string, GroupId string, GroupManagementTy... type GroupType (line 68) | type GroupType struct constant GroupTypeTeam (line 74) | GroupTypeTeam = "team" constant GroupTypeUserManaged (line 75) | GroupTypeUserManaged = "user_managed" constant GroupTypeOther (line 76) | GroupTypeOther = "other" type MemberSpaceLimitType (line 80) | type MemberSpaceLimitType struct constant MemberSpaceLimitTypeOff (line 86) | MemberSpaceLimitTypeOff = "off" constant MemberSpaceLimitTypeAlertOnly (line 87) | MemberSpaceLimitTypeAlertOnly = "alert_only" constant MemberSpaceLimitTypeStopSync (line 88) | MemberSpaceLimitTypeStopSync = "stop_sync" constant MemberSpaceLimitTypeOther (line 89) | MemberSpaceLimitTypeOther = "other" type TimeRange (line 93) | type TimeRange struct function NewTimeRange (line 101) | func NewTimeRange() *TimeRange { FILE: v6/dropbox/team_log/client.go type Client (line 32) | type Client interface type apiImpl (line 49) | type apiImpl method GetEvents (line 57) | func (dbx *apiImpl) GetEvents(arg *GetTeamEventsArg) (res *GetTeamEven... method GetEventsContinue (line 95) | func (dbx *apiImpl) GetEventsContinue(arg *GetTeamEventsContinueArg) (... type GetEventsAPIError (line 52) | type GetEventsAPIError struct type GetEventsContinueAPIError (line 90) | type GetEventsContinueAPIError struct function New (line 128) | func New(c dropbox.Config) Client { FILE: v6/dropbox/team_log/types.go type AccessMethodLogInfo (line 37) | type AccessMethodLogInfo struct method UnmarshalJSON (line 65) | func (u *AccessMethodLogInfo) UnmarshalJSON(body []byte) error { constant AccessMethodLogInfoAdminConsole (line 55) | AccessMethodLogInfoAdminConsole = "admin_console" constant AccessMethodLogInfoApi (line 56) | AccessMethodLogInfoApi = "api" constant AccessMethodLogInfoContentManager (line 57) | AccessMethodLogInfoContentManager = "content_manager" constant AccessMethodLogInfoEndUser (line 58) | AccessMethodLogInfoEndUser = "end_user" constant AccessMethodLogInfoEnterpriseConsole (line 59) | AccessMethodLogInfoEnterpriseConsole = "enterprise_console" constant AccessMethodLogInfoSignInAs (line 60) | AccessMethodLogInfoSignInAs = "sign_in_as" constant AccessMethodLogInfoOther (line 61) | AccessMethodLogInfoOther = "other" type AccountCaptureAvailability (line 113) | type AccountCaptureAvailability struct constant AccountCaptureAvailabilityAvailable (line 119) | AccountCaptureAvailabilityAvailable = "available" constant AccountCaptureAvailabilityUnavailable (line 120) | AccountCaptureAvailabilityUnavailable = "unavailable" constant AccountCaptureAvailabilityOther (line 121) | AccountCaptureAvailabilityOther = "other" type AccountCaptureChangeAvailabilityDetails (line 126) | type AccountCaptureChangeAvailabilityDetails struct function NewAccountCaptureChangeAvailabilityDetails (line 135) | func NewAccountCaptureChangeAvailabilityDetails(NewValue *AccountCapture... type AccountCaptureChangeAvailabilityType (line 142) | type AccountCaptureChangeAvailabilityType struct function NewAccountCaptureChangeAvailabilityType (line 148) | func NewAccountCaptureChangeAvailabilityType(Description string) *Accoun... type AccountCaptureChangePolicyDetails (line 156) | type AccountCaptureChangePolicyDetails struct function NewAccountCaptureChangePolicyDetails (line 165) | func NewAccountCaptureChangePolicyDetails(NewValue *AccountCapturePolicy... type AccountCaptureChangePolicyType (line 172) | type AccountCaptureChangePolicyType struct function NewAccountCaptureChangePolicyType (line 178) | func NewAccountCaptureChangePolicyType(Description string) *AccountCaptu... type AccountCaptureMigrateAccountDetails (line 186) | type AccountCaptureMigrateAccountDetails struct function NewAccountCaptureMigrateAccountDetails (line 192) | func NewAccountCaptureMigrateAccountDetails(DomainName string) *AccountC... type AccountCaptureMigrateAccountType (line 199) | type AccountCaptureMigrateAccountType struct function NewAccountCaptureMigrateAccountType (line 205) | func NewAccountCaptureMigrateAccountType(Description string) *AccountCap... type AccountCaptureNotificationEmailsSentDetails (line 213) | type AccountCaptureNotificationEmailsSentDetails struct function NewAccountCaptureNotificationEmailsSentDetails (line 221) | func NewAccountCaptureNotificationEmailsSentDetails(DomainName string) *... type AccountCaptureNotificationEmailsSentType (line 228) | type AccountCaptureNotificationEmailsSentType struct function NewAccountCaptureNotificationEmailsSentType (line 234) | func NewAccountCaptureNotificationEmailsSentType(Description string) *Ac... type AccountCaptureNotificationType (line 241) | type AccountCaptureNotificationType struct constant AccountCaptureNotificationTypeActionableNotification (line 247) | AccountCaptureNotificationTypeActionableNotification = "actionable... constant AccountCaptureNotificationTypeProactiveWarningNotification (line 248) | AccountCaptureNotificationTypeProactiveWarningNotification = "proactive_... constant AccountCaptureNotificationTypeOther (line 249) | AccountCaptureNotificationTypeOther = "other" type AccountCapturePolicy (line 253) | type AccountCapturePolicy struct constant AccountCapturePolicyAllUsers (line 259) | AccountCapturePolicyAllUsers = "all_users" constant AccountCapturePolicyDisabled (line 260) | AccountCapturePolicyDisabled = "disabled" constant AccountCapturePolicyInvitedUsers (line 261) | AccountCapturePolicyInvitedUsers = "invited_users" constant AccountCapturePolicyOther (line 262) | AccountCapturePolicyOther = "other" type AccountCaptureRelinquishAccountDetails (line 267) | type AccountCaptureRelinquishAccountDetails struct function NewAccountCaptureRelinquishAccountDetails (line 273) | func NewAccountCaptureRelinquishAccountDetails(DomainName string) *Accou... type AccountCaptureRelinquishAccountType (line 280) | type AccountCaptureRelinquishAccountType struct function NewAccountCaptureRelinquishAccountType (line 286) | func NewAccountCaptureRelinquishAccountType(Description string) *Account... type AccountLockOrUnlockedDetails (line 294) | type AccountLockOrUnlockedDetails struct function NewAccountLockOrUnlockedDetails (line 302) | func NewAccountLockOrUnlockedDetails(PreviousValue *AccountState, NewVal... type AccountLockOrUnlockedType (line 310) | type AccountLockOrUnlockedType struct function NewAccountLockOrUnlockedType (line 316) | func NewAccountLockOrUnlockedType(Description string) *AccountLockOrUnlo... type AccountState (line 323) | type AccountState struct constant AccountStateLocked (line 329) | AccountStateLocked = "locked" constant AccountStateUnlocked (line 330) | AccountStateUnlocked = "unlocked" constant AccountStateOther (line 331) | AccountStateOther = "other" type ActionDetails (line 336) | type ActionDetails struct method UnmarshalJSON (line 357) | func (u *ActionDetails) UnmarshalJSON(body []byte) error { constant ActionDetailsRemoveAction (line 350) | ActionDetailsRemoveAction = "remove_action" constant ActionDetailsTeamInviteDetails (line 351) | ActionDetailsTeamInviteDetails = "team_invite_details" constant ActionDetailsTeamJoinDetails (line 352) | ActionDetailsTeamJoinDetails = "team_join_details" constant ActionDetailsOther (line 353) | ActionDetailsOther = "other" type ActorLogInfo (line 388) | type ActorLogInfo struct method UnmarshalJSON (line 412) | func (u *ActorLogInfo) UnmarshalJSON(body []byte) error { constant ActorLogInfoAdmin (line 402) | ActorLogInfoAdmin = "admin" constant ActorLogInfoAnonymous (line 403) | ActorLogInfoAnonymous = "anonymous" constant ActorLogInfoApp (line 404) | ActorLogInfoApp = "app" constant ActorLogInfoDropbox (line 405) | ActorLogInfoDropbox = "dropbox" constant ActorLogInfoReseller (line 406) | ActorLogInfoReseller = "reseller" constant ActorLogInfoUser (line 407) | ActorLogInfoUser = "user" constant ActorLogInfoOther (line 408) | ActorLogInfoOther = "other" type AdminAlertCategoryEnum (line 454) | type AdminAlertCategoryEnum struct constant AdminAlertCategoryEnumAccountTakeover (line 460) | AdminAlertCategoryEnumAccountTakeover = "account_takeover" constant AdminAlertCategoryEnumDataLossProtection (line 461) | AdminAlertCategoryEnumDataLossProtection = "data_loss_protection" constant AdminAlertCategoryEnumInformationGovernance (line 462) | AdminAlertCategoryEnumInformationGovernance = "information_governance" constant AdminAlertCategoryEnumMalwareSharing (line 463) | AdminAlertCategoryEnumMalwareSharing = "malware_sharing" constant AdminAlertCategoryEnumMassiveFileOperation (line 464) | AdminAlertCategoryEnumMassiveFileOperation = "massive_file_operation" constant AdminAlertCategoryEnumNa (line 465) | AdminAlertCategoryEnumNa = "na" constant AdminAlertCategoryEnumThreatManagement (line 466) | AdminAlertCategoryEnumThreatManagement = "threat_management" constant AdminAlertCategoryEnumOther (line 467) | AdminAlertCategoryEnumOther = "other" type AdminAlertGeneralStateEnum (line 471) | type AdminAlertGeneralStateEnum struct constant AdminAlertGeneralStateEnumActive (line 477) | AdminAlertGeneralStateEnumActive = "active" constant AdminAlertGeneralStateEnumDismissed (line 478) | AdminAlertGeneralStateEnumDismissed = "dismissed" constant AdminAlertGeneralStateEnumInProgress (line 479) | AdminAlertGeneralStateEnumInProgress = "in_progress" constant AdminAlertGeneralStateEnumNa (line 480) | AdminAlertGeneralStateEnumNa = "na" constant AdminAlertGeneralStateEnumResolved (line 481) | AdminAlertGeneralStateEnumResolved = "resolved" constant AdminAlertGeneralStateEnumOther (line 482) | AdminAlertGeneralStateEnumOther = "other" type AdminAlertSeverityEnum (line 486) | type AdminAlertSeverityEnum struct constant AdminAlertSeverityEnumHigh (line 492) | AdminAlertSeverityEnumHigh = "high" constant AdminAlertSeverityEnumInfo (line 493) | AdminAlertSeverityEnumInfo = "info" constant AdminAlertSeverityEnumLow (line 494) | AdminAlertSeverityEnumLow = "low" constant AdminAlertSeverityEnumMedium (line 495) | AdminAlertSeverityEnumMedium = "medium" constant AdminAlertSeverityEnumNa (line 496) | AdminAlertSeverityEnumNa = "na" constant AdminAlertSeverityEnumOther (line 497) | AdminAlertSeverityEnumOther = "other" type AdminAlertingAlertConfiguration (line 501) | type AdminAlertingAlertConfiguration struct function NewAdminAlertingAlertConfiguration (line 515) | func NewAdminAlertingAlertConfiguration() *AdminAlertingAlertConfigurati... type AdminAlertingAlertSensitivity (line 521) | type AdminAlertingAlertSensitivity struct constant AdminAlertingAlertSensitivityHigh (line 527) | AdminAlertingAlertSensitivityHigh = "high" constant AdminAlertingAlertSensitivityHighest (line 528) | AdminAlertingAlertSensitivityHighest = "highest" constant AdminAlertingAlertSensitivityInvalid (line 529) | AdminAlertingAlertSensitivityInvalid = "invalid" constant AdminAlertingAlertSensitivityLow (line 530) | AdminAlertingAlertSensitivityLow = "low" constant AdminAlertingAlertSensitivityLowest (line 531) | AdminAlertingAlertSensitivityLowest = "lowest" constant AdminAlertingAlertSensitivityMedium (line 532) | AdminAlertingAlertSensitivityMedium = "medium" constant AdminAlertingAlertSensitivityOther (line 533) | AdminAlertingAlertSensitivityOther = "other" type AdminAlertingAlertStateChangedDetails (line 537) | type AdminAlertingAlertStateChangedDetails struct function NewAdminAlertingAlertStateChangedDetails (line 553) | func NewAdminAlertingAlertStateChangedDetails(AlertName string, AlertSev... type AdminAlertingAlertStateChangedType (line 565) | type AdminAlertingAlertStateChangedType struct function NewAdminAlertingAlertStateChangedType (line 571) | func NewAdminAlertingAlertStateChangedType(Description string) *AdminAle... type AdminAlertingAlertStatePolicy (line 579) | type AdminAlertingAlertStatePolicy struct constant AdminAlertingAlertStatePolicyOff (line 585) | AdminAlertingAlertStatePolicyOff = "off" constant AdminAlertingAlertStatePolicyOn (line 586) | AdminAlertingAlertStatePolicyOn = "on" constant AdminAlertingAlertStatePolicyOther (line 587) | AdminAlertingAlertStatePolicyOther = "other" type AdminAlertingChangedAlertConfigDetails (line 591) | type AdminAlertingChangedAlertConfigDetails struct function NewAdminAlertingChangedAlertConfigDetails (line 601) | func NewAdminAlertingChangedAlertConfigDetails(AlertName string, Previou... type AdminAlertingChangedAlertConfigType (line 610) | type AdminAlertingChangedAlertConfigType struct function NewAdminAlertingChangedAlertConfigType (line 616) | func NewAdminAlertingChangedAlertConfigType(Description string) *AdminAl... type AdminAlertingTriggeredAlertDetails (line 623) | type AdminAlertingTriggeredAlertDetails struct function NewAdminAlertingTriggeredAlertDetails (line 635) | func NewAdminAlertingTriggeredAlertDetails(AlertName string, AlertSeveri... type AdminAlertingTriggeredAlertType (line 645) | type AdminAlertingTriggeredAlertType struct function NewAdminAlertingTriggeredAlertType (line 651) | func NewAdminAlertingTriggeredAlertType(Description string) *AdminAlerti... type AdminConsoleAppPermission (line 658) | type AdminConsoleAppPermission struct constant AdminConsoleAppPermissionDefaultForListedApps (line 664) | AdminConsoleAppPermissionDefaultForListedApps = "default_for_listed_apps" constant AdminConsoleAppPermissionDefaultForUnlistedApps (line 665) | AdminConsoleAppPermissionDefaultForUnlistedApps = "default_for_unlisted_... constant AdminConsoleAppPermissionOther (line 666) | AdminConsoleAppPermissionOther = "other" type AdminConsoleAppPolicy (line 670) | type AdminConsoleAppPolicy struct constant AdminConsoleAppPolicyAllow (line 676) | AdminConsoleAppPolicyAllow = "allow" constant AdminConsoleAppPolicyBlock (line 677) | AdminConsoleAppPolicyBlock = "block" constant AdminConsoleAppPolicyDefault (line 678) | AdminConsoleAppPolicyDefault = "default" constant AdminConsoleAppPolicyOther (line 679) | AdminConsoleAppPolicyOther = "other" type AdminEmailRemindersChangedDetails (line 684) | type AdminEmailRemindersChangedDetails struct function NewAdminEmailRemindersChangedDetails (line 692) | func NewAdminEmailRemindersChangedDetails(NewValue *AdminEmailRemindersP... type AdminEmailRemindersChangedType (line 700) | type AdminEmailRemindersChangedType struct function NewAdminEmailRemindersChangedType (line 706) | func NewAdminEmailRemindersChangedType(Description string) *AdminEmailRe... type AdminEmailRemindersPolicy (line 714) | type AdminEmailRemindersPolicy struct constant AdminEmailRemindersPolicyDefault (line 720) | AdminEmailRemindersPolicyDefault = "default" constant AdminEmailRemindersPolicyDisabled (line 721) | AdminEmailRemindersPolicyDisabled = "disabled" constant AdminEmailRemindersPolicyEnabled (line 722) | AdminEmailRemindersPolicyEnabled = "enabled" constant AdminEmailRemindersPolicyOther (line 723) | AdminEmailRemindersPolicyOther = "other" type AdminRole (line 727) | type AdminRole struct constant AdminRoleBillingAdmin (line 733) | AdminRoleBillingAdmin = "billing_admin" constant AdminRoleComplianceAdmin (line 734) | AdminRoleComplianceAdmin = "compliance_admin" constant AdminRoleContentAdmin (line 735) | AdminRoleContentAdmin = "content_admin" constant AdminRoleLimitedAdmin (line 736) | AdminRoleLimitedAdmin = "limited_admin" constant AdminRoleMemberOnly (line 737) | AdminRoleMemberOnly = "member_only" constant AdminRoleReportingAdmin (line 738) | AdminRoleReportingAdmin = "reporting_admin" constant AdminRoleSecurityAdmin (line 739) | AdminRoleSecurityAdmin = "security_admin" constant AdminRoleSupportAdmin (line 740) | AdminRoleSupportAdmin = "support_admin" constant AdminRoleTeamAdmin (line 741) | AdminRoleTeamAdmin = "team_admin" constant AdminRoleUserManagementAdmin (line 742) | AdminRoleUserManagementAdmin = "user_management_admin" constant AdminRoleOther (line 743) | AdminRoleOther = "other" type AlertRecipientsSettingType (line 747) | type AlertRecipientsSettingType struct constant AlertRecipientsSettingTypeCustomList (line 753) | AlertRecipientsSettingTypeCustomList = "custom_list" constant AlertRecipientsSettingTypeInvalid (line 754) | AlertRecipientsSettingTypeInvalid = "invalid" constant AlertRecipientsSettingTypeNone (line 755) | AlertRecipientsSettingTypeNone = "none" constant AlertRecipientsSettingTypeTeamAdmins (line 756) | AlertRecipientsSettingTypeTeamAdmins = "team_admins" constant AlertRecipientsSettingTypeOther (line 757) | AlertRecipientsSettingTypeOther = "other" type AllowDownloadDisabledDetails (line 761) | type AllowDownloadDisabledDetails struct function NewAllowDownloadDisabledDetails (line 765) | func NewAllowDownloadDisabledDetails() *AllowDownloadDisabledDetails { type AllowDownloadDisabledType (line 771) | type AllowDownloadDisabledType struct function NewAllowDownloadDisabledType (line 777) | func NewAllowDownloadDisabledType(Description string) *AllowDownloadDisa... type AllowDownloadEnabledDetails (line 784) | type AllowDownloadEnabledDetails struct function NewAllowDownloadEnabledDetails (line 788) | func NewAllowDownloadEnabledDetails() *AllowDownloadEnabledDetails { type AllowDownloadEnabledType (line 794) | type AllowDownloadEnabledType struct function NewAllowDownloadEnabledType (line 800) | func NewAllowDownloadEnabledType(Description string) *AllowDownloadEnabl... type ApiSessionLogInfo (line 807) | type ApiSessionLogInfo struct function NewApiSessionLogInfo (line 813) | func NewApiSessionLogInfo(RequestId string) *ApiSessionLogInfo { type AppBlockedByPermissionsDetails (line 820) | type AppBlockedByPermissionsDetails struct method UnmarshalJSON (line 833) | func (u *AppBlockedByPermissionsDetails) UnmarshalJSON(b []byte) error { function NewAppBlockedByPermissionsDetails (line 826) | func NewAppBlockedByPermissionsDetails(AppInfo IsAppLogInfo) *AppBlocked... type AppBlockedByPermissionsType (line 851) | type AppBlockedByPermissionsType struct function NewAppBlockedByPermissionsType (line 857) | func NewAppBlockedByPermissionsType(Description string) *AppBlockedByPer... type AppLinkTeamDetails (line 864) | type AppLinkTeamDetails struct method UnmarshalJSON (line 877) | func (u *AppLinkTeamDetails) UnmarshalJSON(b []byte) error { function NewAppLinkTeamDetails (line 870) | func NewAppLinkTeamDetails(AppInfo IsAppLogInfo) *AppLinkTeamDetails { type AppLinkTeamType (line 895) | type AppLinkTeamType struct function NewAppLinkTeamType (line 901) | func NewAppLinkTeamType(Description string) *AppLinkTeamType { type AppLinkUserDetails (line 908) | type AppLinkUserDetails struct method UnmarshalJSON (line 921) | func (u *AppLinkUserDetails) UnmarshalJSON(b []byte) error { function NewAppLinkUserDetails (line 914) | func NewAppLinkUserDetails(AppInfo IsAppLogInfo) *AppLinkUserDetails { type AppLinkUserType (line 939) | type AppLinkUserType struct function NewAppLinkUserType (line 945) | func NewAppLinkUserType(Description string) *AppLinkUserType { type AppLogInfo (line 952) | type AppLogInfo struct method IsAppLogInfo (line 971) | func (u *AppLogInfo) IsAppLogInfo() {} function NewAppLogInfo (line 960) | func NewAppLogInfo() *AppLogInfo { type IsAppLogInfo (line 966) | type IsAppLogInfo interface type appLogInfoUnion (line 973) | type appLogInfoUnion struct method UnmarshalJSON (line 991) | func (u *appLogInfoUnion) UnmarshalJSON(body []byte) error { constant AppLogInfoUserOrTeamLinkedApp (line 985) | AppLogInfoUserOrTeamLinkedApp = "user_or_team_linked_app" constant AppLogInfoUserLinkedApp (line 986) | AppLogInfoUserLinkedApp = "user_linked_app" constant AppLogInfoTeamLinkedApp (line 987) | AppLogInfoTeamLinkedApp = "team_linked_app" function IsAppLogInfoFromJSON (line 1022) | func IsAppLogInfoFromJSON(data []byte) (IsAppLogInfo, error) { type AppPermissionsChangedDetails (line 1042) | type AppPermissionsChangedDetails struct function NewAppPermissionsChangedDetails (line 1054) | func NewAppPermissionsChangedDetails(PreviousValue *AdminConsoleAppPolic... type AppPermissionsChangedType (line 1062) | type AppPermissionsChangedType struct function NewAppPermissionsChangedType (line 1068) | func NewAppPermissionsChangedType(Description string) *AppPermissionsCha... type AppUnlinkTeamDetails (line 1075) | type AppUnlinkTeamDetails struct method UnmarshalJSON (line 1088) | func (u *AppUnlinkTeamDetails) UnmarshalJSON(b []byte) error { function NewAppUnlinkTeamDetails (line 1081) | func NewAppUnlinkTeamDetails(AppInfo IsAppLogInfo) *AppUnlinkTeamDetails { type AppUnlinkTeamType (line 1106) | type AppUnlinkTeamType struct function NewAppUnlinkTeamType (line 1112) | func NewAppUnlinkTeamType(Description string) *AppUnlinkTeamType { type AppUnlinkUserDetails (line 1119) | type AppUnlinkUserDetails struct method UnmarshalJSON (line 1132) | func (u *AppUnlinkUserDetails) UnmarshalJSON(b []byte) error { function NewAppUnlinkUserDetails (line 1125) | func NewAppUnlinkUserDetails(AppInfo IsAppLogInfo) *AppUnlinkUserDetails { type AppUnlinkUserType (line 1150) | type AppUnlinkUserType struct function NewAppUnlinkUserType (line 1156) | func NewAppUnlinkUserType(Description string) *AppUnlinkUserType { type ApplyNamingConventionDetails (line 1163) | type ApplyNamingConventionDetails struct function NewApplyNamingConventionDetails (line 1167) | func NewApplyNamingConventionDetails() *ApplyNamingConventionDetails { type ApplyNamingConventionType (line 1173) | type ApplyNamingConventionType struct function NewApplyNamingConventionType (line 1179) | func NewApplyNamingConventionType(Description string) *ApplyNamingConven... type AssetLogInfo (line 1186) | type AssetLogInfo struct method UnmarshalJSON (line 1211) | func (u *AssetLogInfo) UnmarshalJSON(body []byte) error { constant AssetLogInfoFile (line 1202) | AssetLogInfoFile = "file" constant AssetLogInfoFolder (line 1203) | AssetLogInfoFolder = "folder" constant AssetLogInfoPaperDocument (line 1204) | AssetLogInfoPaperDocument = "paper_document" constant AssetLogInfoPaperFolder (line 1205) | AssetLogInfoPaperFolder = "paper_folder" constant AssetLogInfoShowcaseDocument (line 1206) | AssetLogInfoShowcaseDocument = "showcase_document" constant AssetLogInfoOther (line 1207) | AssetLogInfoOther = "other" type BackupStatus (line 1252) | type BackupStatus struct constant BackupStatusDisabled (line 1258) | BackupStatusDisabled = "disabled" constant BackupStatusEnabled (line 1259) | BackupStatusEnabled = "enabled" constant BackupStatusOther (line 1260) | BackupStatusOther = "other" type BinderAddPageDetails (line 1264) | type BinderAddPageDetails struct function NewBinderAddPageDetails (line 1274) | func NewBinderAddPageDetails(EventUuid string, DocTitle string, BinderIt... type BinderAddPageType (line 1283) | type BinderAddPageType struct function NewBinderAddPageType (line 1289) | func NewBinderAddPageType(Description string) *BinderAddPageType { type BinderAddSectionDetails (line 1296) | type BinderAddSectionDetails struct function NewBinderAddSectionDetails (line 1306) | func NewBinderAddSectionDetails(EventUuid string, DocTitle string, Binde... type BinderAddSectionType (line 1315) | type BinderAddSectionType struct function NewBinderAddSectionType (line 1321) | func NewBinderAddSectionType(Description string) *BinderAddSectionType { type BinderRemovePageDetails (line 1328) | type BinderRemovePageDetails struct function NewBinderRemovePageDetails (line 1338) | func NewBinderRemovePageDetails(EventUuid string, DocTitle string, Binde... type BinderRemovePageType (line 1347) | type BinderRemovePageType struct function NewBinderRemovePageType (line 1353) | func NewBinderRemovePageType(Description string) *BinderRemovePageType { type BinderRemoveSectionDetails (line 1360) | type BinderRemoveSectionDetails struct function NewBinderRemoveSectionDetails (line 1370) | func NewBinderRemoveSectionDetails(EventUuid string, DocTitle string, Bi... type BinderRemoveSectionType (line 1379) | type BinderRemoveSectionType struct function NewBinderRemoveSectionType (line 1385) | func NewBinderRemoveSectionType(Description string) *BinderRemoveSection... type BinderRenamePageDetails (line 1392) | type BinderRenamePageDetails struct function NewBinderRenamePageDetails (line 1404) | func NewBinderRenamePageDetails(EventUuid string, DocTitle string, Binde... type BinderRenamePageType (line 1413) | type BinderRenamePageType struct function NewBinderRenamePageType (line 1419) | func NewBinderRenamePageType(Description string) *BinderRenamePageType { type BinderRenameSectionDetails (line 1426) | type BinderRenameSectionDetails struct function NewBinderRenameSectionDetails (line 1438) | func NewBinderRenameSectionDetails(EventUuid string, DocTitle string, Bi... type BinderRenameSectionType (line 1447) | type BinderRenameSectionType struct function NewBinderRenameSectionType (line 1453) | func NewBinderRenameSectionType(Description string) *BinderRenameSection... type BinderReorderPageDetails (line 1460) | type BinderReorderPageDetails struct function NewBinderReorderPageDetails (line 1470) | func NewBinderReorderPageDetails(EventUuid string, DocTitle string, Bind... type BinderReorderPageType (line 1479) | type BinderReorderPageType struct function NewBinderReorderPageType (line 1485) | func NewBinderReorderPageType(Description string) *BinderReorderPageType { type BinderReorderSectionDetails (line 1492) | type BinderReorderSectionDetails struct function NewBinderReorderSectionDetails (line 1502) | func NewBinderReorderSectionDetails(EventUuid string, DocTitle string, B... type BinderReorderSectionType (line 1511) | type BinderReorderSectionType struct function NewBinderReorderSectionType (line 1517) | func NewBinderReorderSectionType(Description string) *BinderReorderSecti... type CameraUploadsPolicy (line 1525) | type CameraUploadsPolicy struct constant CameraUploadsPolicyDisabled (line 1531) | CameraUploadsPolicyDisabled = "disabled" constant CameraUploadsPolicyEnabled (line 1532) | CameraUploadsPolicyEnabled = "enabled" constant CameraUploadsPolicyOther (line 1533) | CameraUploadsPolicyOther = "other" type CameraUploadsPolicyChangedDetails (line 1537) | type CameraUploadsPolicyChangedDetails struct function NewCameraUploadsPolicyChangedDetails (line 1545) | func NewCameraUploadsPolicyChangedDetails(NewValue *CameraUploadsPolicy,... type CameraUploadsPolicyChangedType (line 1553) | type CameraUploadsPolicyChangedType struct function NewCameraUploadsPolicyChangedType (line 1559) | func NewCameraUploadsPolicyChangedType(Description string) *CameraUpload... type CaptureTranscriptPolicy (line 1567) | type CaptureTranscriptPolicy struct constant CaptureTranscriptPolicyDefault (line 1573) | CaptureTranscriptPolicyDefault = "default" constant CaptureTranscriptPolicyDisabled (line 1574) | CaptureTranscriptPolicyDisabled = "disabled" constant CaptureTranscriptPolicyEnabled (line 1575) | CaptureTranscriptPolicyEnabled = "enabled" constant CaptureTranscriptPolicyOther (line 1576) | CaptureTranscriptPolicyOther = "other" type CaptureTranscriptPolicyChangedDetails (line 1581) | type CaptureTranscriptPolicyChangedDetails struct function NewCaptureTranscriptPolicyChangedDetails (line 1589) | func NewCaptureTranscriptPolicyChangedDetails(NewValue *CaptureTranscrip... type CaptureTranscriptPolicyChangedType (line 1597) | type CaptureTranscriptPolicyChangedType struct function NewCaptureTranscriptPolicyChangedType (line 1603) | func NewCaptureTranscriptPolicyChangedType(Description string) *CaptureT... type Certificate (line 1610) | type Certificate struct function NewCertificate (line 1628) | func NewCertificate(Subject string, Issuer string, IssueDate string, Exp... type ChangeLinkExpirationPolicy (line 1642) | type ChangeLinkExpirationPolicy struct constant ChangeLinkExpirationPolicyAllowed (line 1648) | ChangeLinkExpirationPolicyAllowed = "allowed" constant ChangeLinkExpirationPolicyNotAllowed (line 1649) | ChangeLinkExpirationPolicyNotAllowed = "not_allowed" constant ChangeLinkExpirationPolicyOther (line 1650) | ChangeLinkExpirationPolicyOther = "other" type ChangedEnterpriseAdminRoleDetails (line 1654) | type ChangedEnterpriseAdminRoleDetails struct function NewChangedEnterpriseAdminRoleDetails (line 1664) | func NewChangedEnterpriseAdminRoleDetails(PreviousValue *FedAdminRole, N... type ChangedEnterpriseAdminRoleType (line 1673) | type ChangedEnterpriseAdminRoleType struct function NewChangedEnterpriseAdminRoleType (line 1679) | func NewChangedEnterpriseAdminRoleType(Description string) *ChangedEnter... type ChangedEnterpriseConnectedTeamStatusDetails (line 1687) | type ChangedEnterpriseConnectedTeamStatusDetails struct function NewChangedEnterpriseConnectedTeamStatusDetails (line 1699) | func NewChangedEnterpriseConnectedTeamStatusDetails(Action *FedHandshake... type ChangedEnterpriseConnectedTeamStatusType (line 1709) | type ChangedEnterpriseConnectedTeamStatusType struct function NewChangedEnterpriseConnectedTeamStatusType (line 1715) | func NewChangedEnterpriseConnectedTeamStatusType(Description string) *Ch... type ClassificationChangePolicyDetails (line 1722) | type ClassificationChangePolicyDetails struct function NewClassificationChangePolicyDetails (line 1732) | func NewClassificationChangePolicyDetails(PreviousValue *ClassificationP... type ClassificationChangePolicyType (line 1741) | type ClassificationChangePolicyType struct function NewClassificationChangePolicyType (line 1747) | func NewClassificationChangePolicyType(Description string) *Classificati... type ClassificationCreateReportDetails (line 1754) | type ClassificationCreateReportDetails struct function NewClassificationCreateReportDetails (line 1758) | func NewClassificationCreateReportDetails() *ClassificationCreateReportD... type ClassificationCreateReportFailDetails (line 1765) | type ClassificationCreateReportFailDetails struct function NewClassificationCreateReportFailDetails (line 1771) | func NewClassificationCreateReportFailDetails(FailureReason *team.TeamRe... type ClassificationCreateReportFailType (line 1778) | type ClassificationCreateReportFailType struct function NewClassificationCreateReportFailType (line 1784) | func NewClassificationCreateReportFailType(Description string) *Classifi... type ClassificationCreateReportType (line 1791) | type ClassificationCreateReportType struct function NewClassificationCreateReportType (line 1797) | func NewClassificationCreateReportType(Description string) *Classificati... type ClassificationPolicyEnumWrapper (line 1805) | type ClassificationPolicyEnumWrapper struct constant ClassificationPolicyEnumWrapperDisabled (line 1811) | ClassificationPolicyEnumWrapperDisabled = "disabled" constant ClassificationPolicyEnumWrapperEnabled (line 1812) | ClassificationPolicyEnumWrapperEnabled = "enabled" constant ClassificationPolicyEnumWrapperMemberAndTeamFolders (line 1813) | ClassificationPolicyEnumWrapperMemberAndTeamFolders = "member_and_team_f... constant ClassificationPolicyEnumWrapperTeamFolders (line 1814) | ClassificationPolicyEnumWrapperTeamFolders = "team_folders" constant ClassificationPolicyEnumWrapperOther (line 1815) | ClassificationPolicyEnumWrapperOther = "other" type ClassificationType (line 1820) | type ClassificationType struct constant ClassificationTypePersonalInformation (line 1826) | ClassificationTypePersonalInformation = "personal_information" constant ClassificationTypePii (line 1827) | ClassificationTypePii = "pii" constant ClassificationTypeOther (line 1828) | ClassificationTypeOther = "other" type CollectionShareDetails (line 1832) | type CollectionShareDetails struct function NewCollectionShareDetails (line 1838) | func NewCollectionShareDetails(AlbumName string) *CollectionShareDetails { type CollectionShareType (line 1845) | type CollectionShareType struct function NewCollectionShareType (line 1851) | func NewCollectionShareType(Description string) *CollectionShareType { type ComputerBackupPolicy (line 1859) | type ComputerBackupPolicy struct constant ComputerBackupPolicyDefault (line 1865) | ComputerBackupPolicyDefault = "default" constant ComputerBackupPolicyDisabled (line 1866) | ComputerBackupPolicyDisabled = "disabled" constant ComputerBackupPolicyEnabled (line 1867) | ComputerBackupPolicyEnabled = "enabled" constant ComputerBackupPolicyOther (line 1868) | ComputerBackupPolicyOther = "other" type ComputerBackupPolicyChangedDetails (line 1872) | type ComputerBackupPolicyChangedDetails struct function NewComputerBackupPolicyChangedDetails (line 1880) | func NewComputerBackupPolicyChangedDetails(NewValue *ComputerBackupPolic... type ComputerBackupPolicyChangedType (line 1888) | type ComputerBackupPolicyChangedType struct function NewComputerBackupPolicyChangedType (line 1894) | func NewComputerBackupPolicyChangedType(Description string) *ComputerBac... type ConnectedTeamName (line 1901) | type ConnectedTeamName struct function NewConnectedTeamName (line 1907) | func NewConnectedTeamName(Team string) *ConnectedTeamName { type ContentAdministrationPolicyChangedDetails (line 1915) | type ContentAdministrationPolicyChangedDetails struct function NewContentAdministrationPolicyChangedDetails (line 1923) | func NewContentAdministrationPolicyChangedDetails(NewValue string, Previ... type ContentAdministrationPolicyChangedType (line 1931) | type ContentAdministrationPolicyChangedType struct function NewContentAdministrationPolicyChangedType (line 1937) | func NewContentAdministrationPolicyChangedType(Description string) *Cont... type ContentPermanentDeletePolicy (line 1944) | type ContentPermanentDeletePolicy struct constant ContentPermanentDeletePolicyDisabled (line 1950) | ContentPermanentDeletePolicyDisabled = "disabled" constant ContentPermanentDeletePolicyEnabled (line 1951) | ContentPermanentDeletePolicyEnabled = "enabled" constant ContentPermanentDeletePolicyOther (line 1952) | ContentPermanentDeletePolicyOther = "other" type ContextLogInfo (line 1956) | type ContextLogInfo struct method UnmarshalJSON (line 1982) | func (u *ContextLogInfo) UnmarshalJSON(body []byte) error { constant ContextLogInfoAnonymous (line 1972) | ContextLogInfoAnonymous = "anonymous" constant ContextLogInfoNonTeamMember (line 1973) | ContextLogInfoNonTeamMember = "non_team_member" constant ContextLogInfoOrganizationTeam (line 1974) | ContextLogInfoOrganizationTeam = "organization_team" constant ContextLogInfoTeam (line 1975) | ContextLogInfoTeam = "team" constant ContextLogInfoTeamMember (line 1976) | ContextLogInfoTeamMember = "team_member" constant ContextLogInfoTrustedNonTeamMember (line 1977) | ContextLogInfoTrustedNonTeamMember = "trusted_non_team_member" constant ContextLogInfoOther (line 1978) | ContextLogInfoOther = "other" type CreateFolderDetails (line 2018) | type CreateFolderDetails struct function NewCreateFolderDetails (line 2022) | func NewCreateFolderDetails() *CreateFolderDetails { type CreateFolderType (line 2028) | type CreateFolderType struct function NewCreateFolderType (line 2034) | func NewCreateFolderType(Description string) *CreateFolderType { type CreateTeamInviteLinkDetails (line 2041) | type CreateTeamInviteLinkDetails struct function NewCreateTeamInviteLinkDetails (line 2049) | func NewCreateTeamInviteLinkDetails(LinkUrl string, ExpiryDate string) *... type CreateTeamInviteLinkType (line 2057) | type CreateTeamInviteLinkType struct function NewCreateTeamInviteLinkType (line 2063) | func NewCreateTeamInviteLinkType(Description string) *CreateTeamInviteLi... type DataPlacementRestrictionChangePolicyDetails (line 2071) | type DataPlacementRestrictionChangePolicyDetails struct function NewDataPlacementRestrictionChangePolicyDetails (line 2079) | func NewDataPlacementRestrictionChangePolicyDetails(PreviousValue *Place... type DataPlacementRestrictionChangePolicyType (line 2087) | type DataPlacementRestrictionChangePolicyType struct function NewDataPlacementRestrictionChangePolicyType (line 2093) | func NewDataPlacementRestrictionChangePolicyType(Description string) *Da... type DataPlacementRestrictionSatisfyPolicyDetails (line 2101) | type DataPlacementRestrictionSatisfyPolicyDetails struct function NewDataPlacementRestrictionSatisfyPolicyDetails (line 2107) | func NewDataPlacementRestrictionSatisfyPolicyDetails(PlacementRestrictio... type DataPlacementRestrictionSatisfyPolicyType (line 2114) | type DataPlacementRestrictionSatisfyPolicyType struct function NewDataPlacementRestrictionSatisfyPolicyType (line 2120) | func NewDataPlacementRestrictionSatisfyPolicyType(Description string) *D... type DataResidencyMigrationRequestSuccessfulDetails (line 2128) | type DataResidencyMigrationRequestSuccessfulDetails struct function NewDataResidencyMigrationRequestSuccessfulDetails (line 2132) | func NewDataResidencyMigrationRequestSuccessfulDetails() *DataResidencyM... type DataResidencyMigrationRequestSuccessfulType (line 2138) | type DataResidencyMigrationRequestSuccessfulType struct function NewDataResidencyMigrationRequestSuccessfulType (line 2144) | func NewDataResidencyMigrationRequestSuccessfulType(Description string) ... type DataResidencyMigrationRequestUnsuccessfulDetails (line 2152) | type DataResidencyMigrationRequestUnsuccessfulDetails struct function NewDataResidencyMigrationRequestUnsuccessfulDetails (line 2156) | func NewDataResidencyMigrationRequestUnsuccessfulDetails() *DataResidenc... type DataResidencyMigrationRequestUnsuccessfulType (line 2162) | type DataResidencyMigrationRequestUnsuccessfulType struct function NewDataResidencyMigrationRequestUnsuccessfulType (line 2168) | func NewDataResidencyMigrationRequestUnsuccessfulType(Description string... type DefaultLinkExpirationDaysPolicy (line 2176) | type DefaultLinkExpirationDaysPolicy struct constant DefaultLinkExpirationDaysPolicyDay1 (line 2182) | DefaultLinkExpirationDaysPolicyDay1 = "day_1" constant DefaultLinkExpirationDaysPolicyDay180 (line 2183) | DefaultLinkExpirationDaysPolicyDay180 = "day_180" constant DefaultLinkExpirationDaysPolicyDay3 (line 2184) | DefaultLinkExpirationDaysPolicyDay3 = "day_3" constant DefaultLinkExpirationDaysPolicyDay30 (line 2185) | DefaultLinkExpirationDaysPolicyDay30 = "day_30" constant DefaultLinkExpirationDaysPolicyDay7 (line 2186) | DefaultLinkExpirationDaysPolicyDay7 = "day_7" constant DefaultLinkExpirationDaysPolicyDay90 (line 2187) | DefaultLinkExpirationDaysPolicyDay90 = "day_90" constant DefaultLinkExpirationDaysPolicyNone (line 2188) | DefaultLinkExpirationDaysPolicyNone = "none" constant DefaultLinkExpirationDaysPolicyYear1 (line 2189) | DefaultLinkExpirationDaysPolicyYear1 = "year_1" constant DefaultLinkExpirationDaysPolicyOther (line 2190) | DefaultLinkExpirationDaysPolicyOther = "other" type DeleteTeamInviteLinkDetails (line 2194) | type DeleteTeamInviteLinkDetails struct function NewDeleteTeamInviteLinkDetails (line 2200) | func NewDeleteTeamInviteLinkDetails(LinkUrl string) *DeleteTeamInviteLin... type DeleteTeamInviteLinkType (line 2207) | type DeleteTeamInviteLinkType struct function NewDeleteTeamInviteLinkType (line 2213) | func NewDeleteTeamInviteLinkType(Description string) *DeleteTeamInviteLi... type DeviceSessionLogInfo (line 2220) | type DeviceSessionLogInfo struct method IsDeviceSessionLogInfo (line 2241) | func (u *DeviceSessionLogInfo) IsDeviceSessionLogInfo() {} function NewDeviceSessionLogInfo (line 2230) | func NewDeviceSessionLogInfo() *DeviceSessionLogInfo { type IsDeviceSessionLogInfo (line 2236) | type IsDeviceSessionLogInfo interface type deviceSessionLogInfoUnion (line 2243) | type deviceSessionLogInfoUnion struct method UnmarshalJSON (line 2264) | func (u *deviceSessionLogInfoUnion) UnmarshalJSON(body []byte) error { constant DeviceSessionLogInfoDesktopDeviceSession (line 2257) | DeviceSessionLogInfoDesktopDeviceSession = "desktop_device_session" constant DeviceSessionLogInfoMobileDeviceSession (line 2258) | DeviceSessionLogInfoMobileDeviceSession = "mobile_device_session" constant DeviceSessionLogInfoWebDeviceSession (line 2259) | DeviceSessionLogInfoWebDeviceSession = "web_device_session" constant DeviceSessionLogInfoLegacyDeviceSession (line 2260) | DeviceSessionLogInfoLegacyDeviceSession = "legacy_device_session" function IsDeviceSessionLogInfoFromJSON (line 2300) | func IsDeviceSessionLogInfoFromJSON(data []byte) (IsDeviceSessionLogInfo... type DesktopDeviceSessionLogInfo (line 2324) | type DesktopDeviceSessionLogInfo struct function NewDesktopDeviceSessionLogInfo (line 2342) | func NewDesktopDeviceSessionLogInfo(HostName string, ClientType *team.De... type SessionLogInfo (line 2352) | type SessionLogInfo struct method IsSessionLogInfo (line 2369) | func (u *SessionLogInfo) IsSessionLogInfo() {} function NewSessionLogInfo (line 2358) | func NewSessionLogInfo() *SessionLogInfo { type IsSessionLogInfo (line 2364) | type IsSessionLogInfo interface type sessionLogInfoUnion (line 2371) | type sessionLogInfoUnion struct method UnmarshalJSON (line 2389) | func (u *sessionLogInfoUnion) UnmarshalJSON(body []byte) error { constant SessionLogInfoWeb (line 2383) | SessionLogInfoWeb = "web" constant SessionLogInfoDesktop (line 2384) | SessionLogInfoDesktop = "desktop" constant SessionLogInfoMobile (line 2385) | SessionLogInfoMobile = "mobile" function IsSessionLogInfoFromJSON (line 2420) | func IsSessionLogInfoFromJSON(data []byte) (IsSessionLogInfo, error) { type DesktopSessionLogInfo (line 2440) | type DesktopSessionLogInfo struct function NewDesktopSessionLogInfo (line 2445) | func NewDesktopSessionLogInfo() *DesktopSessionLogInfo { type DeviceApprovalsAddExceptionDetails (line 2452) | type DeviceApprovalsAddExceptionDetails struct function NewDeviceApprovalsAddExceptionDetails (line 2456) | func NewDeviceApprovalsAddExceptionDetails() *DeviceApprovalsAddExceptio... type DeviceApprovalsAddExceptionType (line 2462) | type DeviceApprovalsAddExceptionType struct function NewDeviceApprovalsAddExceptionType (line 2468) | func NewDeviceApprovalsAddExceptionType(Description string) *DeviceAppro... type DeviceApprovalsChangeDesktopPolicyDetails (line 2476) | type DeviceApprovalsChangeDesktopPolicyDetails struct function NewDeviceApprovalsChangeDesktopPolicyDetails (line 2486) | func NewDeviceApprovalsChangeDesktopPolicyDetails() *DeviceApprovalsChan... type DeviceApprovalsChangeDesktopPolicyType (line 2492) | type DeviceApprovalsChangeDesktopPolicyType struct function NewDeviceApprovalsChangeDesktopPolicyType (line 2498) | func NewDeviceApprovalsChangeDesktopPolicyType(Description string) *Devi... type DeviceApprovalsChangeMobilePolicyDetails (line 2506) | type DeviceApprovalsChangeMobilePolicyDetails struct function NewDeviceApprovalsChangeMobilePolicyDetails (line 2516) | func NewDeviceApprovalsChangeMobilePolicyDetails() *DeviceApprovalsChang... type DeviceApprovalsChangeMobilePolicyType (line 2522) | type DeviceApprovalsChangeMobilePolicyType struct function NewDeviceApprovalsChangeMobilePolicyType (line 2528) | func NewDeviceApprovalsChangeMobilePolicyType(Description string) *Devic... type DeviceApprovalsChangeOverageActionDetails (line 2536) | type DeviceApprovalsChangeOverageActionDetails struct function NewDeviceApprovalsChangeOverageActionDetails (line 2546) | func NewDeviceApprovalsChangeOverageActionDetails() *DeviceApprovalsChan... type DeviceApprovalsChangeOverageActionType (line 2552) | type DeviceApprovalsChangeOverageActionType struct function NewDeviceApprovalsChangeOverageActionType (line 2558) | func NewDeviceApprovalsChangeOverageActionType(Description string) *Devi... type DeviceApprovalsChangeUnlinkActionDetails (line 2566) | type DeviceApprovalsChangeUnlinkActionDetails struct function NewDeviceApprovalsChangeUnlinkActionDetails (line 2576) | func NewDeviceApprovalsChangeUnlinkActionDetails() *DeviceApprovalsChang... type DeviceApprovalsChangeUnlinkActionType (line 2582) | type DeviceApprovalsChangeUnlinkActionType struct function NewDeviceApprovalsChangeUnlinkActionType (line 2588) | func NewDeviceApprovalsChangeUnlinkActionType(Description string) *Devic... type DeviceApprovalsPolicy (line 2595) | type DeviceApprovalsPolicy struct constant DeviceApprovalsPolicyLimited (line 2601) | DeviceApprovalsPolicyLimited = "limited" constant DeviceApprovalsPolicyUnlimited (line 2602) | DeviceApprovalsPolicyUnlimited = "unlimited" constant DeviceApprovalsPolicyOther (line 2603) | DeviceApprovalsPolicyOther = "other" type DeviceApprovalsRemoveExceptionDetails (line 2608) | type DeviceApprovalsRemoveExceptionDetails struct function NewDeviceApprovalsRemoveExceptionDetails (line 2612) | func NewDeviceApprovalsRemoveExceptionDetails() *DeviceApprovalsRemoveEx... type DeviceApprovalsRemoveExceptionType (line 2618) | type DeviceApprovalsRemoveExceptionType struct function NewDeviceApprovalsRemoveExceptionType (line 2624) | func NewDeviceApprovalsRemoveExceptionType(Description string) *DeviceAp... type DeviceChangeIpDesktopDetails (line 2632) | type DeviceChangeIpDesktopDetails struct method UnmarshalJSON (line 2645) | func (u *DeviceChangeIpDesktopDetails) UnmarshalJSON(b []byte) error { function NewDeviceChangeIpDesktopDetails (line 2638) | func NewDeviceChangeIpDesktopDetails(DeviceSessionInfo IsDeviceSessionLo... type DeviceChangeIpDesktopType (line 2663) | type DeviceChangeIpDesktopType struct function NewDeviceChangeIpDesktopType (line 2669) | func NewDeviceChangeIpDesktopType(Description string) *DeviceChangeIpDes... type DeviceChangeIpMobileDetails (line 2677) | type DeviceChangeIpMobileDetails struct method UnmarshalJSON (line 2689) | func (u *DeviceChangeIpMobileDetails) UnmarshalJSON(b []byte) error { function NewDeviceChangeIpMobileDetails (line 2683) | func NewDeviceChangeIpMobileDetails() *DeviceChangeIpMobileDetails { type DeviceChangeIpMobileType (line 2707) | type DeviceChangeIpMobileType struct function NewDeviceChangeIpMobileType (line 2713) | func NewDeviceChangeIpMobileType(Description string) *DeviceChangeIpMobi... type DeviceChangeIpWebDetails (line 2721) | type DeviceChangeIpWebDetails struct function NewDeviceChangeIpWebDetails (line 2727) | func NewDeviceChangeIpWebDetails(UserAgent string) *DeviceChangeIpWebDet... type DeviceChangeIpWebType (line 2734) | type DeviceChangeIpWebType struct function NewDeviceChangeIpWebType (line 2740) | func NewDeviceChangeIpWebType(Description string) *DeviceChangeIpWebType { type DeviceDeleteOnUnlinkFailDetails (line 2748) | type DeviceDeleteOnUnlinkFailDetails struct method UnmarshalJSON (line 2766) | func (u *DeviceDeleteOnUnlinkFailDetails) UnmarshalJSON(b []byte) error { function NewDeviceDeleteOnUnlinkFailDetails (line 2759) | func NewDeviceDeleteOnUnlinkFailDetails(NumFailures int64) *DeviceDelete... type DeviceDeleteOnUnlinkFailType (line 2791) | type DeviceDeleteOnUnlinkFailType struct function NewDeviceDeleteOnUnlinkFailType (line 2797) | func NewDeviceDeleteOnUnlinkFailType(Description string) *DeviceDeleteOn... type DeviceDeleteOnUnlinkSuccessDetails (line 2804) | type DeviceDeleteOnUnlinkSuccessDetails struct method UnmarshalJSON (line 2819) | func (u *DeviceDeleteOnUnlinkSuccessDetails) UnmarshalJSON(b []byte) e... function NewDeviceDeleteOnUnlinkSuccessDetails (line 2813) | func NewDeviceDeleteOnUnlinkSuccessDetails() *DeviceDeleteOnUnlinkSucces... type DeviceDeleteOnUnlinkSuccessType (line 2841) | type DeviceDeleteOnUnlinkSuccessType struct function NewDeviceDeleteOnUnlinkSuccessType (line 2847) | func NewDeviceDeleteOnUnlinkSuccessType(Description string) *DeviceDelet... type DeviceLinkFailDetails (line 2854) | type DeviceLinkFailDetails struct function NewDeviceLinkFailDetails (line 2863) | func NewDeviceLinkFailDetails(DeviceType *DeviceType) *DeviceLinkFailDet... type DeviceLinkFailType (line 2870) | type DeviceLinkFailType struct function NewDeviceLinkFailType (line 2876) | func NewDeviceLinkFailType(Description string) *DeviceLinkFailType { type DeviceLinkSuccessDetails (line 2883) | type DeviceLinkSuccessDetails struct method UnmarshalJSON (line 2895) | func (u *DeviceLinkSuccessDetails) UnmarshalJSON(b []byte) error { function NewDeviceLinkSuccessDetails (line 2889) | func NewDeviceLinkSuccessDetails() *DeviceLinkSuccessDetails { type DeviceLinkSuccessType (line 2913) | type DeviceLinkSuccessType struct function NewDeviceLinkSuccessType (line 2919) | func NewDeviceLinkSuccessType(Description string) *DeviceLinkSuccessType { type DeviceManagementDisabledDetails (line 2926) | type DeviceManagementDisabledDetails struct function NewDeviceManagementDisabledDetails (line 2930) | func NewDeviceManagementDisabledDetails() *DeviceManagementDisabledDetai... type DeviceManagementDisabledType (line 2936) | type DeviceManagementDisabledType struct function NewDeviceManagementDisabledType (line 2942) | func NewDeviceManagementDisabledType(Description string) *DeviceManageme... type DeviceManagementEnabledDetails (line 2949) | type DeviceManagementEnabledDetails struct function NewDeviceManagementEnabledDetails (line 2953) | func NewDeviceManagementEnabledDetails() *DeviceManagementEnabledDetails { type DeviceManagementEnabledType (line 2959) | type DeviceManagementEnabledType struct function NewDeviceManagementEnabledType (line 2965) | func NewDeviceManagementEnabledType(Description string) *DeviceManagemen... type DeviceSyncBackupStatusChangedDetails (line 2972) | type DeviceSyncBackupStatusChangedDetails struct function NewDeviceSyncBackupStatusChangedDetails (line 2982) | func NewDeviceSyncBackupStatusChangedDetails(DesktopDeviceSessionInfo *D... type DeviceSyncBackupStatusChangedType (line 2991) | type DeviceSyncBackupStatusChangedType struct function NewDeviceSyncBackupStatusChangedType (line 2997) | func NewDeviceSyncBackupStatusChangedType(Description string) *DeviceSyn... type DeviceType (line 3004) | type DeviceType struct constant DeviceTypeDesktop (line 3010) | DeviceTypeDesktop = "desktop" constant DeviceTypeMobile (line 3011) | DeviceTypeMobile = "mobile" constant DeviceTypeOther (line 3012) | DeviceTypeOther = "other" type DeviceUnlinkDetails (line 3016) | type DeviceUnlinkDetails struct method UnmarshalJSON (line 3035) | func (u *DeviceUnlinkDetails) UnmarshalJSON(b []byte) error { function NewDeviceUnlinkDetails (line 3028) | func NewDeviceUnlinkDetails(DeleteData bool) *DeviceUnlinkDetails { type DeviceUnlinkPolicy (line 3061) | type DeviceUnlinkPolicy struct constant DeviceUnlinkPolicyKeep (line 3067) | DeviceUnlinkPolicyKeep = "keep" constant DeviceUnlinkPolicyRemove (line 3068) | DeviceUnlinkPolicyRemove = "remove" constant DeviceUnlinkPolicyOther (line 3069) | DeviceUnlinkPolicyOther = "other" type DeviceUnlinkType (line 3073) | type DeviceUnlinkType struct function NewDeviceUnlinkType (line 3079) | func NewDeviceUnlinkType(Description string) *DeviceUnlinkType { type DirectoryRestrictionsAddMembersDetails (line 3087) | type DirectoryRestrictionsAddMembersDetails struct function NewDirectoryRestrictionsAddMembersDetails (line 3091) | func NewDirectoryRestrictionsAddMembersDetails() *DirectoryRestrictionsA... type DirectoryRestrictionsAddMembersType (line 3097) | type DirectoryRestrictionsAddMembersType struct function NewDirectoryRestrictionsAddMembersType (line 3103) | func NewDirectoryRestrictionsAddMembersType(Description string) *Directo... type DirectoryRestrictionsRemoveMembersDetails (line 3111) | type DirectoryRestrictionsRemoveMembersDetails struct function NewDirectoryRestrictionsRemoveMembersDetails (line 3115) | func NewDirectoryRestrictionsRemoveMembersDetails() *DirectoryRestrictio... type DirectoryRestrictionsRemoveMembersType (line 3121) | type DirectoryRestrictionsRemoveMembersType struct function NewDirectoryRestrictionsRemoveMembersType (line 3127) | func NewDirectoryRestrictionsRemoveMembersType(Description string) *Dire... type DisabledDomainInvitesDetails (line 3134) | type DisabledDomainInvitesDetails struct function NewDisabledDomainInvitesDetails (line 3138) | func NewDisabledDomainInvitesDetails() *DisabledDomainInvitesDetails { type DisabledDomainInvitesType (line 3144) | type DisabledDomainInvitesType struct function NewDisabledDomainInvitesType (line 3150) | func NewDisabledDomainInvitesType(Description string) *DisabledDomainInv... type DispositionActionType (line 3157) | type DispositionActionType struct constant DispositionActionTypeAutomaticDelete (line 3163) | DispositionActionTypeAutomaticDelete = "automatic_delete" constant DispositionActionTypeAutomaticPermanentlyDelete (line 3164) | DispositionActionTypeAutomaticPermanentlyDelete = "automatic_permanently... constant DispositionActionTypeOther (line 3165) | DispositionActionTypeOther = "other" type DomainInvitesApproveRequestToJoinTeamDetails (line 3170) | type DomainInvitesApproveRequestToJoinTeamDetails struct function NewDomainInvitesApproveRequestToJoinTeamDetails (line 3174) | func NewDomainInvitesApproveRequestToJoinTeamDetails() *DomainInvitesApp... type DomainInvitesApproveRequestToJoinTeamType (line 3180) | type DomainInvitesApproveRequestToJoinTeamType struct function NewDomainInvitesApproveRequestToJoinTeamType (line 3186) | func NewDomainInvitesApproveRequestToJoinTeamType(Description string) *D... type DomainInvitesDeclineRequestToJoinTeamDetails (line 3194) | type DomainInvitesDeclineRequestToJoinTeamDetails struct function NewDomainInvitesDeclineRequestToJoinTeamDetails (line 3198) | func NewDomainInvitesDeclineRequestToJoinTeamDetails() *DomainInvitesDec... type DomainInvitesDeclineRequestToJoinTeamType (line 3204) | type DomainInvitesDeclineRequestToJoinTeamType struct function NewDomainInvitesDeclineRequestToJoinTeamType (line 3210) | func NewDomainInvitesDeclineRequestToJoinTeamType(Description string) *D... type DomainInvitesEmailExistingUsersDetails (line 3218) | type DomainInvitesEmailExistingUsersDetails struct function NewDomainInvitesEmailExistingUsersDetails (line 3226) | func NewDomainInvitesEmailExistingUsersDetails(DomainName string, NumRec... type DomainInvitesEmailExistingUsersType (line 3234) | type DomainInvitesEmailExistingUsersType struct function NewDomainInvitesEmailExistingUsersType (line 3240) | func NewDomainInvitesEmailExistingUsersType(Description string) *DomainI... type DomainInvitesRequestToJoinTeamDetails (line 3247) | type DomainInvitesRequestToJoinTeamDetails struct function NewDomainInvitesRequestToJoinTeamDetails (line 3251) | func NewDomainInvitesRequestToJoinTeamDetails() *DomainInvitesRequestToJ... type DomainInvitesRequestToJoinTeamType (line 3257) | type DomainInvitesRequestToJoinTeamType struct function NewDomainInvitesRequestToJoinTeamType (line 3263) | func NewDomainInvitesRequestToJoinTeamType(Description string) *DomainIn... type DomainInvitesSetInviteNewUserPrefToNoDetails (line 3271) | type DomainInvitesSetInviteNewUserPrefToNoDetails struct function NewDomainInvitesSetInviteNewUserPrefToNoDetails (line 3275) | func NewDomainInvitesSetInviteNewUserPrefToNoDetails() *DomainInvitesSet... type DomainInvitesSetInviteNewUserPrefToNoType (line 3281) | type DomainInvitesSetInviteNewUserPrefToNoType struct function NewDomainInvitesSetInviteNewUserPrefToNoType (line 3287) | func NewDomainInvitesSetInviteNewUserPrefToNoType(Description string) *D... type DomainInvitesSetInviteNewUserPrefToYesDetails (line 3295) | type DomainInvitesSetInviteNewUserPrefToYesDetails struct function NewDomainInvitesSetInviteNewUserPrefToYesDetails (line 3299) | func NewDomainInvitesSetInviteNewUserPrefToYesDetails() *DomainInvitesSe... type DomainInvitesSetInviteNewUserPrefToYesType (line 3305) | type DomainInvitesSetInviteNewUserPrefToYesType struct function NewDomainInvitesSetInviteNewUserPrefToYesType (line 3311) | func NewDomainInvitesSetInviteNewUserPrefToYesType(Description string) *... type DomainVerificationAddDomainFailDetails (line 3318) | type DomainVerificationAddDomainFailDetails struct function NewDomainVerificationAddDomainFailDetails (line 3327) | func NewDomainVerificationAddDomainFailDetails(DomainName string) *Domai... type DomainVerificationAddDomainFailType (line 3334) | type DomainVerificationAddDomainFailType struct function NewDomainVerificationAddDomainFailType (line 3340) | func NewDomainVerificationAddDomainFailType(Description string) *DomainV... type DomainVerificationAddDomainSuccessDetails (line 3347) | type DomainVerificationAddDomainSuccessDetails struct function NewDomainVerificationAddDomainSuccessDetails (line 3356) | func NewDomainVerificationAddDomainSuccessDetails(DomainNames []string) ... type DomainVerificationAddDomainSuccessType (line 3363) | type DomainVerificationAddDomainSuccessType struct function NewDomainVerificationAddDomainSuccessType (line 3369) | func NewDomainVerificationAddDomainSuccessType(Description string) *Doma... type DomainVerificationRemoveDomainDetails (line 3377) | type DomainVerificationRemoveDomainDetails struct function NewDomainVerificationRemoveDomainDetails (line 3383) | func NewDomainVerificationRemoveDomainDetails(DomainNames []string) *Dom... type DomainVerificationRemoveDomainType (line 3390) | type DomainVerificationRemoveDomainType struct function NewDomainVerificationRemoveDomainType (line 3396) | func NewDomainVerificationRemoveDomainType(Description string) *DomainVe... type DownloadPolicyType (line 3403) | type DownloadPolicyType struct constant DownloadPolicyTypeAllow (line 3409) | DownloadPolicyTypeAllow = "allow" constant DownloadPolicyTypeDisallow (line 3410) | DownloadPolicyTypeDisallow = "disallow" constant DownloadPolicyTypeOther (line 3411) | DownloadPolicyTypeOther = "other" type DropboxPasswordsExportedDetails (line 3415) | type DropboxPasswordsExportedDetails struct function NewDropboxPasswordsExportedDetails (line 3421) | func NewDropboxPasswordsExportedDetails(Platform string) *DropboxPasswor... type DropboxPasswordsExportedType (line 3428) | type DropboxPasswordsExportedType struct function NewDropboxPasswordsExportedType (line 3434) | func NewDropboxPasswordsExportedType(Description string) *DropboxPasswor... type DropboxPasswordsNewDeviceEnrolledDetails (line 3442) | type DropboxPasswordsNewDeviceEnrolledDetails struct function NewDropboxPasswordsNewDeviceEnrolledDetails (line 3450) | func NewDropboxPasswordsNewDeviceEnrolledDetails(IsFirstDevice bool, Pla... type DropboxPasswordsNewDeviceEnrolledType (line 3458) | type DropboxPasswordsNewDeviceEnrolledType struct function NewDropboxPasswordsNewDeviceEnrolledType (line 3464) | func NewDropboxPasswordsNewDeviceEnrolledType(Description string) *Dropb... type DropboxPasswordsPolicy (line 3472) | type DropboxPasswordsPolicy struct constant DropboxPasswordsPolicyDefault (line 3478) | DropboxPasswordsPolicyDefault = "default" constant DropboxPasswordsPolicyDisabled (line 3479) | DropboxPasswordsPolicyDisabled = "disabled" constant DropboxPasswordsPolicyEnabled (line 3480) | DropboxPasswordsPolicyEnabled = "enabled" constant DropboxPasswordsPolicyOther (line 3481) | DropboxPasswordsPolicyOther = "other" type DropboxPasswordsPolicyChangedDetails (line 3486) | type DropboxPasswordsPolicyChangedDetails struct function NewDropboxPasswordsPolicyChangedDetails (line 3494) | func NewDropboxPasswordsPolicyChangedDetails(NewValue *DropboxPasswordsP... type DropboxPasswordsPolicyChangedType (line 3502) | type DropboxPasswordsPolicyChangedType struct function NewDropboxPasswordsPolicyChangedType (line 3508) | func NewDropboxPasswordsPolicyChangedType(Description string) *DropboxPa... type DurationLogInfo (line 3515) | type DurationLogInfo struct function NewDurationLogInfo (line 3523) | func NewDurationLogInfo(Unit *TimeUnit, Amount uint64) *DurationLogInfo { type EmailIngestPolicy (line 3532) | type EmailIngestPolicy struct constant EmailIngestPolicyDisabled (line 3538) | EmailIngestPolicyDisabled = "disabled" constant EmailIngestPolicyEnabled (line 3539) | EmailIngestPolicyEnabled = "enabled" constant EmailIngestPolicyOther (line 3540) | EmailIngestPolicyOther = "other" type EmailIngestPolicyChangedDetails (line 3544) | type EmailIngestPolicyChangedDetails struct function NewEmailIngestPolicyChangedDetails (line 3552) | func NewEmailIngestPolicyChangedDetails(NewValue *EmailIngestPolicy, Pre... type EmailIngestPolicyChangedType (line 3560) | type EmailIngestPolicyChangedType struct function NewEmailIngestPolicyChangedType (line 3566) | func NewEmailIngestPolicyChangedType(Description string) *EmailIngestPol... type EmailIngestReceiveFileDetails (line 3573) | type EmailIngestReceiveFileDetails struct function NewEmailIngestReceiveFileDetails (line 3587) | func NewEmailIngestReceiveFileDetails(InboxName string, AttachmentNames ... type EmailIngestReceiveFileType (line 3595) | type EmailIngestReceiveFileType struct function NewEmailIngestReceiveFileType (line 3601) | func NewEmailIngestReceiveFileType(Description string) *EmailIngestRecei... type EmmAddExceptionDetails (line 3608) | type EmmAddExceptionDetails struct function NewEmmAddExceptionDetails (line 3612) | func NewEmmAddExceptionDetails() *EmmAddExceptionDetails { type EmmAddExceptionType (line 3618) | type EmmAddExceptionType struct function NewEmmAddExceptionType (line 3624) | func NewEmmAddExceptionType(Description string) *EmmAddExceptionType { type EmmChangePolicyDetails (line 3632) | type EmmChangePolicyDetails struct function NewEmmChangePolicyDetails (line 3641) | func NewEmmChangePolicyDetails(NewValue *team_policies.EmmState) *EmmCha... type EmmChangePolicyType (line 3648) | type EmmChangePolicyType struct function NewEmmChangePolicyType (line 3654) | func NewEmmChangePolicyType(Description string) *EmmChangePolicyType { type EmmCreateExceptionsReportDetails (line 3661) | type EmmCreateExceptionsReportDetails struct function NewEmmCreateExceptionsReportDetails (line 3665) | func NewEmmCreateExceptionsReportDetails() *EmmCreateExceptionsReportDet... type EmmCreateExceptionsReportType (line 3671) | type EmmCreateExceptionsReportType struct function NewEmmCreateExceptionsReportType (line 3677) | func NewEmmCreateExceptionsReportType(Description string) *EmmCreateExce... type EmmCreateUsageReportDetails (line 3684) | type EmmCreateUsageReportDetails struct function NewEmmCreateUsageReportDetails (line 3688) | func NewEmmCreateUsageReportDetails() *EmmCreateUsageReportDetails { type EmmCreateUsageReportType (line 3694) | type EmmCreateUsageReportType struct function NewEmmCreateUsageReportType (line 3700) | func NewEmmCreateUsageReportType(Description string) *EmmCreateUsageRepo... type EmmErrorDetails (line 3707) | type EmmErrorDetails struct function NewEmmErrorDetails (line 3713) | func NewEmmErrorDetails(ErrorDetails *FailureDetailsLogInfo) *EmmErrorDe... type EmmErrorType (line 3720) | type EmmErrorType struct function NewEmmErrorType (line 3726) | func NewEmmErrorType(Description string) *EmmErrorType { type EmmRefreshAuthTokenDetails (line 3733) | type EmmRefreshAuthTokenDetails struct function NewEmmRefreshAuthTokenDetails (line 3737) | func NewEmmRefreshAuthTokenDetails() *EmmRefreshAuthTokenDetails { type EmmRefreshAuthTokenType (line 3743) | type EmmRefreshAuthTokenType struct function NewEmmRefreshAuthTokenType (line 3749) | func NewEmmRefreshAuthTokenType(Description string) *EmmRefreshAuthToken... type EmmRemoveExceptionDetails (line 3756) | type EmmRemoveExceptionDetails struct function NewEmmRemoveExceptionDetails (line 3760) | func NewEmmRemoveExceptionDetails() *EmmRemoveExceptionDetails { type EmmRemoveExceptionType (line 3766) | type EmmRemoveExceptionType struct function NewEmmRemoveExceptionType (line 3772) | func NewEmmRemoveExceptionType(Description string) *EmmRemoveExceptionTy... type EnabledDomainInvitesDetails (line 3779) | type EnabledDomainInvitesDetails struct function NewEnabledDomainInvitesDetails (line 3783) | func NewEnabledDomainInvitesDetails() *EnabledDomainInvitesDetails { type EnabledDomainInvitesType (line 3789) | type EnabledDomainInvitesType struct function NewEnabledDomainInvitesType (line 3795) | func NewEnabledDomainInvitesType(Description string) *EnabledDomainInvit... type EndedEnterpriseAdminSessionDeprecatedDetails (line 3803) | type EndedEnterpriseAdminSessionDeprecatedDetails struct function NewEndedEnterpriseAdminSessionDeprecatedDetails (line 3809) | func NewEndedEnterpriseAdminSessionDeprecatedDetails(FederationExtraDeta... type EndedEnterpriseAdminSessionDeprecatedType (line 3816) | type EndedEnterpriseAdminSessionDeprecatedType struct function NewEndedEnterpriseAdminSessionDeprecatedType (line 3822) | func NewEndedEnterpriseAdminSessionDeprecatedType(Description string) *E... type EndedEnterpriseAdminSessionDetails (line 3829) | type EndedEnterpriseAdminSessionDetails struct function NewEndedEnterpriseAdminSessionDetails (line 3833) | func NewEndedEnterpriseAdminSessionDetails() *EndedEnterpriseAdminSessio... type EndedEnterpriseAdminSessionType (line 3839) | type EndedEnterpriseAdminSessionType struct function NewEndedEnterpriseAdminSessionType (line 3845) | func NewEndedEnterpriseAdminSessionType(Description string) *EndedEnterp... type EnforceLinkPasswordPolicy (line 3853) | type EnforceLinkPasswordPolicy struct constant EnforceLinkPasswordPolicyOptional (line 3859) | EnforceLinkPasswordPolicyOptional = "optional" constant EnforceLinkPasswordPolicyRequired (line 3860) | EnforceLinkPasswordPolicyRequired = "required" constant EnforceLinkPasswordPolicyOther (line 3861) | EnforceLinkPasswordPolicyOther = "other" type EnterpriseSettingsLockingDetails (line 3865) | type EnterpriseSettingsLockingDetails struct function NewEnterpriseSettingsLockingDetails (line 3877) | func NewEnterpriseSettingsLockingDetails(TeamName string, SettingsPageNa... type EnterpriseSettingsLockingType (line 3887) | type EnterpriseSettingsLockingType struct function NewEnterpriseSettingsLockingType (line 3893) | func NewEnterpriseSettingsLockingType(Description string) *EnterpriseSet... type EventCategory (line 3900) | type EventCategory struct constant EventCategoryAdminAlerting (line 3906) | EventCategoryAdminAlerting = "admin_alerting" constant EventCategoryApps (line 3907) | EventCategoryApps = "apps" constant EventCategoryComments (line 3908) | EventCategoryComments = "comments" constant EventCategoryDataGovernance (line 3909) | EventCategoryDataGovernance = "data_governance" constant EventCategoryDevices (line 3910) | EventCategoryDevices = "devices" constant EventCategoryDomains (line 3911) | EventCategoryDomains = "domains" constant EventCategoryFileOperations (line 3912) | EventCategoryFileOperations = "file_operations" constant EventCategoryFileRequests (line 3913) | EventCategoryFileRequests = "file_requests" constant EventCategoryGroups (line 3914) | EventCategoryGroups = "groups" constant EventCategoryLogins (line 3915) | EventCategoryLogins = "logins" constant EventCategoryMembers (line 3916) | EventCategoryMembers = "members" constant EventCategoryPaper (line 3917) | EventCategoryPaper = "paper" constant EventCategoryPasswords (line 3918) | EventCategoryPasswords = "passwords" constant EventCategoryReports (line 3919) | EventCategoryReports = "reports" constant EventCategorySharing (line 3920) | EventCategorySharing = "sharing" constant EventCategoryShowcase (line 3921) | EventCategoryShowcase = "showcase" constant EventCategorySso (line 3922) | EventCategorySso = "sso" constant EventCategoryTeamFolders (line 3923) | EventCategoryTeamFolders = "team_folders" constant EventCategoryTeamPolicies (line 3924) | EventCategoryTeamPolicies = "team_policies" constant EventCategoryTeamProfile (line 3925) | EventCategoryTeamProfile = "team_profile" constant EventCategoryTfa (line 3926) | EventCategoryTfa = "tfa" constant EventCategoryTrustedTeams (line 3927) | EventCategoryTrustedTeams = "trusted_teams" constant EventCategoryOther (line 3928) | EventCategoryOther = "other" type EventDetails (line 3932) | type EventDetails struct method UnmarshalJSON (line 5421) | func (u *EventDetails) UnmarshalJSON(body []byte) error { constant EventDetailsAdminAlertingAlertStateChangedDetails (line 4933) | EventDetailsAdminAlertingAlertStateChangedDetails = "admin... constant EventDetailsAdminAlertingChangedAlertConfigDetails (line 4934) | EventDetailsAdminAlertingChangedAlertConfigDetails = "admin... constant EventDetailsAdminAlertingTriggeredAlertDetails (line 4935) | EventDetailsAdminAlertingTriggeredAlertDetails = "admin... constant EventDetailsAppBlockedByPermissionsDetails (line 4936) | EventDetailsAppBlockedByPermissionsDetails = "app_b... constant EventDetailsAppLinkTeamDetails (line 4937) | EventDetailsAppLinkTeamDetails = "app_l... constant EventDetailsAppLinkUserDetails (line 4938) | EventDetailsAppLinkUserDetails = "app_l... constant EventDetailsAppUnlinkTeamDetails (line 4939) | EventDetailsAppUnlinkTeamDetails = "app_u... constant EventDetailsAppUnlinkUserDetails (line 4940) | EventDetailsAppUnlinkUserDetails = "app_u... constant EventDetailsIntegrationConnectedDetails (line 4941) | EventDetailsIntegrationConnectedDetails = "integ... constant EventDetailsIntegrationDisconnectedDetails (line 4942) | EventDetailsIntegrationDisconnectedDetails = "integ... constant EventDetailsFileAddCommentDetails (line 4943) | EventDetailsFileAddCommentDetails = "file_... constant EventDetailsFileChangeCommentSubscriptionDetails (line 4944) | EventDetailsFileChangeCommentSubscriptionDetails = "file_... constant EventDetailsFileDeleteCommentDetails (line 4945) | EventDetailsFileDeleteCommentDetails = "file_... constant EventDetailsFileEditCommentDetails (line 4946) | EventDetailsFileEditCommentDetails = "file_... constant EventDetailsFileLikeCommentDetails (line 4947) | EventDetailsFileLikeCommentDetails = "file_... constant EventDetailsFileResolveCommentDetails (line 4948) | EventDetailsFileResolveCommentDetails = "file_... constant EventDetailsFileUnlikeCommentDetails (line 4949) | EventDetailsFileUnlikeCommentDetails = "file_... constant EventDetailsFileUnresolveCommentDetails (line 4950) | EventDetailsFileUnresolveCommentDetails = "file_... constant EventDetailsGovernancePolicyAddFoldersDetails (line 4951) | EventDetailsGovernancePolicyAddFoldersDetails = "gover... constant EventDetailsGovernancePolicyAddFolderFailedDetails (line 4952) | EventDetailsGovernancePolicyAddFolderFailedDetails = "gover... constant EventDetailsGovernancePolicyContentDisposedDetails (line 4953) | EventDetailsGovernancePolicyContentDisposedDetails = "gover... constant EventDetailsGovernancePolicyCreateDetails (line 4954) | EventDetailsGovernancePolicyCreateDetails = "gover... constant EventDetailsGovernancePolicyDeleteDetails (line 4955) | EventDetailsGovernancePolicyDeleteDetails = "gover... constant EventDetailsGovernancePolicyEditDetailsDetails (line 4956) | EventDetailsGovernancePolicyEditDetailsDetails = "gover... constant EventDetailsGovernancePolicyEditDurationDetails (line 4957) | EventDetailsGovernancePolicyEditDurationDetails = "gover... constant EventDetailsGovernancePolicyExportCreatedDetails (line 4958) | EventDetailsGovernancePolicyExportCreatedDetails = "gover... constant EventDetailsGovernancePolicyExportRemovedDetails (line 4959) | EventDetailsGovernancePolicyExportRemovedDetails = "gover... constant EventDetailsGovernancePolicyRemoveFoldersDetails (line 4960) | EventDetailsGovernancePolicyRemoveFoldersDetails = "gover... constant EventDetailsGovernancePolicyReportCreatedDetails (line 4961) | EventDetailsGovernancePolicyReportCreatedDetails = "gover... constant EventDetailsGovernancePolicyZipPartDownloadedDetails (line 4962) | EventDetailsGovernancePolicyZipPartDownloadedDetails = "gover... constant EventDetailsLegalHoldsActivateAHoldDetails (line 4963) | EventDetailsLegalHoldsActivateAHoldDetails = "legal... constant EventDetailsLegalHoldsAddMembersDetails (line 4964) | EventDetailsLegalHoldsAddMembersDetails = "legal... constant EventDetailsLegalHoldsChangeHoldDetailsDetails (line 4965) | EventDetailsLegalHoldsChangeHoldDetailsDetails = "legal... constant EventDetailsLegalHoldsChangeHoldNameDetails (line 4966) | EventDetailsLegalHoldsChangeHoldNameDetails = "legal... constant EventDetailsLegalHoldsExportAHoldDetails (line 4967) | EventDetailsLegalHoldsExportAHoldDetails = "legal... constant EventDetailsLegalHoldsExportCancelledDetails (line 4968) | EventDetailsLegalHoldsExportCancelledDetails = "legal... constant EventDetailsLegalHoldsExportDownloadedDetails (line 4969) | EventDetailsLegalHoldsExportDownloadedDetails = "legal... constant EventDetailsLegalHoldsExportRemovedDetails (line 4970) | EventDetailsLegalHoldsExportRemovedDetails = "legal... constant EventDetailsLegalHoldsReleaseAHoldDetails (line 4971) | EventDetailsLegalHoldsReleaseAHoldDetails = "legal... constant EventDetailsLegalHoldsRemoveMembersDetails (line 4972) | EventDetailsLegalHoldsRemoveMembersDetails = "legal... constant EventDetailsLegalHoldsReportAHoldDetails (line 4973) | EventDetailsLegalHoldsReportAHoldDetails = "legal... constant EventDetailsDeviceChangeIpDesktopDetails (line 4974) | EventDetailsDeviceChangeIpDesktopDetails = "devic... constant EventDetailsDeviceChangeIpMobileDetails (line 4975) | EventDetailsDeviceChangeIpMobileDetails = "devic... constant EventDetailsDeviceChangeIpWebDetails (line 4976) | EventDetailsDeviceChangeIpWebDetails = "devic... constant EventDetailsDeviceDeleteOnUnlinkFailDetails (line 4977) | EventDetailsDeviceDeleteOnUnlinkFailDetails = "devic... constant EventDetailsDeviceDeleteOnUnlinkSuccessDetails (line 4978) | EventDetailsDeviceDeleteOnUnlinkSuccessDetails = "devic... constant EventDetailsDeviceLinkFailDetails (line 4979) | EventDetailsDeviceLinkFailDetails = "devic... constant EventDetailsDeviceLinkSuccessDetails (line 4980) | EventDetailsDeviceLinkSuccessDetails = "devic... constant EventDetailsDeviceManagementDisabledDetails (line 4981) | EventDetailsDeviceManagementDisabledDetails = "devic... constant EventDetailsDeviceManagementEnabledDetails (line 4982) | EventDetailsDeviceManagementEnabledDetails = "devic... constant EventDetailsDeviceSyncBackupStatusChangedDetails (line 4983) | EventDetailsDeviceSyncBackupStatusChangedDetails = "devic... constant EventDetailsDeviceUnlinkDetails (line 4984) | EventDetailsDeviceUnlinkDetails = "devic... constant EventDetailsDropboxPasswordsExportedDetails (line 4985) | EventDetailsDropboxPasswordsExportedDetails = "dropb... constant EventDetailsDropboxPasswordsNewDeviceEnrolledDetails (line 4986) | EventDetailsDropboxPasswordsNewDeviceEnrolledDetails = "dropb... constant EventDetailsEmmRefreshAuthTokenDetails (line 4987) | EventDetailsEmmRefreshAuthTokenDetails = "emm_r... constant EventDetailsExternalDriveBackupEligibilityStatusCheckedDetails (line 4988) | EventDetailsExternalDriveBackupEligibilityStatusCheckedDetails = "exter... constant EventDetailsExternalDriveBackupStatusChangedDetails (line 4989) | EventDetailsExternalDriveBackupStatusChangedDetails = "exter... constant EventDetailsAccountCaptureChangeAvailabilityDetails (line 4990) | EventDetailsAccountCaptureChangeAvailabilityDetails = "accou... constant EventDetailsAccountCaptureMigrateAccountDetails (line 4991) | EventDetailsAccountCaptureMigrateAccountDetails = "accou... constant EventDetailsAccountCaptureNotificationEmailsSentDetails (line 4992) | EventDetailsAccountCaptureNotificationEmailsSentDetails = "accou... constant EventDetailsAccountCaptureRelinquishAccountDetails (line 4993) | EventDetailsAccountCaptureRelinquishAccountDetails = "accou... constant EventDetailsDisabledDomainInvitesDetails (line 4994) | EventDetailsDisabledDomainInvitesDetails = "disab... constant EventDetailsDomainInvitesApproveRequestToJoinTeamDetails (line 4995) | EventDetailsDomainInvitesApproveRequestToJoinTeamDetails = "domai... constant EventDetailsDomainInvitesDeclineRequestToJoinTeamDetails (line 4996) | EventDetailsDomainInvitesDeclineRequestToJoinTeamDetails = "domai... constant EventDetailsDomainInvitesEmailExistingUsersDetails (line 4997) | EventDetailsDomainInvitesEmailExistingUsersDetails = "domai... constant EventDetailsDomainInvitesRequestToJoinTeamDetails (line 4998) | EventDetailsDomainInvitesRequestToJoinTeamDetails = "domai... constant EventDetailsDomainInvitesSetInviteNewUserPrefToNoDetails (line 4999) | EventDetailsDomainInvitesSetInviteNewUserPrefToNoDetails = "domai... constant EventDetailsDomainInvitesSetInviteNewUserPrefToYesDetails (line 5000) | EventDetailsDomainInvitesSetInviteNewUserPrefToYesDetails = "domai... constant EventDetailsDomainVerificationAddDomainFailDetails (line 5001) | EventDetailsDomainVerificationAddDomainFailDetails = "domai... constant EventDetailsDomainVerificationAddDomainSuccessDetails (line 5002) | EventDetailsDomainVerificationAddDomainSuccessDetails = "domai... constant EventDetailsDomainVerificationRemoveDomainDetails (line 5003) | EventDetailsDomainVerificationRemoveDomainDetails = "domai... constant EventDetailsEnabledDomainInvitesDetails (line 5004) | EventDetailsEnabledDomainInvitesDetails = "enabl... constant EventDetailsApplyNamingConventionDetails (line 5005) | EventDetailsApplyNamingConventionDetails = "apply... constant EventDetailsCreateFolderDetails (line 5006) | EventDetailsCreateFolderDetails = "creat... constant EventDetailsFileAddDetails (line 5007) | EventDetailsFileAddDetails = "file_... constant EventDetailsFileCopyDetails (line 5008) | EventDetailsFileCopyDetails = "file_... constant EventDetailsFileDeleteDetails (line 5009) | EventDetailsFileDeleteDetails = "file_... constant EventDetailsFileDownloadDetails (line 5010) | EventDetailsFileDownloadDetails = "file_... constant EventDetailsFileEditDetails (line 5011) | EventDetailsFileEditDetails = "file_... constant EventDetailsFileGetCopyReferenceDetails (line 5012) | EventDetailsFileGetCopyReferenceDetails = "file_... constant EventDetailsFileLockingLockStatusChangedDetails (line 5013) | EventDetailsFileLockingLockStatusChangedDetails = "file_... constant EventDetailsFileMoveDetails (line 5014) | EventDetailsFileMoveDetails = "file_... constant EventDetailsFilePermanentlyDeleteDetails (line 5015) | EventDetailsFilePermanentlyDeleteDetails = "file_... constant EventDetailsFilePreviewDetails (line 5016) | EventDetailsFilePreviewDetails = "file_... constant EventDetailsFileRenameDetails (line 5017) | EventDetailsFileRenameDetails = "file_... constant EventDetailsFileRestoreDetails (line 5018) | EventDetailsFileRestoreDetails = "file_... constant EventDetailsFileRevertDetails (line 5019) | EventDetailsFileRevertDetails = "file_... constant EventDetailsFileRollbackChangesDetails (line 5020) | EventDetailsFileRollbackChangesDetails = "file_... constant EventDetailsFileSaveCopyReferenceDetails (line 5021) | EventDetailsFileSaveCopyReferenceDetails = "file_... constant EventDetailsFolderOverviewDescriptionChangedDetails (line 5022) | EventDetailsFolderOverviewDescriptionChangedDetails = "folde... constant EventDetailsFolderOverviewItemPinnedDetails (line 5023) | EventDetailsFolderOverviewItemPinnedDetails = "folde... constant EventDetailsFolderOverviewItemUnpinnedDetails (line 5024) | EventDetailsFolderOverviewItemUnpinnedDetails = "folde... constant EventDetailsObjectLabelAddedDetails (line 5025) | EventDetailsObjectLabelAddedDetails = "objec... constant EventDetailsObjectLabelRemovedDetails (line 5026) | EventDetailsObjectLabelRemovedDetails = "objec... constant EventDetailsObjectLabelUpdatedValueDetails (line 5027) | EventDetailsObjectLabelUpdatedValueDetails = "objec... constant EventDetailsOrganizeFolderWithTidyDetails (line 5028) | EventDetailsOrganizeFolderWithTidyDetails = "organ... constant EventDetailsRewindFolderDetails (line 5029) | EventDetailsRewindFolderDetails = "rewin... constant EventDetailsUndoNamingConventionDetails (line 5030) | EventDetailsUndoNamingConventionDetails = "undo_... constant EventDetailsUndoOrganizeFolderWithTidyDetails (line 5031) | EventDetailsUndoOrganizeFolderWithTidyDetails = "undo_... constant EventDetailsUserTagsAddedDetails (line 5032) | EventDetailsUserTagsAddedDetails = "user_... constant EventDetailsUserTagsRemovedDetails (line 5033) | EventDetailsUserTagsRemovedDetails = "user_... constant EventDetailsEmailIngestReceiveFileDetails (line 5034) | EventDetailsEmailIngestReceiveFileDetails = "email... constant EventDetailsFileRequestChangeDetails (line 5035) | EventDetailsFileRequestChangeDetails = "file_... constant EventDetailsFileRequestCloseDetails (line 5036) | EventDetailsFileRequestCloseDetails = "file_... constant EventDetailsFileRequestCreateDetails (line 5037) | EventDetailsFileRequestCreateDetails = "file_... constant EventDetailsFileRequestDeleteDetails (line 5038) | EventDetailsFileRequestDeleteDetails = "file_... constant EventDetailsFileRequestReceiveFileDetails (line 5039) | EventDetailsFileRequestReceiveFileDetails = "file_... constant EventDetailsGroupAddExternalIdDetails (line 5040) | EventDetailsGroupAddExternalIdDetails = "group... constant EventDetailsGroupAddMemberDetails (line 5041) | EventDetailsGroupAddMemberDetails = "group... constant EventDetailsGroupChangeExternalIdDetails (line 5042) | EventDetailsGroupChangeExternalIdDetails = "group... constant EventDetailsGroupChangeManagementTypeDetails (line 5043) | EventDetailsGroupChangeManagementTypeDetails = "group... constant EventDetailsGroupChangeMemberRoleDetails (line 5044) | EventDetailsGroupChangeMemberRoleDetails = "group... constant EventDetailsGroupCreateDetails (line 5045) | EventDetailsGroupCreateDetails = "group... constant EventDetailsGroupDeleteDetails (line 5046) | EventDetailsGroupDeleteDetails = "group... constant EventDetailsGroupDescriptionUpdatedDetails (line 5047) | EventDetailsGroupDescriptionUpdatedDetails = "group... constant EventDetailsGroupJoinPolicyUpdatedDetails (line 5048) | EventDetailsGroupJoinPolicyUpdatedDetails = "group... constant EventDetailsGroupMovedDetails (line 5049) | EventDetailsGroupMovedDetails = "group... constant EventDetailsGroupRemoveExternalIdDetails (line 5050) | EventDetailsGroupRemoveExternalIdDetails = "group... constant EventDetailsGroupRemoveMemberDetails (line 5051) | EventDetailsGroupRemoveMemberDetails = "group... constant EventDetailsGroupRenameDetails (line 5052) | EventDetailsGroupRenameDetails = "group... constant EventDetailsAccountLockOrUnlockedDetails (line 5053) | EventDetailsAccountLockOrUnlockedDetails = "accou... constant EventDetailsEmmErrorDetails (line 5054) | EventDetailsEmmErrorDetails = "emm_e... constant EventDetailsGuestAdminSignedInViaTrustedTeamsDetails (line 5055) | EventDetailsGuestAdminSignedInViaTrustedTeamsDetails = "guest... constant EventDetailsGuestAdminSignedOutViaTrustedTeamsDetails (line 5056) | EventDetailsGuestAdminSignedOutViaTrustedTeamsDetails = "guest... constant EventDetailsLoginFailDetails (line 5057) | EventDetailsLoginFailDetails = "login... constant EventDetailsLoginSuccessDetails (line 5058) | EventDetailsLoginSuccessDetails = "login... constant EventDetailsLogoutDetails (line 5059) | EventDetailsLogoutDetails = "logou... constant EventDetailsResellerSupportSessionEndDetails (line 5060) | EventDetailsResellerSupportSessionEndDetails = "resel... constant EventDetailsResellerSupportSessionStartDetails (line 5061) | EventDetailsResellerSupportSessionStartDetails = "resel... constant EventDetailsSignInAsSessionEndDetails (line 5062) | EventDetailsSignInAsSessionEndDetails = "sign_... constant EventDetailsSignInAsSessionStartDetails (line 5063) | EventDetailsSignInAsSessionStartDetails = "sign_... constant EventDetailsSsoErrorDetails (line 5064) | EventDetailsSsoErrorDetails = "sso_e... constant EventDetailsCreateTeamInviteLinkDetails (line 5065) | EventDetailsCreateTeamInviteLinkDetails = "creat... constant EventDetailsDeleteTeamInviteLinkDetails (line 5066) | EventDetailsDeleteTeamInviteLinkDetails = "delet... constant EventDetailsMemberAddExternalIdDetails (line 5067) | EventDetailsMemberAddExternalIdDetails = "membe... constant EventDetailsMemberAddNameDetails (line 5068) | EventDetailsMemberAddNameDetails = "membe... constant EventDetailsMemberChangeAdminRoleDetails (line 5069) | EventDetailsMemberChangeAdminRoleDetails = "membe... constant EventDetailsMemberChangeEmailDetails (line 5070) | EventDetailsMemberChangeEmailDetails = "membe... constant EventDetailsMemberChangeExternalIdDetails (line 5071) | EventDetailsMemberChangeExternalIdDetails = "membe... constant EventDetailsMemberChangeMembershipTypeDetails (line 5072) | EventDetailsMemberChangeMembershipTypeDetails = "membe... constant EventDetailsMemberChangeNameDetails (line 5073) | EventDetailsMemberChangeNameDetails = "membe... constant EventDetailsMemberChangeResellerRoleDetails (line 5074) | EventDetailsMemberChangeResellerRoleDetails = "membe... constant EventDetailsMemberChangeStatusDetails (line 5075) | EventDetailsMemberChangeStatusDetails = "membe... constant EventDetailsMemberDeleteManualContactsDetails (line 5076) | EventDetailsMemberDeleteManualContactsDetails = "membe... constant EventDetailsMemberDeleteProfilePhotoDetails (line 5077) | EventDetailsMemberDeleteProfilePhotoDetails = "membe... constant EventDetailsMemberPermanentlyDeleteAccountContentsDetails (line 5078) | EventDetailsMemberPermanentlyDeleteAccountContentsDetails = "membe... constant EventDetailsMemberRemoveExternalIdDetails (line 5079) | EventDetailsMemberRemoveExternalIdDetails = "membe... constant EventDetailsMemberSetProfilePhotoDetails (line 5080) | EventDetailsMemberSetProfilePhotoDetails = "membe... constant EventDetailsMemberSpaceLimitsAddCustomQuotaDetails (line 5081) | EventDetailsMemberSpaceLimitsAddCustomQuotaDetails = "membe... constant EventDetailsMemberSpaceLimitsChangeCustomQuotaDetails (line 5082) | EventDetailsMemberSpaceLimitsChangeCustomQuotaDetails = "membe... constant EventDetailsMemberSpaceLimitsChangeStatusDetails (line 5083) | EventDetailsMemberSpaceLimitsChangeStatusDetails = "membe... constant EventDetailsMemberSpaceLimitsRemoveCustomQuotaDetails (line 5084) | EventDetailsMemberSpaceLimitsRemoveCustomQuotaDetails = "membe... constant EventDetailsMemberSuggestDetails (line 5085) | EventDetailsMemberSuggestDetails = "membe... constant EventDetailsMemberTransferAccountContentsDetails (line 5086) | EventDetailsMemberTransferAccountContentsDetails = "membe... constant EventDetailsPendingSecondaryEmailAddedDetails (line 5087) | EventDetailsPendingSecondaryEmailAddedDetails = "pendi... constant EventDetailsSecondaryEmailDeletedDetails (line 5088) | EventDetailsSecondaryEmailDeletedDetails = "secon... constant EventDetailsSecondaryEmailVerifiedDetails (line 5089) | EventDetailsSecondaryEmailVerifiedDetails = "secon... constant EventDetailsSecondaryMailsPolicyChangedDetails (line 5090) | EventDetailsSecondaryMailsPolicyChangedDetails = "secon... constant EventDetailsBinderAddPageDetails (line 5091) | EventDetailsBinderAddPageDetails = "binde... constant EventDetailsBinderAddSectionDetails (line 5092) | EventDetailsBinderAddSectionDetails = "binde... constant EventDetailsBinderRemovePageDetails (line 5093) | EventDetailsBinderRemovePageDetails = "binde... constant EventDetailsBinderRemoveSectionDetails (line 5094) | EventDetailsBinderRemoveSectionDetails = "binde... constant EventDetailsBinderRenamePageDetails (line 5095) | EventDetailsBinderRenamePageDetails = "binde... constant EventDetailsBinderRenameSectionDetails (line 5096) | EventDetailsBinderRenameSectionDetails = "binde... constant EventDetailsBinderReorderPageDetails (line 5097) | EventDetailsBinderReorderPageDetails = "binde... constant EventDetailsBinderReorderSectionDetails (line 5098) | EventDetailsBinderReorderSectionDetails = "binde... constant EventDetailsPaperContentAddMemberDetails (line 5099) | EventDetailsPaperContentAddMemberDetails = "paper... constant EventDetailsPaperContentAddToFolderDetails (line 5100) | EventDetailsPaperContentAddToFolderDetails = "paper... constant EventDetailsPaperContentArchiveDetails (line 5101) | EventDetailsPaperContentArchiveDetails = "paper... constant EventDetailsPaperContentCreateDetails (line 5102) | EventDetailsPaperContentCreateDetails = "paper... constant EventDetailsPaperContentPermanentlyDeleteDetails (line 5103) | EventDetailsPaperContentPermanentlyDeleteDetails = "paper... constant EventDetailsPaperContentRemoveFromFolderDetails (line 5104) | EventDetailsPaperContentRemoveFromFolderDetails = "paper... constant EventDetailsPaperContentRemoveMemberDetails (line 5105) | EventDetailsPaperContentRemoveMemberDetails = "paper... constant EventDetailsPaperContentRenameDetails (line 5106) | EventDetailsPaperContentRenameDetails = "paper... constant EventDetailsPaperContentRestoreDetails (line 5107) | EventDetailsPaperContentRestoreDetails = "paper... constant EventDetailsPaperDocAddCommentDetails (line 5108) | EventDetailsPaperDocAddCommentDetails = "paper... constant EventDetailsPaperDocChangeMemberRoleDetails (line 5109) | EventDetailsPaperDocChangeMemberRoleDetails = "paper... constant EventDetailsPaperDocChangeSharingPolicyDetails (line 5110) | EventDetailsPaperDocChangeSharingPolicyDetails = "paper... constant EventDetailsPaperDocChangeSubscriptionDetails (line 5111) | EventDetailsPaperDocChangeSubscriptionDetails = "paper... constant EventDetailsPaperDocDeletedDetails (line 5112) | EventDetailsPaperDocDeletedDetails = "paper... constant EventDetailsPaperDocDeleteCommentDetails (line 5113) | EventDetailsPaperDocDeleteCommentDetails = "paper... constant EventDetailsPaperDocDownloadDetails (line 5114) | EventDetailsPaperDocDownloadDetails = "paper... constant EventDetailsPaperDocEditDetails (line 5115) | EventDetailsPaperDocEditDetails = "paper... constant EventDetailsPaperDocEditCommentDetails (line 5116) | EventDetailsPaperDocEditCommentDetails = "paper... constant EventDetailsPaperDocFollowedDetails (line 5117) | EventDetailsPaperDocFollowedDetails = "paper... constant EventDetailsPaperDocMentionDetails (line 5118) | EventDetailsPaperDocMentionDetails = "paper... constant EventDetailsPaperDocOwnershipChangedDetails (line 5119) | EventDetailsPaperDocOwnershipChangedDetails = "paper... constant EventDetailsPaperDocRequestAccessDetails (line 5120) | EventDetailsPaperDocRequestAccessDetails = "paper... constant EventDetailsPaperDocResolveCommentDetails (line 5121) | EventDetailsPaperDocResolveCommentDetails = "paper... constant EventDetailsPaperDocRevertDetails (line 5122) | EventDetailsPaperDocRevertDetails = "paper... constant EventDetailsPaperDocSlackShareDetails (line 5123) | EventDetailsPaperDocSlackShareDetails = "paper... constant EventDetailsPaperDocTeamInviteDetails (line 5124) | EventDetailsPaperDocTeamInviteDetails = "paper... constant EventDetailsPaperDocTrashedDetails (line 5125) | EventDetailsPaperDocTrashedDetails = "paper... constant EventDetailsPaperDocUnresolveCommentDetails (line 5126) | EventDetailsPaperDocUnresolveCommentDetails = "paper... constant EventDetailsPaperDocUntrashedDetails (line 5127) | EventDetailsPaperDocUntrashedDetails = "paper... constant EventDetailsPaperDocViewDetails (line 5128) | EventDetailsPaperDocViewDetails = "paper... constant EventDetailsPaperExternalViewAllowDetails (line 5129) | EventDetailsPaperExternalViewAllowDetails = "paper... constant EventDetailsPaperExternalViewDefaultTeamDetails (line 5130) | EventDetailsPaperExternalViewDefaultTeamDetails = "paper... constant EventDetailsPaperExternalViewForbidDetails (line 5131) | EventDetailsPaperExternalViewForbidDetails = "paper... constant EventDetailsPaperFolderChangeSubscriptionDetails (line 5132) | EventDetailsPaperFolderChangeSubscriptionDetails = "paper... constant EventDetailsPaperFolderDeletedDetails (line 5133) | EventDetailsPaperFolderDeletedDetails = "paper... constant EventDetailsPaperFolderFollowedDetails (line 5134) | EventDetailsPaperFolderFollowedDetails = "paper... constant EventDetailsPaperFolderTeamInviteDetails (line 5135) | EventDetailsPaperFolderTeamInviteDetails = "paper... constant EventDetailsPaperPublishedLinkChangePermissionDetails (line 5136) | EventDetailsPaperPublishedLinkChangePermissionDetails = "paper... constant EventDetailsPaperPublishedLinkCreateDetails (line 5137) | EventDetailsPaperPublishedLinkCreateDetails = "paper... constant EventDetailsPaperPublishedLinkDisabledDetails (line 5138) | EventDetailsPaperPublishedLinkDisabledDetails = "paper... constant EventDetailsPaperPublishedLinkViewDetails (line 5139) | EventDetailsPaperPublishedLinkViewDetails = "paper... constant EventDetailsPasswordChangeDetails (line 5140) | EventDetailsPasswordChangeDetails = "passw... constant EventDetailsPasswordResetDetails (line 5141) | EventDetailsPasswordResetDetails = "passw... constant EventDetailsPasswordResetAllDetails (line 5142) | EventDetailsPasswordResetAllDetails = "passw... constant EventDetailsClassificationCreateReportDetails (line 5143) | EventDetailsClassificationCreateReportDetails = "class... constant EventDetailsClassificationCreateReportFailDetails (line 5144) | EventDetailsClassificationCreateReportFailDetails = "class... constant EventDetailsEmmCreateExceptionsReportDetails (line 5145) | EventDetailsEmmCreateExceptionsReportDetails = "emm_c... constant EventDetailsEmmCreateUsageReportDetails (line 5146) | EventDetailsEmmCreateUsageReportDetails = "emm_c... constant EventDetailsExportMembersReportDetails (line 5147) | EventDetailsExportMembersReportDetails = "expor... constant EventDetailsExportMembersReportFailDetails (line 5148) | EventDetailsExportMembersReportFailDetails = "expor... constant EventDetailsExternalSharingCreateReportDetails (line 5149) | EventDetailsExternalSharingCreateReportDetails = "exter... constant EventDetailsExternalSharingReportFailedDetails (line 5150) | EventDetailsExternalSharingReportFailedDetails = "exter... constant EventDetailsNoExpirationLinkGenCreateReportDetails (line 5151) | EventDetailsNoExpirationLinkGenCreateReportDetails = "no_ex... constant EventDetailsNoExpirationLinkGenReportFailedDetails (line 5152) | EventDetailsNoExpirationLinkGenReportFailedDetails = "no_ex... constant EventDetailsNoPasswordLinkGenCreateReportDetails (line 5153) | EventDetailsNoPasswordLinkGenCreateReportDetails = "no_pa... constant EventDetailsNoPasswordLinkGenReportFailedDetails (line 5154) | EventDetailsNoPasswordLinkGenReportFailedDetails = "no_pa... constant EventDetailsNoPasswordLinkViewCreateReportDetails (line 5155) | EventDetailsNoPasswordLinkViewCreateReportDetails = "no_pa... constant EventDetailsNoPasswordLinkViewReportFailedDetails (line 5156) | EventDetailsNoPasswordLinkViewReportFailedDetails = "no_pa... constant EventDetailsOutdatedLinkViewCreateReportDetails (line 5157) | EventDetailsOutdatedLinkViewCreateReportDetails = "outda... constant EventDetailsOutdatedLinkViewReportFailedDetails (line 5158) | EventDetailsOutdatedLinkViewReportFailedDetails = "outda... constant EventDetailsPaperAdminExportStartDetails (line 5159) | EventDetailsPaperAdminExportStartDetails = "paper... constant EventDetailsSmartSyncCreateAdminPrivilegeReportDetails (line 5160) | EventDetailsSmartSyncCreateAdminPrivilegeReportDetails = "smart... constant EventDetailsTeamActivityCreateReportDetails (line 5161) | EventDetailsTeamActivityCreateReportDetails = "team_... constant EventDetailsTeamActivityCreateReportFailDetails (line 5162) | EventDetailsTeamActivityCreateReportFailDetails = "team_... constant EventDetailsCollectionShareDetails (line 5163) | EventDetailsCollectionShareDetails = "colle... constant EventDetailsFileTransfersFileAddDetails (line 5164) | EventDetailsFileTransfersFileAddDetails = "file_... constant EventDetailsFileTransfersTransferDeleteDetails (line 5165) | EventDetailsFileTransfersTransferDeleteDetails = "file_... constant EventDetailsFileTransfersTransferDownloadDetails (line 5166) | EventDetailsFileTransfersTransferDownloadDetails = "file_... constant EventDetailsFileTransfersTransferSendDetails (line 5167) | EventDetailsFileTransfersTransferSendDetails = "file_... constant EventDetailsFileTransfersTransferViewDetails (line 5168) | EventDetailsFileTransfersTransferViewDetails = "file_... constant EventDetailsNoteAclInviteOnlyDetails (line 5169) | EventDetailsNoteAclInviteOnlyDetails = "note_... constant EventDetailsNoteAclLinkDetails (line 5170) | EventDetailsNoteAclLinkDetails = "note_... constant EventDetailsNoteAclTeamLinkDetails (line 5171) | EventDetailsNoteAclTeamLinkDetails = "note_... constant EventDetailsNoteSharedDetails (line 5172) | EventDetailsNoteSharedDetails = "note_... constant EventDetailsNoteShareReceiveDetails (line 5173) | EventDetailsNoteShareReceiveDetails = "note_... constant EventDetailsOpenNoteSharedDetails (line 5174) | EventDetailsOpenNoteSharedDetails = "open_... constant EventDetailsSfAddGroupDetails (line 5175) | EventDetailsSfAddGroupDetails = "sf_ad... constant EventDetailsSfAllowNonMembersToViewSharedLinksDetails (line 5176) | EventDetailsSfAllowNonMembersToViewSharedLinksDetails = "sf_al... constant EventDetailsSfExternalInviteWarnDetails (line 5177) | EventDetailsSfExternalInviteWarnDetails = "sf_ex... constant EventDetailsSfFbInviteDetails (line 5178) | EventDetailsSfFbInviteDetails = "sf_fb... constant EventDetailsSfFbInviteChangeRoleDetails (line 5179) | EventDetailsSfFbInviteChangeRoleDetails = "sf_fb... constant EventDetailsSfFbUninviteDetails (line 5180) | EventDetailsSfFbUninviteDetails = "sf_fb... constant EventDetailsSfInviteGroupDetails (line 5181) | EventDetailsSfInviteGroupDetails = "sf_in... constant EventDetailsSfTeamGrantAccessDetails (line 5182) | EventDetailsSfTeamGrantAccessDetails = "sf_te... constant EventDetailsSfTeamInviteDetails (line 5183) | EventDetailsSfTeamInviteDetails = "sf_te... constant EventDetailsSfTeamInviteChangeRoleDetails (line 5184) | EventDetailsSfTeamInviteChangeRoleDetails = "sf_te... constant EventDetailsSfTeamJoinDetails (line 5185) | EventDetailsSfTeamJoinDetails = "sf_te... constant EventDetailsSfTeamJoinFromOobLinkDetails (line 5186) | EventDetailsSfTeamJoinFromOobLinkDetails = "sf_te... constant EventDetailsSfTeamUninviteDetails (line 5187) | EventDetailsSfTeamUninviteDetails = "sf_te... constant EventDetailsSharedContentAddInviteesDetails (line 5188) | EventDetailsSharedContentAddInviteesDetails = "share... constant EventDetailsSharedContentAddLinkExpiryDetails (line 5189) | EventDetailsSharedContentAddLinkExpiryDetails = "share... constant EventDetailsSharedContentAddLinkPasswordDetails (line 5190) | EventDetailsSharedContentAddLinkPasswordDetails = "share... constant EventDetailsSharedContentAddMemberDetails (line 5191) | EventDetailsSharedContentAddMemberDetails = "share... constant EventDetailsSharedContentChangeDownloadsPolicyDetails (line 5192) | EventDetailsSharedContentChangeDownloadsPolicyDetails = "share... constant EventDetailsSharedContentChangeInviteeRoleDetails (line 5193) | EventDetailsSharedContentChangeInviteeRoleDetails = "share... constant EventDetailsSharedContentChangeLinkAudienceDetails (line 5194) | EventDetailsSharedContentChangeLinkAudienceDetails = "share... constant EventDetailsSharedContentChangeLinkExpiryDetails (line 5195) | EventDetailsSharedContentChangeLinkExpiryDetails = "share... constant EventDetailsSharedContentChangeLinkPasswordDetails (line 5196) | EventDetailsSharedContentChangeLinkPasswordDetails = "share... constant EventDetailsSharedContentChangeMemberRoleDetails (line 5197) | EventDetailsSharedContentChangeMemberRoleDetails = "share... constant EventDetailsSharedContentChangeViewerInfoPolicyDetails (line 5198) | EventDetailsSharedContentChangeViewerInfoPolicyDetails = "share... constant EventDetailsSharedContentClaimInvitationDetails (line 5199) | EventDetailsSharedContentClaimInvitationDetails = "share... constant EventDetailsSharedContentCopyDetails (line 5200) | EventDetailsSharedContentCopyDetails = "share... constant EventDetailsSharedContentDownloadDetails (line 5201) | EventDetailsSharedContentDownloadDetails = "share... constant EventDetailsSharedContentRelinquishMembershipDetails (line 5202) | EventDetailsSharedContentRelinquishMembershipDetails = "share... constant EventDetailsSharedContentRemoveInviteesDetails (line 5203) | EventDetailsSharedContentRemoveInviteesDetails = "share... constant EventDetailsSharedContentRemoveLinkExpiryDetails (line 5204) | EventDetailsSharedContentRemoveLinkExpiryDetails = "share... constant EventDetailsSharedContentRemoveLinkPasswordDetails (line 5205) | EventDetailsSharedContentRemoveLinkPasswordDetails = "share... constant EventDetailsSharedContentRemoveMemberDetails (line 5206) | EventDetailsSharedContentRemoveMemberDetails = "share... constant EventDetailsSharedContentRequestAccessDetails (line 5207) | EventDetailsSharedContentRequestAccessDetails = "share... constant EventDetailsSharedContentRestoreInviteesDetails (line 5208) | EventDetailsSharedContentRestoreInviteesDetails = "share... constant EventDetailsSharedContentRestoreMemberDetails (line 5209) | EventDetailsSharedContentRestoreMemberDetails = "share... constant EventDetailsSharedContentUnshareDetails (line 5210) | EventDetailsSharedContentUnshareDetails = "share... constant EventDetailsSharedContentViewDetails (line 5211) | EventDetailsSharedContentViewDetails = "share... constant EventDetailsSharedFolderChangeLinkPolicyDetails (line 5212) | EventDetailsSharedFolderChangeLinkPolicyDetails = "share... constant EventDetailsSharedFolderChangeMembersInheritancePolicyDetails (line 5213) | EventDetailsSharedFolderChangeMembersInheritancePolicyDetails = "share... constant EventDetailsSharedFolderChangeMembersManagementPolicyDetails (line 5214) | EventDetailsSharedFolderChangeMembersManagementPolicyDetails = "share... constant EventDetailsSharedFolderChangeMembersPolicyDetails (line 5215) | EventDetailsSharedFolderChangeMembersPolicyDetails = "share... constant EventDetailsSharedFolderCreateDetails (line 5216) | EventDetailsSharedFolderCreateDetails = "share... constant EventDetailsSharedFolderDeclineInvitationDetails (line 5217) | EventDetailsSharedFolderDeclineInvitationDetails = "share... constant EventDetailsSharedFolderMountDetails (line 5218) | EventDetailsSharedFolderMountDetails = "share... constant EventDetailsSharedFolderNestDetails (line 5219) | EventDetailsSharedFolderNestDetails = "share... constant EventDetailsSharedFolderTransferOwnershipDetails (line 5220) | EventDetailsSharedFolderTransferOwnershipDetails = "share... constant EventDetailsSharedFolderUnmountDetails (line 5221) | EventDetailsSharedFolderUnmountDetails = "share... constant EventDetailsSharedLinkAddExpiryDetails (line 5222) | EventDetailsSharedLinkAddExpiryDetails = "share... constant EventDetailsSharedLinkChangeExpiryDetails (line 5223) | EventDetailsSharedLinkChangeExpiryDetails = "share... constant EventDetailsSharedLinkChangeVisibilityDetails (line 5224) | EventDetailsSharedLinkChangeVisibilityDetails = "share... constant EventDetailsSharedLinkCopyDetails (line 5225) | EventDetailsSharedLinkCopyDetails = "share... constant EventDetailsSharedLinkCreateDetails (line 5226) | EventDetailsSharedLinkCreateDetails = "share... constant EventDetailsSharedLinkDisableDetails (line 5227) | EventDetailsSharedLinkDisableDetails = "share... constant EventDetailsSharedLinkDownloadDetails (line 5228) | EventDetailsSharedLinkDownloadDetails = "share... constant EventDetailsSharedLinkRemoveExpiryDetails (line 5229) | EventDetailsSharedLinkRemoveExpiryDetails = "share... constant EventDetailsSharedLinkSettingsAddExpirationDetails (line 5230) | EventDetailsSharedLinkSettingsAddExpirationDetails = "share... constant EventDetailsSharedLinkSettingsAddPasswordDetails (line 5231) | EventDetailsSharedLinkSettingsAddPasswordDetails = "share... constant EventDetailsSharedLinkSettingsAllowDownloadDisabledDetails (line 5232) | EventDetailsSharedLinkSettingsAllowDownloadDisabledDetails = "share... constant EventDetailsSharedLinkSettingsAllowDownloadEnabledDetails (line 5233) | EventDetailsSharedLinkSettingsAllowDownloadEnabledDetails = "share... constant EventDetailsSharedLinkSettingsChangeAudienceDetails (line 5234) | EventDetailsSharedLinkSettingsChangeAudienceDetails = "share... constant EventDetailsSharedLinkSettingsChangeExpirationDetails (line 5235) | EventDetailsSharedLinkSettingsChangeExpirationDetails = "share... constant EventDetailsSharedLinkSettingsChangePasswordDetails (line 5236) | EventDetailsSharedLinkSettingsChangePasswordDetails = "share... constant EventDetailsSharedLinkSettingsRemoveExpirationDetails (line 5237) | EventDetailsSharedLinkSettingsRemoveExpirationDetails = "share... constant EventDetailsSharedLinkSettingsRemovePasswordDetails (line 5238) | EventDetailsSharedLinkSettingsRemovePasswordDetails = "share... constant EventDetailsSharedLinkShareDetails (line 5239) | EventDetailsSharedLinkShareDetails = "share... constant EventDetailsSharedLinkViewDetails (line 5240) | EventDetailsSharedLinkViewDetails = "share... constant EventDetailsSharedNoteOpenedDetails (line 5241) | EventDetailsSharedNoteOpenedDetails = "share... constant EventDetailsShmodelDisableDownloadsDetails (line 5242) | EventDetailsShmodelDisableDownloadsDetails = "shmod... constant EventDetailsShmodelEnableDownloadsDetails (line 5243) | EventDetailsShmodelEnableDownloadsDetails = "shmod... constant EventDetailsShmodelGroupShareDetails (line 5244) | EventDetailsShmodelGroupShareDetails = "shmod... constant EventDetailsShowcaseAccessGrantedDetails (line 5245) | EventDetailsShowcaseAccessGrantedDetails = "showc... constant EventDetailsShowcaseAddMemberDetails (line 5246) | EventDetailsShowcaseAddMemberDetails = "showc... constant EventDetailsShowcaseArchivedDetails (line 5247) | EventDetailsShowcaseArchivedDetails = "showc... constant EventDetailsShowcaseCreatedDetails (line 5248) | EventDetailsShowcaseCreatedDetails = "showc... constant EventDetailsShowcaseDeleteCommentDetails (line 5249) | EventDetailsShowcaseDeleteCommentDetails = "showc... constant EventDetailsShowcaseEditedDetails (line 5250) | EventDetailsShowcaseEditedDetails = "showc... constant EventDetailsShowcaseEditCommentDetails (line 5251) | EventDetailsShowcaseEditCommentDetails = "showc... constant EventDetailsShowcaseFileAddedDetails (line 5252) | EventDetailsShowcaseFileAddedDetails = "showc... constant EventDetailsShowcaseFileDownloadDetails (line 5253) | EventDetailsShowcaseFileDownloadDetails = "showc... constant EventDetailsShowcaseFileRemovedDetails (line 5254) | EventDetailsShowcaseFileRemovedDetails = "showc... constant EventDetailsShowcaseFileViewDetails (line 5255) | EventDetailsShowcaseFileViewDetails = "showc... constant EventDetailsShowcasePermanentlyDeletedDetails (line 5256) | EventDetailsShowcasePermanentlyDeletedDetails = "showc... constant EventDetailsShowcasePostCommentDetails (line 5257) | EventDetailsShowcasePostCommentDetails = "showc... constant EventDetailsShowcaseRemoveMemberDetails (line 5258) | EventDetailsShowcaseRemoveMemberDetails = "showc... constant EventDetailsShowcaseRenamedDetails (line 5259) | EventDetailsShowcaseRenamedDetails = "showc... constant EventDetailsShowcaseRequestAccessDetails (line 5260) | EventDetailsShowcaseRequestAccessDetails = "showc... constant EventDetailsShowcaseResolveCommentDetails (line 5261) | EventDetailsShowcaseResolveCommentDetails = "showc... constant EventDetailsShowcaseRestoredDetails (line 5262) | EventDetailsShowcaseRestoredDetails = "showc... constant EventDetailsShowcaseTrashedDetails (line 5263) | EventDetailsShowcaseTrashedDetails = "showc... constant EventDetailsShowcaseTrashedDeprecatedDetails (line 5264) | EventDetailsShowcaseTrashedDeprecatedDetails = "showc... constant EventDetailsShowcaseUnresolveCommentDetails (line 5265) | EventDetailsShowcaseUnresolveCommentDetails = "showc... constant EventDetailsShowcaseUntrashedDetails (line 5266) | EventDetailsShowcaseUntrashedDetails = "showc... constant EventDetailsShowcaseUntrashedDeprecatedDetails (line 5267) | EventDetailsShowcaseUntrashedDeprecatedDetails = "showc... constant EventDetailsShowcaseViewDetails (line 5268) | EventDetailsShowcaseViewDetails = "showc... constant EventDetailsSsoAddCertDetails (line 5269) | EventDetailsSsoAddCertDetails = "sso_a... constant EventDetailsSsoAddLoginUrlDetails (line 5270) | EventDetailsSsoAddLoginUrlDetails = "sso_a... constant EventDetailsSsoAddLogoutUrlDetails (line 5271) | EventDetailsSsoAddLogoutUrlDetails = "sso_a... constant EventDetailsSsoChangeCertDetails (line 5272) | EventDetailsSsoChangeCertDetails = "sso_c... constant EventDetailsSsoChangeLoginUrlDetails (line 5273) | EventDetailsSsoChangeLoginUrlDetails = "sso_c... constant EventDetailsSsoChangeLogoutUrlDetails (line 5274) | EventDetailsSsoChangeLogoutUrlDetails = "sso_c... constant EventDetailsSsoChangeSamlIdentityModeDetails (line 5275) | EventDetailsSsoChangeSamlIdentityModeDetails = "sso_c... constant EventDetailsSsoRemoveCertDetails (line 5276) | EventDetailsSsoRemoveCertDetails = "sso_r... constant EventDetailsSsoRemoveLoginUrlDetails (line 5277) | EventDetailsSsoRemoveLoginUrlDetails = "sso_r... constant EventDetailsSsoRemoveLogoutUrlDetails (line 5278) | EventDetailsSsoRemoveLogoutUrlDetails = "sso_r... constant EventDetailsTeamFolderChangeStatusDetails (line 5279) | EventDetailsTeamFolderChangeStatusDetails = "team_... constant EventDetailsTeamFolderCreateDetails (line 5280) | EventDetailsTeamFolderCreateDetails = "team_... constant EventDetailsTeamFolderDowngradeDetails (line 5281) | EventDetailsTeamFolderDowngradeDetails = "team_... constant EventDetailsTeamFolderPermanentlyDeleteDetails (line 5282) | EventDetailsTeamFolderPermanentlyDeleteDetails = "team_... constant EventDetailsTeamFolderRenameDetails (line 5283) | EventDetailsTeamFolderRenameDetails = "team_... constant EventDetailsTeamSelectiveSyncSettingsChangedDetails (line 5284) | EventDetailsTeamSelectiveSyncSettingsChangedDetails = "team_... constant EventDetailsAccountCaptureChangePolicyDetails (line 5285) | EventDetailsAccountCaptureChangePolicyDetails = "accou... constant EventDetailsAdminEmailRemindersChangedDetails (line 5286) | EventDetailsAdminEmailRemindersChangedDetails = "admin... constant EventDetailsAllowDownloadDisabledDetails (line 5287) | EventDetailsAllowDownloadDisabledDetails = "allow... constant EventDetailsAllowDownloadEnabledDetails (line 5288) | EventDetailsAllowDownloadEnabledDetails = "allow... constant EventDetailsAppPermissionsChangedDetails (line 5289) | EventDetailsAppPermissionsChangedDetails = "app_p... constant EventDetailsCameraUploadsPolicyChangedDetails (line 5290) | EventDetailsCameraUploadsPolicyChangedDetails = "camer... constant EventDetailsCaptureTranscriptPolicyChangedDetails (line 5291) | EventDetailsCaptureTranscriptPolicyChangedDetails = "captu... constant EventDetailsClassificationChangePolicyDetails (line 5292) | EventDetailsClassificationChangePolicyDetails = "class... constant EventDetailsComputerBackupPolicyChangedDetails (line 5293) | EventDetailsComputerBackupPolicyChangedDetails = "compu... constant EventDetailsContentAdministrationPolicyChangedDetails (line 5294) | EventDetailsContentAdministrationPolicyChangedDetails = "conte... constant EventDetailsDataPlacementRestrictionChangePolicyDetails (line 5295) | EventDetailsDataPlacementRestrictionChangePolicyDetails = "data_... constant EventDetailsDataPlacementRestrictionSatisfyPolicyDetails (line 5296) | EventDetailsDataPlacementRestrictionSatisfyPolicyDetails = "data_... constant EventDetailsDeviceApprovalsAddExceptionDetails (line 5297) | EventDetailsDeviceApprovalsAddExceptionDetails = "devic... constant EventDetailsDeviceApprovalsChangeDesktopPolicyDetails (line 5298) | EventDetailsDeviceApprovalsChangeDesktopPolicyDetails = "devic... constant EventDetailsDeviceApprovalsChangeMobilePolicyDetails (line 5299) | EventDetailsDeviceApprovalsChangeMobilePolicyDetails = "devic... constant EventDetailsDeviceApprovalsChangeOverageActionDetails (line 5300) | EventDetailsDeviceApprovalsChangeOverageActionDetails = "devic... constant EventDetailsDeviceApprovalsChangeUnlinkActionDetails (line 5301) | EventDetailsDeviceApprovalsChangeUnlinkActionDetails = "devic... constant EventDetailsDeviceApprovalsRemoveExceptionDetails (line 5302) | EventDetailsDeviceApprovalsRemoveExceptionDetails = "devic... constant EventDetailsDirectoryRestrictionsAddMembersDetails (line 5303) | EventDetailsDirectoryRestrictionsAddMembersDetails = "direc... constant EventDetailsDirectoryRestrictionsRemoveMembersDetails (line 5304) | EventDetailsDirectoryRestrictionsRemoveMembersDetails = "direc... constant EventDetailsDropboxPasswordsPolicyChangedDetails (line 5305) | EventDetailsDropboxPasswordsPolicyChangedDetails = "dropb... constant EventDetailsEmailIngestPolicyChangedDetails (line 5306) | EventDetailsEmailIngestPolicyChangedDetails = "email... constant EventDetailsEmmAddExceptionDetails (line 5307) | EventDetailsEmmAddExceptionDetails = "emm_a... constant EventDetailsEmmChangePolicyDetails (line 5308) | EventDetailsEmmChangePolicyDetails = "emm_c... constant EventDetailsEmmRemoveExceptionDetails (line 5309) | EventDetailsEmmRemoveExceptionDetails = "emm_r... constant EventDetailsExtendedVersionHistoryChangePolicyDetails (line 5310) | EventDetailsExtendedVersionHistoryChangePolicyDetails = "exten... constant EventDetailsExternalDriveBackupPolicyChangedDetails (line 5311) | EventDetailsExternalDriveBackupPolicyChangedDetails = "exter... constant EventDetailsFileCommentsChangePolicyDetails (line 5312) | EventDetailsFileCommentsChangePolicyDetails = "file_... constant EventDetailsFileLockingPolicyChangedDetails (line 5313) | EventDetailsFileLockingPolicyChangedDetails = "file_... constant EventDetailsFileProviderMigrationPolicyChangedDetails (line 5314) | EventDetailsFileProviderMigrationPolicyChangedDetails = "file_... constant EventDetailsFileRequestsChangePolicyDetails (line 5315) | EventDetailsFileRequestsChangePolicyDetails = "file_... constant EventDetailsFileRequestsEmailsEnabledDetails (line 5316) | EventDetailsFileRequestsEmailsEnabledDetails = "file_... constant EventDetailsFileRequestsEmailsRestrictedToTeamOnlyDetails (line 5317) | EventDetailsFileRequestsEmailsRestrictedToTeamOnlyDetails = "file_... constant EventDetailsFileTransfersPolicyChangedDetails (line 5318) | EventDetailsFileTransfersPolicyChangedDetails = "file_... constant EventDetailsGoogleSsoChangePolicyDetails (line 5319) | EventDetailsGoogleSsoChangePolicyDetails = "googl... constant EventDetailsGroupUserManagementChangePolicyDetails (line 5320) | EventDetailsGroupUserManagementChangePolicyDetails = "group... constant EventDetailsIntegrationPolicyChangedDetails (line 5321) | EventDetailsIntegrationPolicyChangedDetails = "integ... constant EventDetailsInviteAcceptanceEmailPolicyChangedDetails (line 5322) | EventDetailsInviteAcceptanceEmailPolicyChangedDetails = "invit... constant EventDetailsMemberRequestsChangePolicyDetails (line 5323) | EventDetailsMemberRequestsChangePolicyDetails = "membe... constant EventDetailsMemberSendInvitePolicyChangedDetails (line 5324) | EventDetailsMemberSendInvitePolicyChangedDetails = "membe... constant EventDetailsMemberSpaceLimitsAddExceptionDetails (line 5325) | EventDetailsMemberSpaceLimitsAddExceptionDetails = "membe... constant EventDetailsMemberSpaceLimitsChangeCapsTypePolicyDetails (line 5326) | EventDetailsMemberSpaceLimitsChangeCapsTypePolicyDetails = "membe... constant EventDetailsMemberSpaceLimitsChangePolicyDetails (line 5327) | EventDetailsMemberSpaceLimitsChangePolicyDetails = "membe... constant EventDetailsMemberSpaceLimitsRemoveExceptionDetails (line 5328) | EventDetailsMemberSpaceLimitsRemoveExceptionDetails = "membe... constant EventDetailsMemberSuggestionsChangePolicyDetails (line 5329) | EventDetailsMemberSuggestionsChangePolicyDetails = "membe... constant EventDetailsMicrosoftOfficeAddinChangePolicyDetails (line 5330) | EventDetailsMicrosoftOfficeAddinChangePolicyDetails = "micro... constant EventDetailsNetworkControlChangePolicyDetails (line 5331) | EventDetailsNetworkControlChangePolicyDetails = "netwo... constant EventDetailsPaperChangeDeploymentPolicyDetails (line 5332) | EventDetailsPaperChangeDeploymentPolicyDetails = "paper... constant EventDetailsPaperChangeMemberLinkPolicyDetails (line 5333) | EventDetailsPaperChangeMemberLinkPolicyDetails = "paper... constant EventDetailsPaperChangeMemberPolicyDetails (line 5334) | EventDetailsPaperChangeMemberPolicyDetails = "paper... constant EventDetailsPaperChangePolicyDetails (line 5335) | EventDetailsPaperChangePolicyDetails = "paper... constant EventDetailsPaperDefaultFolderPolicyChangedDetails (line 5336) | EventDetailsPaperDefaultFolderPolicyChangedDetails = "paper... constant EventDetailsPaperDesktopPolicyChangedDetails (line 5337) | EventDetailsPaperDesktopPolicyChangedDetails = "paper... constant EventDetailsPaperEnabledUsersGroupAdditionDetails (line 5338) | EventDetailsPaperEnabledUsersGroupAdditionDetails = "paper... constant EventDetailsPaperEnabledUsersGroupRemovalDetails (line 5339) | EventDetailsPaperEnabledUsersGroupRemovalDetails = "paper... constant EventDetailsPasswordStrengthRequirementsChangePolicyDetails (line 5340) | EventDetailsPasswordStrengthRequirementsChangePolicyDetails = "passw... constant EventDetailsPermanentDeleteChangePolicyDetails (line 5341) | EventDetailsPermanentDeleteChangePolicyDetails = "perma... constant EventDetailsResellerSupportChangePolicyDetails (line 5342) | EventDetailsResellerSupportChangePolicyDetails = "resel... constant EventDetailsRewindPolicyChangedDetails (line 5343) | EventDetailsRewindPolicyChangedDetails = "rewin... constant EventDetailsSendForSignaturePolicyChangedDetails (line 5344) | EventDetailsSendForSignaturePolicyChangedDetails = "send_... constant EventDetailsSharingChangeFolderJoinPolicyDetails (line 5345) | EventDetailsSharingChangeFolderJoinPolicyDetails = "shari... constant EventDetailsSharingChangeLinkAllowChangeExpirationPolicyDetails (line 5346) | EventDetailsSharingChangeLinkAllowChangeExpirationPolicyDetails = "shari... constant EventDetailsSharingChangeLinkDefaultExpirationPolicyDetails (line 5347) | EventDetailsSharingChangeLinkDefaultExpirationPolicyDetails = "shari... constant EventDetailsSharingChangeLinkEnforcePasswordPolicyDetails (line 5348) | EventDetailsSharingChangeLinkEnforcePasswordPolicyDetails = "shari... constant EventDetailsSharingChangeLinkPolicyDetails (line 5349) | EventDetailsSharingChangeLinkPolicyDetails = "shari... constant EventDetailsSharingChangeMemberPolicyDetails (line 5350) | EventDetailsSharingChangeMemberPolicyDetails = "shari... constant EventDetailsShowcaseChangeDownloadPolicyDetails (line 5351) | EventDetailsShowcaseChangeDownloadPolicyDetails = "showc... constant EventDetailsShowcaseChangeEnabledPolicyDetails (line 5352) | EventDetailsShowcaseChangeEnabledPolicyDetails = "showc... constant EventDetailsShowcaseChangeExternalSharingPolicyDetails (line 5353) | EventDetailsShowcaseChangeExternalSharingPolicyDetails = "showc... constant EventDetailsSmarterSmartSyncPolicyChangedDetails (line 5354) | EventDetailsSmarterSmartSyncPolicyChangedDetails = "smart... constant EventDetailsSmartSyncChangePolicyDetails (line 5355) | EventDetailsSmartSyncChangePolicyDetails = "smart... constant EventDetailsSmartSyncNotOptOutDetails (line 5356) | EventDetailsSmartSyncNotOptOutDetails = "smart... constant EventDetailsSmartSyncOptOutDetails (line 5357) | EventDetailsSmartSyncOptOutDetails = "smart... constant EventDetailsSsoChangePolicyDetails (line 5358) | EventDetailsSsoChangePolicyDetails = "sso_c... constant EventDetailsTeamBrandingPolicyChangedDetails (line 5359) | EventDetailsTeamBrandingPolicyChangedDetails = "team_... constant EventDetailsTeamExtensionsPolicyChangedDetails (line 5360) | EventDetailsTeamExtensionsPolicyChangedDetails = "team_... constant EventDetailsTeamSelectiveSyncPolicyChangedDetails (line 5361) | EventDetailsTeamSelectiveSyncPolicyChangedDetails = "team_... constant EventDetailsTeamSharingWhitelistSubjectsChangedDetails (line 5362) | EventDetailsTeamSharingWhitelistSubjectsChangedDetails = "team_... constant EventDetailsTfaAddExceptionDetails (line 5363) | EventDetailsTfaAddExceptionDetails = "tfa_a... constant EventDetailsTfaChangePolicyDetails (line 5364) | EventDetailsTfaChangePolicyDetails = "tfa_c... constant EventDetailsTfaRemoveExceptionDetails (line 5365) | EventDetailsTfaRemoveExceptionDetails = "tfa_r... constant EventDetailsTwoAccountChangePolicyDetails (line 5366) | EventDetailsTwoAccountChangePolicyDetails = "two_a... constant EventDetailsViewerInfoPolicyChangedDetails (line 5367) | EventDetailsViewerInfoPolicyChangedDetails = "viewe... constant EventDetailsWatermarkingPolicyChangedDetails (line 5368) | EventDetailsWatermarkingPolicyChangedDetails = "water... constant EventDetailsWebSessionsChangeActiveSessionLimitDetails (line 5369) | EventDetailsWebSessionsChangeActiveSessionLimitDetails = "web_s... constant EventDetailsWebSessionsChangeFixedLengthPolicyDetails (line 5370) | EventDetailsWebSessionsChangeFixedLengthPolicyDetails = "web_s... constant EventDetailsWebSessionsChangeIdleLengthPolicyDetails (line 5371) | EventDetailsWebSessionsChangeIdleLengthPolicyDetails = "web_s... constant EventDetailsDataResidencyMigrationRequestSuccessfulDetails (line 5372) | EventDetailsDataResidencyMigrationRequestSuccessfulDetails = "data_... constant EventDetailsDataResidencyMigrationRequestUnsuccessfulDetails (line 5373) | EventDetailsDataResidencyMigrationRequestUnsuccessfulDetails = "data_... constant EventDetailsTeamMergeFromDetails (line 5374) | EventDetailsTeamMergeFromDetails = "team_... constant EventDetailsTeamMergeToDetails (line 5375) | EventDetailsTeamMergeToDetails = "team_... constant EventDetailsTeamProfileAddBackgroundDetails (line 5376) | EventDetailsTeamProfileAddBackgroundDetails = "team_... constant EventDetailsTeamProfileAddLogoDetails (line 5377) | EventDetailsTeamProfileAddLogoDetails = "team_... constant EventDetailsTeamProfileChangeBackgroundDetails (line 5378) | EventDetailsTeamProfileChangeBackgroundDetails = "team_... constant EventDetailsTeamProfileChangeDefaultLanguageDetails (line 5379) | EventDetailsTeamProfileChangeDefaultLanguageDetails = "team_... constant EventDetailsTeamProfileChangeLogoDetails (line 5380) | EventDetailsTeamProfileChangeLogoDetails = "team_... constant EventDetailsTeamProfileChangeNameDetails (line 5381) | EventDetailsTeamProfileChangeNameDetails = "team_... constant EventDetailsTeamProfileRemoveBackgroundDetails (line 5382) | EventDetailsTeamProfileRemoveBackgroundDetails = "team_... constant EventDetailsTeamProfileRemoveLogoDetails (line 5383) | EventDetailsTeamProfileRemoveLogoDetails = "team_... constant EventDetailsTfaAddBackupPhoneDetails (line 5384) | EventDetailsTfaAddBackupPhoneDetails = "tfa_a... constant EventDetailsTfaAddSecurityKeyDetails (line 5385) | EventDetailsTfaAddSecurityKeyDetails = "tfa_a... constant EventDetailsTfaChangeBackupPhoneDetails (line 5386) | EventDetailsTfaChangeBackupPhoneDetails = "tfa_c... constant EventDetailsTfaChangeStatusDetails (line 5387) | EventDetailsTfaChangeStatusDetails = "tfa_c... constant EventDetailsTfaRemoveBackupPhoneDetails (line 5388) | EventDetailsTfaRemoveBackupPhoneDetails = "tfa_r... constant EventDetailsTfaRemoveSecurityKeyDetails (line 5389) | EventDetailsTfaRemoveSecurityKeyDetails = "tfa_r... constant EventDetailsTfaResetDetails (line 5390) | EventDetailsTfaResetDetails = "tfa_r... constant EventDetailsChangedEnterpriseAdminRoleDetails (line 5391) | EventDetailsChangedEnterpriseAdminRoleDetails = "chang... constant EventDetailsChangedEnterpriseConnectedTeamStatusDetails (line 5392) | EventDetailsChangedEnterpriseConnectedTeamStatusDetails = "chang... constant EventDetailsEndedEnterpriseAdminSessionDetails (line 5393) | EventDetailsEndedEnterpriseAdminSessionDetails = "ended... constant EventDetailsEndedEnterpriseAdminSessionDeprecatedDetails (line 5394) | EventDetailsEndedEnterpriseAdminSessionDeprecatedDetails = "ended... constant EventDetailsEnterpriseSettingsLockingDetails (line 5395) | EventDetailsEnterpriseSettingsLockingDetails = "enter... constant EventDetailsGuestAdminChangeStatusDetails (line 5396) | EventDetailsGuestAdminChangeStatusDetails = "guest... constant EventDetailsStartedEnterpriseAdminSessionDetails (line 5397) | EventDetailsStartedEnterpriseAdminSessionDetails = "start... constant EventDetailsTeamMergeRequestAcceptedDetails (line 5398) | EventDetailsTeamMergeRequestAcceptedDetails = "team_... constant EventDetailsTeamMergeRequestAcceptedShownToPrimaryTeamDetails (line 5399) | EventDetailsTeamMergeRequestAcceptedShownToPrimaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestAcceptedShownToSecondaryTeamDetails (line 5400) | EventDetailsTeamMergeRequestAcceptedShownToSecondaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestAutoCanceledDetails (line 5401) | EventDetailsTeamMergeRequestAutoCanceledDetails = "team_... constant EventDetailsTeamMergeRequestCanceledDetails (line 5402) | EventDetailsTeamMergeRequestCanceledDetails = "team_... constant EventDetailsTeamMergeRequestCanceledShownToPrimaryTeamDetails (line 5403) | EventDetailsTeamMergeRequestCanceledShownToPrimaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestCanceledShownToSecondaryTeamDetails (line 5404) | EventDetailsTeamMergeRequestCanceledShownToSecondaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestExpiredDetails (line 5405) | EventDetailsTeamMergeRequestExpiredDetails = "team_... constant EventDetailsTeamMergeRequestExpiredShownToPrimaryTeamDetails (line 5406) | EventDetailsTeamMergeRequestExpiredShownToPrimaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestExpiredShownToSecondaryTeamDetails (line 5407) | EventDetailsTeamMergeRequestExpiredShownToSecondaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestRejectedShownToPrimaryTeamDetails (line 5408) | EventDetailsTeamMergeRequestRejectedShownToPrimaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestRejectedShownToSecondaryTeamDetails (line 5409) | EventDetailsTeamMergeRequestRejectedShownToSecondaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestReminderDetails (line 5410) | EventDetailsTeamMergeRequestReminderDetails = "team_... constant EventDetailsTeamMergeRequestReminderShownToPrimaryTeamDetails (line 5411) | EventDetailsTeamMergeRequestReminderShownToPrimaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestReminderShownToSecondaryTeamDetails (line 5412) | EventDetailsTeamMergeRequestReminderShownToSecondaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestRevokedDetails (line 5413) | EventDetailsTeamMergeRequestRevokedDetails = "team_... constant EventDetailsTeamMergeRequestSentShownToPrimaryTeamDetails (line 5414) | EventDetailsTeamMergeRequestSentShownToPrimaryTeamDetails = "team_... constant EventDetailsTeamMergeRequestSentShownToSecondaryTeamDetails (line 5415) | EventDetailsTeamMergeRequestSentShownToSecondaryTeamDetails = "team_... constant EventDetailsMissingDetails (line 5416) | EventDetailsMissingDetails = "missi... constant EventDetailsOther (line 5417) | EventDetailsOther = "other" type EventType (line 7857) | type EventType struct method UnmarshalJSON (line 9600) | func (u *EventType) UnmarshalJSON(body []byte) error { constant EventTypeAdminAlertingAlertStateChanged (line 9113) | EventTypeAdminAlertingAlertStateChanged = "admin_alerting_... constant EventTypeAdminAlertingChangedAlertConfig (line 9114) | EventTypeAdminAlertingChangedAlertConfig = "admin_alerting_... constant EventTypeAdminAlertingTriggeredAlert (line 9115) | EventTypeAdminAlertingTriggeredAlert = "admin_alerting_... constant EventTypeAppBlockedByPermissions (line 9116) | EventTypeAppBlockedByPermissions = "app_blocked_by_... constant EventTypeAppLinkTeam (line 9117) | EventTypeAppLinkTeam = "app_link_team" constant EventTypeAppLinkUser (line 9118) | EventTypeAppLinkUser = "app_link_user" constant EventTypeAppUnlinkTeam (line 9119) | EventTypeAppUnlinkTeam = "app_unlink_team" constant EventTypeAppUnlinkUser (line 9120) | EventTypeAppUnlinkUser = "app_unlink_user" constant EventTypeIntegrationConnected (line 9121) | EventTypeIntegrationConnected = "integration_con... constant EventTypeIntegrationDisconnected (line 9122) | EventTypeIntegrationDisconnected = "integration_dis... constant EventTypeFileAddComment (line 9123) | EventTypeFileAddComment = "file_add_comment" constant EventTypeFileChangeCommentSubscription (line 9124) | EventTypeFileChangeCommentSubscription = "file_change_com... constant EventTypeFileDeleteComment (line 9125) | EventTypeFileDeleteComment = "file_delete_com... constant EventTypeFileEditComment (line 9126) | EventTypeFileEditComment = "file_edit_comment" constant EventTypeFileLikeComment (line 9127) | EventTypeFileLikeComment = "file_like_comment" constant EventTypeFileResolveComment (line 9128) | EventTypeFileResolveComment = "file_resolve_co... constant EventTypeFileUnlikeComment (line 9129) | EventTypeFileUnlikeComment = "file_unlike_com... constant EventTypeFileUnresolveComment (line 9130) | EventTypeFileUnresolveComment = "file_unresolve_... constant EventTypeGovernancePolicyAddFolders (line 9131) | EventTypeGovernancePolicyAddFolders = "governance_poli... constant EventTypeGovernancePolicyAddFolderFailed (line 9132) | EventTypeGovernancePolicyAddFolderFailed = "governance_poli... constant EventTypeGovernancePolicyContentDisposed (line 9133) | EventTypeGovernancePolicyContentDisposed = "governance_poli... constant EventTypeGovernancePolicyCreate (line 9134) | EventTypeGovernancePolicyCreate = "governance_poli... constant EventTypeGovernancePolicyDelete (line 9135) | EventTypeGovernancePolicyDelete = "governance_poli... constant EventTypeGovernancePolicyEditDetails (line 9136) | EventTypeGovernancePolicyEditDetails = "governance_poli... constant EventTypeGovernancePolicyEditDuration (line 9137) | EventTypeGovernancePolicyEditDuration = "governance_poli... constant EventTypeGovernancePolicyExportCreated (line 9138) | EventTypeGovernancePolicyExportCreated = "governance_poli... constant EventTypeGovernancePolicyExportRemoved (line 9139) | EventTypeGovernancePolicyExportRemoved = "governance_poli... constant EventTypeGovernancePolicyRemoveFolders (line 9140) | EventTypeGovernancePolicyRemoveFolders = "governance_poli... constant EventTypeGovernancePolicyReportCreated (line 9141) | EventTypeGovernancePolicyReportCreated = "governance_poli... constant EventTypeGovernancePolicyZipPartDownloaded (line 9142) | EventTypeGovernancePolicyZipPartDownloaded = "governance_poli... constant EventTypeLegalHoldsActivateAHold (line 9143) | EventTypeLegalHoldsActivateAHold = "legal_holds_act... constant EventTypeLegalHoldsAddMembers (line 9144) | EventTypeLegalHoldsAddMembers = "legal_holds_add... constant EventTypeLegalHoldsChangeHoldDetails (line 9145) | EventTypeLegalHoldsChangeHoldDetails = "legal_holds_cha... constant EventTypeLegalHoldsChangeHoldName (line 9146) | EventTypeLegalHoldsChangeHoldName = "legal_holds_cha... constant EventTypeLegalHoldsExportAHold (line 9147) | EventTypeLegalHoldsExportAHold = "legal_holds_exp... constant EventTypeLegalHoldsExportCancelled (line 9148) | EventTypeLegalHoldsExportCancelled = "legal_holds_exp... constant EventTypeLegalHoldsExportDownloaded (line 9149) | EventTypeLegalHoldsExportDownloaded = "legal_holds_exp... constant EventTypeLegalHoldsExportRemoved (line 9150) | EventTypeLegalHoldsExportRemoved = "legal_holds_exp... constant EventTypeLegalHoldsReleaseAHold (line 9151) | EventTypeLegalHoldsReleaseAHold = "legal_holds_rel... constant EventTypeLegalHoldsRemoveMembers (line 9152) | EventTypeLegalHoldsRemoveMembers = "legal_holds_rem... constant EventTypeLegalHoldsReportAHold (line 9153) | EventTypeLegalHoldsReportAHold = "legal_holds_rep... constant EventTypeDeviceChangeIpDesktop (line 9154) | EventTypeDeviceChangeIpDesktop = "device_change_i... constant EventTypeDeviceChangeIpMobile (line 9155) | EventTypeDeviceChangeIpMobile = "device_change_i... constant EventTypeDeviceChangeIpWeb (line 9156) | EventTypeDeviceChangeIpWeb = "device_change_i... constant EventTypeDeviceDeleteOnUnlinkFail (line 9157) | EventTypeDeviceDeleteOnUnlinkFail = "device_delete_o... constant EventTypeDeviceDeleteOnUnlinkSuccess (line 9158) | EventTypeDeviceDeleteOnUnlinkSuccess = "device_delete_o... constant EventTypeDeviceLinkFail (line 9159) | EventTypeDeviceLinkFail = "device_link_fail" constant EventTypeDeviceLinkSuccess (line 9160) | EventTypeDeviceLinkSuccess = "device_link_suc... constant EventTypeDeviceManagementDisabled (line 9161) | EventTypeDeviceManagementDisabled = "device_manageme... constant EventTypeDeviceManagementEnabled (line 9162) | EventTypeDeviceManagementEnabled = "device_manageme... constant EventTypeDeviceSyncBackupStatusChanged (line 9163) | EventTypeDeviceSyncBackupStatusChanged = "device_sync_bac... constant EventTypeDeviceUnlink (line 9164) | EventTypeDeviceUnlink = "device_unlink" constant EventTypeDropboxPasswordsExported (line 9165) | EventTypeDropboxPasswordsExported = "dropbox_passwor... constant EventTypeDropboxPasswordsNewDeviceEnrolled (line 9166) | EventTypeDropboxPasswordsNewDeviceEnrolled = "dropbox_passwor... constant EventTypeEmmRefreshAuthToken (line 9167) | EventTypeEmmRefreshAuthToken = "emm_refresh_aut... constant EventTypeExternalDriveBackupEligibilityStatusChecked (line 9168) | EventTypeExternalDriveBackupEligibilityStatusChecked = "external_drive_... constant EventTypeExternalDriveBackupStatusChanged (line 9169) | EventTypeExternalDriveBackupStatusChanged = "external_drive_... constant EventTypeAccountCaptureChangeAvailability (line 9170) | EventTypeAccountCaptureChangeAvailability = "account_capture... constant EventTypeAccountCaptureMigrateAccount (line 9171) | EventTypeAccountCaptureMigrateAccount = "account_capture... constant EventTypeAccountCaptureNotificationEmailsSent (line 9172) | EventTypeAccountCaptureNotificationEmailsSent = "account_capture... constant EventTypeAccountCaptureRelinquishAccount (line 9173) | EventTypeAccountCaptureRelinquishAccount = "account_capture... constant EventTypeDisabledDomainInvites (line 9174) | EventTypeDisabledDomainInvites = "disabled_domain... constant EventTypeDomainInvitesApproveRequestToJoinTeam (line 9175) | EventTypeDomainInvitesApproveRequestToJoinTeam = "domain_invites_... constant EventTypeDomainInvitesDeclineRequestToJoinTeam (line 9176) | EventTypeDomainInvitesDeclineRequestToJoinTeam = "domain_invites_... constant EventTypeDomainInvitesEmailExistingUsers (line 9177) | EventTypeDomainInvitesEmailExistingUsers = "domain_invites_... constant EventTypeDomainInvitesRequestToJoinTeam (line 9178) | EventTypeDomainInvitesRequestToJoinTeam = "domain_invites_... constant EventTypeDomainInvitesSetInviteNewUserPrefToNo (line 9179) | EventTypeDomainInvitesSetInviteNewUserPrefToNo = "domain_invites_... constant EventTypeDomainInvitesSetInviteNewUserPrefToYes (line 9180) | EventTypeDomainInvitesSetInviteNewUserPrefToYes = "domain_invites_... constant EventTypeDomainVerificationAddDomainFail (line 9181) | EventTypeDomainVerificationAddDomainFail = "domain_verifica... constant EventTypeDomainVerificationAddDomainSuccess (line 9182) | EventTypeDomainVerificationAddDomainSuccess = "domain_verifica... constant EventTypeDomainVerificationRemoveDomain (line 9183) | EventTypeDomainVerificationRemoveDomain = "domain_verifica... constant EventTypeEnabledDomainInvites (line 9184) | EventTypeEnabledDomainInvites = "enabled_domain_... constant EventTypeApplyNamingConvention (line 9185) | EventTypeApplyNamingConvention = "apply_naming_co... constant EventTypeCreateFolder (line 9186) | EventTypeCreateFolder = "create_folder" constant EventTypeFileAdd (line 9187) | EventTypeFileAdd = "file_add" constant EventTypeFileCopy (line 9188) | EventTypeFileCopy = "file_copy" constant EventTypeFileDelete (line 9189) | EventTypeFileDelete = "file_delete" constant EventTypeFileDownload (line 9190) | EventTypeFileDownload = "file_download" constant EventTypeFileEdit (line 9191) | EventTypeFileEdit = "file_edit" constant EventTypeFileGetCopyReference (line 9192) | EventTypeFileGetCopyReference = "file_get_copy_r... constant EventTypeFileLockingLockStatusChanged (line 9193) | EventTypeFileLockingLockStatusChanged = "file_locking_lo... constant EventTypeFileMove (line 9194) | EventTypeFileMove = "file_move" constant EventTypeFilePermanentlyDelete (line 9195) | EventTypeFilePermanentlyDelete = "file_permanentl... constant EventTypeFilePreview (line 9196) | EventTypeFilePreview = "file_preview" constant EventTypeFileRename (line 9197) | EventTypeFileRename = "file_rename" constant EventTypeFileRestore (line 9198) | EventTypeFileRestore = "file_restore" constant EventTypeFileRevert (line 9199) | EventTypeFileRevert = "file_revert" constant EventTypeFileRollbackChanges (line 9200) | EventTypeFileRollbackChanges = "file_rollback_c... constant EventTypeFileSaveCopyReference (line 9201) | EventTypeFileSaveCopyReference = "file_save_copy_... constant EventTypeFolderOverviewDescriptionChanged (line 9202) | EventTypeFolderOverviewDescriptionChanged = "folder_overview... constant EventTypeFolderOverviewItemPinned (line 9203) | EventTypeFolderOverviewItemPinned = "folder_overview... constant EventTypeFolderOverviewItemUnpinned (line 9204) | EventTypeFolderOverviewItemUnpinned = "folder_overview... constant EventTypeObjectLabelAdded (line 9205) | EventTypeObjectLabelAdded = "object_label_ad... constant EventTypeObjectLabelRemoved (line 9206) | EventTypeObjectLabelRemoved = "object_label_re... constant EventTypeObjectLabelUpdatedValue (line 9207) | EventTypeObjectLabelUpdatedValue = "object_label_up... constant EventTypeOrganizeFolderWithTidy (line 9208) | EventTypeOrganizeFolderWithTidy = "organize_folder... constant EventTypeRewindFolder (line 9209) | EventTypeRewindFolder = "rewind_folder" constant EventTypeUndoNamingConvention (line 9210) | EventTypeUndoNamingConvention = "undo_naming_con... constant EventTypeUndoOrganizeFolderWithTidy (line 9211) | EventTypeUndoOrganizeFolderWithTidy = "undo_organize_f... constant EventTypeUserTagsAdded (line 9212) | EventTypeUserTagsAdded = "user_tags_added" constant EventTypeUserTagsRemoved (line 9213) | EventTypeUserTagsRemoved = "user_tags_removed" constant EventTypeEmailIngestReceiveFile (line 9214) | EventTypeEmailIngestReceiveFile = "email_ingest_re... constant EventTypeFileRequestChange (line 9215) | EventTypeFileRequestChange = "file_request_ch... constant EventTypeFileRequestClose (line 9216) | EventTypeFileRequestClose = "file_request_cl... constant EventTypeFileRequestCreate (line 9217) | EventTypeFileRequestCreate = "file_request_cr... constant EventTypeFileRequestDelete (line 9218) | EventTypeFileRequestDelete = "file_request_de... constant EventTypeFileRequestReceiveFile (line 9219) | EventTypeFileRequestReceiveFile = "file_request_re... constant EventTypeGroupAddExternalId (line 9220) | EventTypeGroupAddExternalId = "group_add_exter... constant EventTypeGroupAddMember (line 9221) | EventTypeGroupAddMember = "group_add_member" constant EventTypeGroupChangeExternalId (line 9222) | EventTypeGroupChangeExternalId = "group_change_ex... constant EventTypeGroupChangeManagementType (line 9223) | EventTypeGroupChangeManagementType = "group_change_ma... constant EventTypeGroupChangeMemberRole (line 9224) | EventTypeGroupChangeMemberRole = "group_change_me... constant EventTypeGroupCreate (line 9225) | EventTypeGroupCreate = "group_create" constant EventTypeGroupDelete (line 9226) | EventTypeGroupDelete = "group_delete" constant EventTypeGroupDescriptionUpdated (line 9227) | EventTypeGroupDescriptionUpdated = "group_descripti... constant EventTypeGroupJoinPolicyUpdated (line 9228) | EventTypeGroupJoinPolicyUpdated = "group_join_poli... constant EventTypeGroupMoved (line 9229) | EventTypeGroupMoved = "group_moved" constant EventTypeGroupRemoveExternalId (line 9230) | EventTypeGroupRemoveExternalId = "group_remove_ex... constant EventTypeGroupRemoveMember (line 9231) | EventTypeGroupRemoveMember = "group_remove_me... constant EventTypeGroupRename (line 9232) | EventTypeGroupRename = "group_rename" constant EventTypeAccountLockOrUnlocked (line 9233) | EventTypeAccountLockOrUnlocked = "account_lock_or... constant EventTypeEmmError (line 9234) | EventTypeEmmError = "emm_error" constant EventTypeGuestAdminSignedInViaTrustedTeams (line 9235) | EventTypeGuestAdminSignedInViaTrustedTeams = "guest_admin_sig... constant EventTypeGuestAdminSignedOutViaTrustedTeams (line 9236) | EventTypeGuestAdminSignedOutViaTrustedTeams = "guest_admin_sig... constant EventTypeLoginFail (line 9237) | EventTypeLoginFail = "login_fail" constant EventTypeLoginSuccess (line 9238) | EventTypeLoginSuccess = "login_success" constant EventTypeLogout (line 9239) | EventTypeLogout = "logout" constant EventTypeResellerSupportSessionEnd (line 9240) | EventTypeResellerSupportSessionEnd = "reseller_suppor... constant EventTypeResellerSupportSessionStart (line 9241) | EventTypeResellerSupportSessionStart = "reseller_suppor... constant EventTypeSignInAsSessionEnd (line 9242) | EventTypeSignInAsSessionEnd = "sign_in_as_sess... constant EventTypeSignInAsSessionStart (line 9243) | EventTypeSignInAsSessionStart = "sign_in_as_sess... constant EventTypeSsoError (line 9244) | EventTypeSsoError = "sso_error" constant EventTypeCreateTeamInviteLink (line 9245) | EventTypeCreateTeamInviteLink = "create_team_inv... constant EventTypeDeleteTeamInviteLink (line 9246) | EventTypeDeleteTeamInviteLink = "delete_team_inv... constant EventTypeMemberAddExternalId (line 9247) | EventTypeMemberAddExternalId = "member_add_exte... constant EventTypeMemberAddName (line 9248) | EventTypeMemberAddName = "member_add_name" constant EventTypeMemberChangeAdminRole (line 9249) | EventTypeMemberChangeAdminRole = "member_change_a... constant EventTypeMemberChangeEmail (line 9250) | EventTypeMemberChangeEmail = "member_change_e... constant EventTypeMemberChangeExternalId (line 9251) | EventTypeMemberChangeExternalId = "member_change_e... constant EventTypeMemberChangeMembershipType (line 9252) | EventTypeMemberChangeMembershipType = "member_change_m... constant EventTypeMemberChangeName (line 9253) | EventTypeMemberChangeName = "member_change_n... constant EventTypeMemberChangeResellerRole (line 9254) | EventTypeMemberChangeResellerRole = "member_change_r... constant EventTypeMemberChangeStatus (line 9255) | EventTypeMemberChangeStatus = "member_change_s... constant EventTypeMemberDeleteManualContacts (line 9256) | EventTypeMemberDeleteManualContacts = "member_delete_m... constant EventTypeMemberDeleteProfilePhoto (line 9257) | EventTypeMemberDeleteProfilePhoto = "member_delete_p... constant EventTypeMemberPermanentlyDeleteAccountContents (line 9258) | EventTypeMemberPermanentlyDeleteAccountContents = "member_permanen... constant EventTypeMemberRemoveExternalId (line 9259) | EventTypeMemberRemoveExternalId = "member_remove_e... constant EventTypeMemberSetProfilePhoto (line 9260) | EventTypeMemberSetProfilePhoto = "member_set_prof... constant EventTypeMemberSpaceLimitsAddCustomQuota (line 9261) | EventTypeMemberSpaceLimitsAddCustomQuota = "member_space_li... constant EventTypeMemberSpaceLimitsChangeCustomQuota (line 9262) | EventTypeMemberSpaceLimitsChangeCustomQuota = "member_space_li... constant EventTypeMemberSpaceLimitsChangeStatus (line 9263) | EventTypeMemberSpaceLimitsChangeStatus = "member_space_li... constant EventTypeMemberSpaceLimitsRemoveCustomQuota (line 9264) | EventTypeMemberSpaceLimitsRemoveCustomQuota = "member_space_li... constant EventTypeMemberSuggest (line 9265) | EventTypeMemberSuggest = "member_suggest" constant EventTypeMemberTransferAccountContents (line 9266) | EventTypeMemberTransferAccountContents = "member_transfer... constant EventTypePendingSecondaryEmailAdded (line 9267) | EventTypePendingSecondaryEmailAdded = "pending_seconda... constant EventTypeSecondaryEmailDeleted (line 9268) | EventTypeSecondaryEmailDeleted = "secondary_email... constant EventTypeSecondaryEmailVerified (line 9269) | EventTypeSecondaryEmailVerified = "secondary_email... constant EventTypeSecondaryMailsPolicyChanged (line 9270) | EventTypeSecondaryMailsPolicyChanged = "secondary_mails... constant EventTypeBinderAddPage (line 9271) | EventTypeBinderAddPage = "binder_add_page" constant EventTypeBinderAddSection (line 9272) | EventTypeBinderAddSection = "binder_add_sect... constant EventTypeBinderRemovePage (line 9273) | EventTypeBinderRemovePage = "binder_remove_p... constant EventTypeBinderRemoveSection (line 9274) | EventTypeBinderRemoveSection = "binder_remove_s... constant EventTypeBinderRenamePage (line 9275) | EventTypeBinderRenamePage = "binder_rename_p... constant EventTypeBinderRenameSection (line 9276) | EventTypeBinderRenameSection = "binder_rename_s... constant EventTypeBinderReorderPage (line 9277) | EventTypeBinderReorderPage = "binder_reorder_... constant EventTypeBinderReorderSection (line 9278) | EventTypeBinderReorderSection = "binder_reorder_... constant EventTypePaperContentAddMember (line 9279) | EventTypePaperContentAddMember = "paper_content_a... constant EventTypePaperContentAddToFolder (line 9280) | EventTypePaperContentAddToFolder = "paper_content_a... constant EventTypePaperContentArchive (line 9281) | EventTypePaperContentArchive = "paper_content_a... constant EventTypePaperContentCreate (line 9282) | EventTypePaperContentCreate = "paper_content_c... constant EventTypePaperContentPermanentlyDelete (line 9283) | EventTypePaperContentPermanentlyDelete = "paper_content_p... constant EventTypePaperContentRemoveFromFolder (line 9284) | EventTypePaperContentRemoveFromFolder = "paper_content_r... constant EventTypePaperContentRemoveMember (line 9285) | EventTypePaperContentRemoveMember = "paper_content_r... constant EventTypePaperContentRename (line 9286) | EventTypePaperContentRename = "paper_content_r... constant EventTypePaperContentRestore (line 9287) | EventTypePaperContentRestore = "paper_content_r... constant EventTypePaperDocAddComment (line 9288) | EventTypePaperDocAddComment = "paper_doc_add_c... constant EventTypePaperDocChangeMemberRole (line 9289) | EventTypePaperDocChangeMemberRole = "paper_doc_chang... constant EventTypePaperDocChangeSharingPolicy (line 9290) | EventTypePaperDocChangeSharingPolicy = "paper_doc_chang... constant EventTypePaperDocChangeSubscription (line 9291) | EventTypePaperDocChangeSubscription = "paper_doc_chang... constant EventTypePaperDocDeleted (line 9292) | EventTypePaperDocDeleted = "paper_doc_deleted" constant EventTypePaperDocDeleteComment (line 9293) | EventTypePaperDocDeleteComment = "paper_doc_delet... constant EventTypePaperDocDownload (line 9294) | EventTypePaperDocDownload = "paper_doc_downl... constant EventTypePaperDocEdit (line 9295) | EventTypePaperDocEdit = "paper_doc_edit" constant EventTypePaperDocEditComment (line 9296) | EventTypePaperDocEditComment = "paper_doc_edit_... constant EventTypePaperDocFollowed (line 9297) | EventTypePaperDocFollowed = "paper_doc_follo... constant EventTypePaperDocMention (line 9298) | EventTypePaperDocMention = "paper_doc_mention" constant EventTypePaperDocOwnershipChanged (line 9299) | EventTypePaperDocOwnershipChanged = "paper_doc_owner... constant EventTypePaperDocRequestAccess (line 9300) | EventTypePaperDocRequestAccess = "paper_doc_reque... constant EventTypePaperDocResolveComment (line 9301) | EventTypePaperDocResolveComment = "paper_doc_resol... constant EventTypePaperDocRevert (line 9302) | EventTypePaperDocRevert = "paper_doc_revert" constant EventTypePaperDocSlackShare (line 9303) | EventTypePaperDocSlackShare = "paper_doc_slack... constant EventTypePaperDocTeamInvite (line 9304) | EventTypePaperDocTeamInvite = "paper_doc_team_... constant EventTypePaperDocTrashed (line 9305) | EventTypePaperDocTrashed = "paper_doc_trashed" constant EventTypePaperDocUnresolveComment (line 9306) | EventTypePaperDocUnresolveComment = "paper_doc_unres... constant EventTypePaperDocUntrashed (line 9307) | EventTypePaperDocUntrashed = "paper_doc_untra... constant EventTypePaperDocView (line 9308) | EventTypePaperDocView = "paper_doc_view" constant EventTypePaperExternalViewAllow (line 9309) | EventTypePaperExternalViewAllow = "paper_external_... constant EventTypePaperExternalViewDefaultTeam (line 9310) | EventTypePaperExternalViewDefaultTeam = "paper_external_... constant EventTypePaperExternalViewForbid (line 9311) | EventTypePaperExternalViewForbid = "paper_external_... constant EventTypePaperFolderChangeSubscription (line 9312) | EventTypePaperFolderChangeSubscription = "paper_folder_ch... constant EventTypePaperFolderDeleted (line 9313) | EventTypePaperFolderDeleted = "paper_folder_de... constant EventTypePaperFolderFollowed (line 9314) | EventTypePaperFolderFollowed = "paper_folder_fo... constant EventTypePaperFolderTeamInvite (line 9315) | EventTypePaperFolderTeamInvite = "paper_folder_te... constant EventTypePaperPublishedLinkChangePermission (line 9316) | EventTypePaperPublishedLinkChangePermission = "paper_published... constant EventTypePaperPublishedLinkCreate (line 9317) | EventTypePaperPublishedLinkCreate = "paper_published... constant EventTypePaperPublishedLinkDisabled (line 9318) | EventTypePaperPublishedLinkDisabled = "paper_published... constant EventTypePaperPublishedLinkView (line 9319) | EventTypePaperPublishedLinkView = "paper_published... constant EventTypePasswordChange (line 9320) | EventTypePasswordChange = "password_change" constant EventTypePasswordReset (line 9321) | EventTypePasswordReset = "password_reset" constant EventTypePasswordResetAll (line 9322) | EventTypePasswordResetAll = "password_reset_... constant EventTypeClassificationCreateReport (line 9323) | EventTypeClassificationCreateReport = "classification_... constant EventTypeClassificationCreateReportFail (line 9324) | EventTypeClassificationCreateReportFail = "classification_... constant EventTypeEmmCreateExceptionsReport (line 9325) | EventTypeEmmCreateExceptionsReport = "emm_create_exce... constant EventTypeEmmCreateUsageReport (line 9326) | EventTypeEmmCreateUsageReport = "emm_create_usag... constant EventTypeExportMembersReport (line 9327) | EventTypeExportMembersReport = "export_members_... constant EventTypeExportMembersReportFail (line 9328) | EventTypeExportMembersReportFail = "export_members_... constant EventTypeExternalSharingCreateReport (line 9329) | EventTypeExternalSharingCreateReport = "external_sharin... constant EventTypeExternalSharingReportFailed (line 9330) | EventTypeExternalSharingReportFailed = "external_sharin... constant EventTypeNoExpirationLinkGenCreateReport (line 9331) | EventTypeNoExpirationLinkGenCreateReport = "no_expiration_l... constant EventTypeNoExpirationLinkGenReportFailed (line 9332) | EventTypeNoExpirationLinkGenReportFailed = "no_expiration_l... constant EventTypeNoPasswordLinkGenCreateReport (line 9333) | EventTypeNoPasswordLinkGenCreateReport = "no_password_lin... constant EventTypeNoPasswordLinkGenReportFailed (line 9334) | EventTypeNoPasswordLinkGenReportFailed = "no_password_lin... constant EventTypeNoPasswordLinkViewCreateReport (line 9335) | EventTypeNoPasswordLinkViewCreateReport = "no_password_lin... constant EventTypeNoPasswordLinkViewReportFailed (line 9336) | EventTypeNoPasswordLinkViewReportFailed = "no_password_lin... constant EventTypeOutdatedLinkViewCreateReport (line 9337) | EventTypeOutdatedLinkViewCreateReport = "outdated_link_v... constant EventTypeOutdatedLinkViewReportFailed (line 9338) | EventTypeOutdatedLinkViewReportFailed = "outdated_link_v... constant EventTypePaperAdminExportStart (line 9339) | EventTypePaperAdminExportStart = "paper_admin_exp... constant EventTypeSmartSyncCreateAdminPrivilegeReport (line 9340) | EventTypeSmartSyncCreateAdminPrivilegeReport = "smart_sync_crea... constant EventTypeTeamActivityCreateReport (line 9341) | EventTypeTeamActivityCreateReport = "team_activity_c... constant EventTypeTeamActivityCreateReportFail (line 9342) | EventTypeTeamActivityCreateReportFail = "team_activity_c... constant EventTypeCollectionShare (line 9343) | EventTypeCollectionShare = "collection_share" constant EventTypeFileTransfersFileAdd (line 9344) | EventTypeFileTransfersFileAdd = "file_transfers_... constant EventTypeFileTransfersTransferDelete (line 9345) | EventTypeFileTransfersTransferDelete = "file_transfers_... constant EventTypeFileTransfersTransferDownload (line 9346) | EventTypeFileTransfersTransferDownload = "file_transfers_... constant EventTypeFileTransfersTransferSend (line 9347) | EventTypeFileTransfersTransferSend = "file_transfers_... constant EventTypeFileTransfersTransferView (line 9348) | EventTypeFileTransfersTransferView = "file_transfers_... constant EventTypeNoteAclInviteOnly (line 9349) | EventTypeNoteAclInviteOnly = "note_acl_invite... constant EventTypeNoteAclLink (line 9350) | EventTypeNoteAclLink = "note_acl_link" constant EventTypeNoteAclTeamLink (line 9351) | EventTypeNoteAclTeamLink = "note_acl_team_l... constant EventTypeNoteShared (line 9352) | EventTypeNoteShared = "note_shared" constant EventTypeNoteShareReceive (line 9353) | EventTypeNoteShareReceive = "note_share_rece... constant EventTypeOpenNoteShared (line 9354) | EventTypeOpenNoteShared = "open_note_shared" constant EventTypeSfAddGroup (line 9355) | EventTypeSfAddGroup = "sf_add_group" constant EventTypeSfAllowNonMembersToViewSharedLinks (line 9356) | EventTypeSfAllowNonMembersToViewSharedLinks = "sf_allow_non_me... constant EventTypeSfExternalInviteWarn (line 9357) | EventTypeSfExternalInviteWarn = "sf_external_inv... constant EventTypeSfFbInvite (line 9358) | EventTypeSfFbInvite = "sf_fb_invite" constant EventTypeSfFbInviteChangeRole (line 9359) | EventTypeSfFbInviteChangeRole = "sf_fb_invite_ch... constant EventTypeSfFbUninvite (line 9360) | EventTypeSfFbUninvite = "sf_fb_uninvite" constant EventTypeSfInviteGroup (line 9361) | EventTypeSfInviteGroup = "sf_invite_group" constant EventTypeSfTeamGrantAccess (line 9362) | EventTypeSfTeamGrantAccess = "sf_team_grant_a... constant EventTypeSfTeamInvite (line 9363) | EventTypeSfTeamInvite = "sf_team_invite" constant EventTypeSfTeamInviteChangeRole (line 9364) | EventTypeSfTeamInviteChangeRole = "sf_team_invite_... constant EventTypeSfTeamJoin (line 9365) | EventTypeSfTeamJoin = "sf_team_join" constant EventTypeSfTeamJoinFromOobLink (line 9366) | EventTypeSfTeamJoinFromOobLink = "sf_team_join_fr... constant EventTypeSfTeamUninvite (line 9367) | EventTypeSfTeamUninvite = "sf_team_uninvite" constant EventTypeSharedContentAddInvitees (line 9368) | EventTypeSharedContentAddInvitees = "shared_content_... constant EventTypeSharedContentAddLinkExpiry (line 9369) | EventTypeSharedContentAddLinkExpiry = "shared_content_... constant EventTypeSharedContentAddLinkPassword (line 9370) | EventTypeSharedContentAddLinkPassword = "shared_content_... constant EventTypeSharedContentAddMember (line 9371) | EventTypeSharedContentAddMember = "shared_content_... constant EventTypeSharedContentChangeDownloadsPolicy (line 9372) | EventTypeSharedContentChangeDownloadsPolicy = "shared_content_... constant EventTypeSharedContentChangeInviteeRole (line 9373) | EventTypeSharedContentChangeInviteeRole = "shared_content_... constant EventTypeSharedContentChangeLinkAudience (line 9374) | EventTypeSharedContentChangeLinkAudience = "shared_content_... constant EventTypeSharedContentChangeLinkExpiry (line 9375) | EventTypeSharedContentChangeLinkExpiry = "shared_content_... constant EventTypeSharedContentChangeLinkPassword (line 9376) | EventTypeSharedContentChangeLinkPassword = "shared_content_... constant EventTypeSharedContentChangeMemberRole (line 9377) | EventTypeSharedContentChangeMemberRole = "shared_content_... constant EventTypeSharedContentChangeViewerInfoPolicy (line 9378) | EventTypeSharedContentChangeViewerInfoPolicy = "shared_content_... constant EventTypeSharedContentClaimInvitation (line 9379) | EventTypeSharedContentClaimInvitation = "shared_content_... constant EventTypeSharedContentCopy (line 9380) | EventTypeSharedContentCopy = "shared_content_... constant EventTypeSharedContentDownload (line 9381) | EventTypeSharedContentDownload = "shared_content_... constant EventTypeSharedContentRelinquishMembership (line 9382) | EventTypeSharedContentRelinquishMembership = "shared_content_... constant EventTypeSharedContentRemoveInvitees (line 9383) | EventTypeSharedContentRemoveInvitees = "shared_content_... constant EventTypeSharedContentRemoveLinkExpiry (line 9384) | EventTypeSharedContentRemoveLinkExpiry = "shared_content_... constant EventTypeSharedContentRemoveLinkPassword (line 9385) | EventTypeSharedContentRemoveLinkPassword = "shared_content_... constant EventTypeSharedContentRemoveMember (line 9386) | EventTypeSharedContentRemoveMember = "shared_content_... constant EventTypeSharedContentRequestAccess (line 9387) | EventTypeSharedContentRequestAccess = "shared_content_... constant EventTypeSharedContentRestoreInvitees (line 9388) | EventTypeSharedContentRestoreInvitees = "shared_content_... constant EventTypeSharedContentRestoreMember (line 9389) | EventTypeSharedContentRestoreMember = "shared_content_... constant EventTypeSharedContentUnshare (line 9390) | EventTypeSharedContentUnshare = "shared_content_... constant EventTypeSharedContentView (line 9391) | EventTypeSharedContentView = "shared_content_... constant EventTypeSharedFolderChangeLinkPolicy (line 9392) | EventTypeSharedFolderChangeLinkPolicy = "shared_folder_c... constant EventTypeSharedFolderChangeMembersInheritancePolicy (line 9393) | EventTypeSharedFolderChangeMembersInheritancePolicy = "shared_folder_c... constant EventTypeSharedFolderChangeMembersManagementPolicy (line 9394) | EventTypeSharedFolderChangeMembersManagementPolicy = "shared_folder_c... constant EventTypeSharedFolderChangeMembersPolicy (line 9395) | EventTypeSharedFolderChangeMembersPolicy = "shared_folder_c... constant EventTypeSharedFolderCreate (line 9396) | EventTypeSharedFolderCreate = "shared_folder_c... constant EventTypeSharedFolderDeclineInvitation (line 9397) | EventTypeSharedFolderDeclineInvitation = "shared_folder_d... constant EventTypeSharedFolderMount (line 9398) | EventTypeSharedFolderMount = "shared_folder_m... constant EventTypeSharedFolderNest (line 9399) | EventTypeSharedFolderNest = "shared_folder_n... constant EventTypeSharedFolderTransferOwnership (line 9400) | EventTypeSharedFolderTransferOwnership = "shared_folder_t... constant EventTypeSharedFolderUnmount (line 9401) | EventTypeSharedFolderUnmount = "shared_folder_u... constant EventTypeSharedLinkAddExpiry (line 9402) | EventTypeSharedLinkAddExpiry = "shared_link_add... constant EventTypeSharedLinkChangeExpiry (line 9403) | EventTypeSharedLinkChangeExpiry = "shared_link_cha... constant EventTypeSharedLinkChangeVisibility (line 9404) | EventTypeSharedLinkChangeVisibility = "shared_link_cha... constant EventTypeSharedLinkCopy (line 9405) | EventTypeSharedLinkCopy = "shared_link_copy" constant EventTypeSharedLinkCreate (line 9406) | EventTypeSharedLinkCreate = "shared_link_cre... constant EventTypeSharedLinkDisable (line 9407) | EventTypeSharedLinkDisable = "shared_link_dis... constant EventTypeSharedLinkDownload (line 9408) | EventTypeSharedLinkDownload = "shared_link_dow... constant EventTypeSharedLinkRemoveExpiry (line 9409) | EventTypeSharedLinkRemoveExpiry = "shared_link_rem... constant EventTypeSharedLinkSettingsAddExpiration (line 9410) | EventTypeSharedLinkSettingsAddExpiration = "shared_link_set... constant EventTypeSharedLinkSettingsAddPassword (line 9411) | EventTypeSharedLinkSettingsAddPassword = "shared_link_set... constant EventTypeSharedLinkSettingsAllowDownloadDisabled (line 9412) | EventTypeSharedLinkSettingsAllowDownloadDisabled = "shared_link_set... constant EventTypeSharedLinkSettingsAllowDownloadEnabled (line 9413) | EventTypeSharedLinkSettingsAllowDownloadEnabled = "shared_link_set... constant EventTypeSharedLinkSettingsChangeAudience (line 9414) | EventTypeSharedLinkSettingsChangeAudience = "shared_link_set... constant EventTypeSharedLinkSettingsChangeExpiration (line 9415) | EventTypeSharedLinkSettingsChangeExpiration = "shared_link_set... constant EventTypeSharedLinkSettingsChangePassword (line 9416) | EventTypeSharedLinkSettingsChangePassword = "shared_link_set... constant EventTypeSharedLinkSettingsRemoveExpiration (line 9417) | EventTypeSharedLinkSettingsRemoveExpiration = "shared_link_set... constant EventTypeSharedLinkSettingsRemovePassword (line 9418) | EventTypeSharedLinkSettingsRemovePassword = "shared_link_set... constant EventTypeSharedLinkShare (line 9419) | EventTypeSharedLinkShare = "shared_link_share" constant EventTypeSharedLinkView (line 9420) | EventTypeSharedLinkView = "shared_link_view" constant EventTypeSharedNoteOpened (line 9421) | EventTypeSharedNoteOpened = "shared_note_ope... constant EventTypeShmodelDisableDownloads (line 9422) | EventTypeShmodelDisableDownloads = "shmodel_disable... constant EventTypeShmodelEnableDownloads (line 9423) | EventTypeShmodelEnableDownloads = "shmodel_enable_... constant EventTypeShmodelGroupShare (line 9424) | EventTypeShmodelGroupShare = "shmodel_group_s... constant EventTypeShowcaseAccessGranted (line 9425) | EventTypeShowcaseAccessGranted = "showcase_access... constant EventTypeShowcaseAddMember (line 9426) | EventTypeShowcaseAddMember = "showcase_add_me... constant EventTypeShowcaseArchived (line 9427) | EventTypeShowcaseArchived = "showcase_archived" constant EventTypeShowcaseCreated (line 9428) | EventTypeShowcaseCreated = "showcase_created" constant EventTypeShowcaseDeleteComment (line 9429) | EventTypeShowcaseDeleteComment = "showcase_delete... constant EventTypeShowcaseEdited (line 9430) | EventTypeShowcaseEdited = "showcase_edited" constant EventTypeShowcaseEditComment (line 9431) | EventTypeShowcaseEditComment = "showcase_edit_c... constant EventTypeShowcaseFileAdded (line 9432) | EventTypeShowcaseFileAdded = "showcase_file_a... constant EventTypeShowcaseFileDownload (line 9433) | EventTypeShowcaseFileDownload = "showcase_file_d... constant EventTypeShowcaseFileRemoved (line 9434) | EventTypeShowcaseFileRemoved = "showcase_file_r... constant EventTypeShowcaseFileView (line 9435) | EventTypeShowcaseFileView = "showcase_file_v... constant EventTypeShowcasePermanentlyDeleted (line 9436) | EventTypeShowcasePermanentlyDeleted = "showcase_perman... constant EventTypeShowcasePostComment (line 9437) | EventTypeShowcasePostComment = "showcase_post_c... constant EventTypeShowcaseRemoveMember (line 9438) | EventTypeShowcaseRemoveMember = "showcase_remove... constant EventTypeShowcaseRenamed (line 9439) | EventTypeShowcaseRenamed = "showcase_renamed" constant EventTypeShowcaseRequestAccess (line 9440) | EventTypeShowcaseRequestAccess = "showcase_reques... constant EventTypeShowcaseResolveComment (line 9441) | EventTypeShowcaseResolveComment = "showcase_resolv... constant EventTypeShowcaseRestored (line 9442) | EventTypeShowcaseRestored = "showcase_restored" constant EventTypeShowcaseTrashed (line 9443) | EventTypeShowcaseTrashed = "showcase_trashed" constant EventTypeShowcaseTrashedDeprecated (line 9444) | EventTypeShowcaseTrashedDeprecated = "showcase_trashe... constant EventTypeShowcaseUnresolveComment (line 9445) | EventTypeShowcaseUnresolveComment = "showcase_unreso... constant EventTypeShowcaseUntrashed (line 9446) | EventTypeShowcaseUntrashed = "showcase_untras... constant EventTypeShowcaseUntrashedDeprecated (line 9447) | EventTypeShowcaseUntrashedDeprecated = "showcase_untras... constant EventTypeShowcaseView (line 9448) | EventTypeShowcaseView = "showcase_view" constant EventTypeSsoAddCert (line 9449) | EventTypeSsoAddCert = "sso_add_cert" constant EventTypeSsoAddLoginUrl (line 9450) | EventTypeSsoAddLoginUrl = "sso_add_login_url" constant EventTypeSsoAddLogoutUrl (line 9451) | EventTypeSsoAddLogoutUrl = "sso_add_logout_... constant EventTypeSsoChangeCert (line 9452) | EventTypeSsoChangeCert = "sso_change_cert" constant EventTypeSsoChangeLoginUrl (line 9453) | EventTypeSsoChangeLoginUrl = "sso_change_logi... constant EventTypeSsoChangeLogoutUrl (line 9454) | EventTypeSsoChangeLogoutUrl = "sso_change_logo... constant EventTypeSsoChangeSamlIdentityMode (line 9455) | EventTypeSsoChangeSamlIdentityMode = "sso_change_saml... constant EventTypeSsoRemoveCert (line 9456) | EventTypeSsoRemoveCert = "sso_remove_cert" constant EventTypeSsoRemoveLoginUrl (line 9457) | EventTypeSsoRemoveLoginUrl = "sso_remove_logi... constant EventTypeSsoRemoveLogoutUrl (line 9458) | EventTypeSsoRemoveLogoutUrl = "sso_remove_logo... constant EventTypeTeamFolderChangeStatus (line 9459) | EventTypeTeamFolderChangeStatus = "team_folder_cha... constant EventTypeTeamFolderCreate (line 9460) | EventTypeTeamFolderCreate = "team_folder_cre... constant EventTypeTeamFolderDowngrade (line 9461) | EventTypeTeamFolderDowngrade = "team_folder_dow... constant EventTypeTeamFolderPermanentlyDelete (line 9462) | EventTypeTeamFolderPermanentlyDelete = "team_folder_per... constant EventTypeTeamFolderRename (line 9463) | EventTypeTeamFolderRename = "team_folder_ren... constant EventTypeTeamSelectiveSyncSettingsChanged (line 9464) | EventTypeTeamSelectiveSyncSettingsChanged = "team_selective_... constant EventTypeAccountCaptureChangePolicy (line 9465) | EventTypeAccountCaptureChangePolicy = "account_capture... constant EventTypeAdminEmailRemindersChanged (line 9466) | EventTypeAdminEmailRemindersChanged = "admin_email_rem... constant EventTypeAllowDownloadDisabled (line 9467) | EventTypeAllowDownloadDisabled = "allow_download_... constant EventTypeAllowDownloadEnabled (line 9468) | EventTypeAllowDownloadEnabled = "allow_download_... constant EventTypeAppPermissionsChanged (line 9469) | EventTypeAppPermissionsChanged = "app_permissions... constant EventTypeCameraUploadsPolicyChanged (line 9470) | EventTypeCameraUploadsPolicyChanged = "camera_uploads_... constant EventTypeCaptureTranscriptPolicyChanged (line 9471) | EventTypeCaptureTranscriptPolicyChanged = "capture_transcr... constant EventTypeClassificationChangePolicy (line 9472) | EventTypeClassificationChangePolicy = "classification_... constant EventTypeComputerBackupPolicyChanged (line 9473) | EventTypeComputerBackupPolicyChanged = "computer_backup... constant EventTypeContentAdministrationPolicyChanged (line 9474) | EventTypeContentAdministrationPolicyChanged = "content_adminis... constant EventTypeDataPlacementRestrictionChangePolicy (line 9475) | EventTypeDataPlacementRestrictionChangePolicy = "data_placement_... constant EventTypeDataPlacementRestrictionSatisfyPolicy (line 9476) | EventTypeDataPlacementRestrictionSatisfyPolicy = "data_placement_... constant EventTypeDeviceApprovalsAddException (line 9477) | EventTypeDeviceApprovalsAddException = "device_approval... constant EventTypeDeviceApprovalsChangeDesktopPolicy (line 9478) | EventTypeDeviceApprovalsChangeDesktopPolicy = "device_approval... constant EventTypeDeviceApprovalsChangeMobilePolicy (line 9479) | EventTypeDeviceApprovalsChangeMobilePolicy = "device_approval... constant EventTypeDeviceApprovalsChangeOverageAction (line 9480) | EventTypeDeviceApprovalsChangeOverageAction = "device_approval... constant EventTypeDeviceApprovalsChangeUnlinkAction (line 9481) | EventTypeDeviceApprovalsChangeUnlinkAction = "device_approval... constant EventTypeDeviceApprovalsRemoveException (line 9482) | EventTypeDeviceApprovalsRemoveException = "device_approval... constant EventTypeDirectoryRestrictionsAddMembers (line 9483) | EventTypeDirectoryRestrictionsAddMembers = "directory_restr... constant EventTypeDirectoryRestrictionsRemoveMembers (line 9484) | EventTypeDirectoryRestrictionsRemoveMembers = "directory_restr... constant EventTypeDropboxPasswordsPolicyChanged (line 9485) | EventTypeDropboxPasswordsPolicyChanged = "dropbox_passwor... constant EventTypeEmailIngestPolicyChanged (line 9486) | EventTypeEmailIngestPolicyChanged = "email_ingest_po... constant EventTypeEmmAddException (line 9487) | EventTypeEmmAddException = "emm_add_exception" constant EventTypeEmmChangePolicy (line 9488) | EventTypeEmmChangePolicy = "emm_change_policy" constant EventTypeEmmRemoveException (line 9489) | EventTypeEmmRemoveException = "emm_remove_exce... constant EventTypeExtendedVersionHistoryChangePolicy (line 9490) | EventTypeExtendedVersionHistoryChangePolicy = "extended_versio... constant EventTypeExternalDriveBackupPolicyChanged (line 9491) | EventTypeExternalDriveBackupPolicyChanged = "external_drive_... constant EventTypeFileCommentsChangePolicy (line 9492) | EventTypeFileCommentsChangePolicy = "file_comments_c... constant EventTypeFileLockingPolicyChanged (line 9493) | EventTypeFileLockingPolicyChanged = "file_locking_po... constant EventTypeFileProviderMigrationPolicyChanged (line 9494) | EventTypeFileProviderMigrationPolicyChanged = "file_provider_m... constant EventTypeFileRequestsChangePolicy (line 9495) | EventTypeFileRequestsChangePolicy = "file_requests_c... constant EventTypeFileRequestsEmailsEnabled (line 9496) | EventTypeFileRequestsEmailsEnabled = "file_requests_e... constant EventTypeFileRequestsEmailsRestrictedToTeamOnly (line 9497) | EventTypeFileRequestsEmailsRestrictedToTeamOnly = "file_requests_e... constant EventTypeFileTransfersPolicyChanged (line 9498) | EventTypeFileTransfersPolicyChanged = "file_transfers_... constant EventTypeGoogleSsoChangePolicy (line 9499) | EventTypeGoogleSsoChangePolicy = "google_sso_chan... constant EventTypeGroupUserManagementChangePolicy (line 9500) | EventTypeGroupUserManagementChangePolicy = "group_user_mana... constant EventTypeIntegrationPolicyChanged (line 9501) | EventTypeIntegrationPolicyChanged = "integration_pol... constant EventTypeInviteAcceptanceEmailPolicyChanged (line 9502) | EventTypeInviteAcceptanceEmailPolicyChanged = "invite_acceptan... constant EventTypeMemberRequestsChangePolicy (line 9503) | EventTypeMemberRequestsChangePolicy = "member_requests... constant EventTypeMemberSendInvitePolicyChanged (line 9504) | EventTypeMemberSendInvitePolicyChanged = "member_send_inv... constant EventTypeMemberSpaceLimitsAddException (line 9505) | EventTypeMemberSpaceLimitsAddException = "member_space_li... constant EventTypeMemberSpaceLimitsChangeCapsTypePolicy (line 9506) | EventTypeMemberSpaceLimitsChangeCapsTypePolicy = "member_space_li... constant EventTypeMemberSpaceLimitsChangePolicy (line 9507) | EventTypeMemberSpaceLimitsChangePolicy = "member_space_li... constant EventTypeMemberSpaceLimitsRemoveException (line 9508) | EventTypeMemberSpaceLimitsRemoveException = "member_space_li... constant EventTypeMemberSuggestionsChangePolicy (line 9509) | EventTypeMemberSuggestionsChangePolicy = "member_suggesti... constant EventTypeMicrosoftOfficeAddinChangePolicy (line 9510) | EventTypeMicrosoftOfficeAddinChangePolicy = "microsoft_offic... constant EventTypeNetworkControlChangePolicy (line 9511) | EventTypeNetworkControlChangePolicy = "network_control... constant EventTypePaperChangeDeploymentPolicy (line 9512) | EventTypePaperChangeDeploymentPolicy = "paper_change_de... constant EventTypePaperChangeMemberLinkPolicy (line 9513) | EventTypePaperChangeMemberLinkPolicy = "paper_change_me... constant EventTypePaperChangeMemberPolicy (line 9514) | EventTypePaperChangeMemberPolicy = "paper_change_me... constant EventTypePaperChangePolicy (line 9515) | EventTypePaperChangePolicy = "paper_change_po... constant EventTypePaperDefaultFolderPolicyChanged (line 9516) | EventTypePaperDefaultFolderPolicyChanged = "paper_default_f... constant EventTypePaperDesktopPolicyChanged (line 9517) | EventTypePaperDesktopPolicyChanged = "paper_desktop_p... constant EventTypePaperEnabledUsersGroupAddition (line 9518) | EventTypePaperEnabledUsersGroupAddition = "paper_enabled_u... constant EventTypePaperEnabledUsersGroupRemoval (line 9519) | EventTypePaperEnabledUsersGroupRemoval = "paper_enabled_u... constant EventTypePasswordStrengthRequirementsChangePolicy (line 9520) | EventTypePasswordStrengthRequirementsChangePolicy = "password_streng... constant EventTypePermanentDeleteChangePolicy (line 9521) | EventTypePermanentDeleteChangePolicy = "permanent_delet... constant EventTypeResellerSupportChangePolicy (line 9522) | EventTypeResellerSupportChangePolicy = "reseller_suppor... constant EventTypeRewindPolicyChanged (line 9523) | EventTypeRewindPolicyChanged = "rewind_policy_c... constant EventTypeSendForSignaturePolicyChanged (line 9524) | EventTypeSendForSignaturePolicyChanged = "send_for_signat... constant EventTypeSharingChangeFolderJoinPolicy (line 9525) | EventTypeSharingChangeFolderJoinPolicy = "sharing_change_... constant EventTypeSharingChangeLinkAllowChangeExpirationPolicy (line 9526) | EventTypeSharingChangeLinkAllowChangeExpirationPolicy = "sharing_change_... constant EventTypeSharingChangeLinkDefaultExpirationPolicy (line 9527) | EventTypeSharingChangeLinkDefaultExpirationPolicy = "sharing_change_... constant EventTypeSharingChangeLinkEnforcePasswordPolicy (line 9528) | EventTypeSharingChangeLinkEnforcePasswordPolicy = "sharing_change_... constant EventTypeSharingChangeLinkPolicy (line 9529) | EventTypeSharingChangeLinkPolicy = "sharing_change_... constant EventTypeSharingChangeMemberPolicy (line 9530) | EventTypeSharingChangeMemberPolicy = "sharing_change_... constant EventTypeShowcaseChangeDownloadPolicy (line 9531) | EventTypeShowcaseChangeDownloadPolicy = "showcase_change... constant EventTypeShowcaseChangeEnabledPolicy (line 9532) | EventTypeShowcaseChangeEnabledPolicy = "showcase_change... constant EventTypeShowcaseChangeExternalSharingPolicy (line 9533) | EventTypeShowcaseChangeExternalSharingPolicy = "showcase_change... constant EventTypeSmarterSmartSyncPolicyChanged (line 9534) | EventTypeSmarterSmartSyncPolicyChanged = "smarter_smart_s... constant EventTypeSmartSyncChangePolicy (line 9535) | EventTypeSmartSyncChangePolicy = "smart_sync_chan... constant EventTypeSmartSyncNotOptOut (line 9536) | EventTypeSmartSyncNotOptOut = "smart_sync_not_... constant EventTypeSmartSyncOptOut (line 9537) | EventTypeSmartSyncOptOut = "smart_sync_opt_... constant EventTypeSsoChangePolicy (line 9538) | EventTypeSsoChangePolicy = "sso_change_policy" constant EventTypeTeamBrandingPolicyChanged (line 9539) | EventTypeTeamBrandingPolicyChanged = "team_branding_p... constant EventTypeTeamExtensionsPolicyChanged (line 9540) | EventTypeTeamExtensionsPolicyChanged = "team_extensions... constant EventTypeTeamSelectiveSyncPolicyChanged (line 9541) | EventTypeTeamSelectiveSyncPolicyChanged = "team_selective_... constant EventTypeTeamSharingWhitelistSubjectsChanged (line 9542) | EventTypeTeamSharingWhitelistSubjectsChanged = "team_sharing_wh... constant EventTypeTfaAddException (line 9543) | EventTypeTfaAddException = "tfa_add_exception" constant EventTypeTfaChangePolicy (line 9544) | EventTypeTfaChangePolicy = "tfa_change_policy" constant EventTypeTfaRemoveException (line 9545) | EventTypeTfaRemoveException = "tfa_remove_exce... constant EventTypeTwoAccountChangePolicy (line 9546) | EventTypeTwoAccountChangePolicy = "two_account_cha... constant EventTypeViewerInfoPolicyChanged (line 9547) | EventTypeViewerInfoPolicyChanged = "viewer_info_pol... constant EventTypeWatermarkingPolicyChanged (line 9548) | EventTypeWatermarkingPolicyChanged = "watermarking_po... constant EventTypeWebSessionsChangeActiveSessionLimit (line 9549) | EventTypeWebSessionsChangeActiveSessionLimit = "web_sessions_ch... constant EventTypeWebSessionsChangeFixedLengthPolicy (line 9550) | EventTypeWebSessionsChangeFixedLengthPolicy = "web_sessions_ch... constant EventTypeWebSessionsChangeIdleLengthPolicy (line 9551) | EventTypeWebSessionsChangeIdleLengthPolicy = "web_sessions_ch... constant EventTypeDataResidencyMigrationRequestSuccessful (line 9552) | EventTypeDataResidencyMigrationRequestSuccessful = "data_residency_... constant EventTypeDataResidencyMigrationRequestUnsuccessful (line 9553) | EventTypeDataResidencyMigrationRequestUnsuccessful = "data_residency_... constant EventTypeTeamMergeFrom (line 9554) | EventTypeTeamMergeFrom = "team_merge_from" constant EventTypeTeamMergeTo (line 9555) | EventTypeTeamMergeTo = "team_merge_to" constant EventTypeTeamProfileAddBackground (line 9556) | EventTypeTeamProfileAddBackground = "team_profile_ad... constant EventTypeTeamProfileAddLogo (line 9557) | EventTypeTeamProfileAddLogo = "team_profile_ad... constant EventTypeTeamProfileChangeBackground (line 9558) | EventTypeTeamProfileChangeBackground = "team_profile_ch... constant EventTypeTeamProfileChangeDefaultLanguage (line 9559) | EventTypeTeamProfileChangeDefaultLanguage = "team_profile_ch... constant EventTypeTeamProfileChangeLogo (line 9560) | EventTypeTeamProfileChangeLogo = "team_profile_ch... constant EventTypeTeamProfileChangeName (line 9561) | EventTypeTeamProfileChangeName = "team_profile_ch... constant EventTypeTeamProfileRemoveBackground (line 9562) | EventTypeTeamProfileRemoveBackground = "team_profile_re... constant EventTypeTeamProfileRemoveLogo (line 9563) | EventTypeTeamProfileRemoveLogo = "team_profile_re... constant EventTypeTfaAddBackupPhone (line 9564) | EventTypeTfaAddBackupPhone = "tfa_add_backup_... constant EventTypeTfaAddSecurityKey (line 9565) | EventTypeTfaAddSecurityKey = "tfa_add_securit... constant EventTypeTfaChangeBackupPhone (line 9566) | EventTypeTfaChangeBackupPhone = "tfa_change_back... constant EventTypeTfaChangeStatus (line 9567) | EventTypeTfaChangeStatus = "tfa_change_status" constant EventTypeTfaRemoveBackupPhone (line 9568) | EventTypeTfaRemoveBackupPhone = "tfa_remove_back... constant EventTypeTfaRemoveSecurityKey (line 9569) | EventTypeTfaRemoveSecurityKey = "tfa_remove_secu... constant EventTypeTfaReset (line 9570) | EventTypeTfaReset = "tfa_reset" constant EventTypeChangedEnterpriseAdminRole (line 9571) | EventTypeChangedEnterpriseAdminRole = "changed_enterpr... constant EventTypeChangedEnterpriseConnectedTeamStatus (line 9572) | EventTypeChangedEnterpriseConnectedTeamStatus = "changed_enterpr... constant EventTypeEndedEnterpriseAdminSession (line 9573) | EventTypeEndedEnterpriseAdminSession = "ended_enterpris... constant EventTypeEndedEnterpriseAdminSessionDeprecated (line 9574) | EventTypeEndedEnterpriseAdminSessionDeprecated = "ended_enterpris... constant EventTypeEnterpriseSettingsLocking (line 9575) | EventTypeEnterpriseSettingsLocking = "enterprise_sett... constant EventTypeGuestAdminChangeStatus (line 9576) | EventTypeGuestAdminChangeStatus = "guest_admin_cha... constant EventTypeStartedEnterpriseAdminSession (line 9577) | EventTypeStartedEnterpriseAdminSession = "started_enterpr... constant EventTypeTeamMergeRequestAccepted (line 9578) | EventTypeTeamMergeRequestAccepted = "team_merge_requ... constant EventTypeTeamMergeRequestAcceptedShownToPrimaryTeam (line 9579) | EventTypeTeamMergeRequestAcceptedShownToPrimaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestAcceptedShownToSecondaryTeam (line 9580) | EventTypeTeamMergeRequestAcceptedShownToSecondaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestAutoCanceled (line 9581) | EventTypeTeamMergeRequestAutoCanceled = "team_merge_requ... constant EventTypeTeamMergeRequestCanceled (line 9582) | EventTypeTeamMergeRequestCanceled = "team_merge_requ... constant EventTypeTeamMergeRequestCanceledShownToPrimaryTeam (line 9583) | EventTypeTeamMergeRequestCanceledShownToPrimaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestCanceledShownToSecondaryTeam (line 9584) | EventTypeTeamMergeRequestCanceledShownToSecondaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestExpired (line 9585) | EventTypeTeamMergeRequestExpired = "team_merge_requ... constant EventTypeTeamMergeRequestExpiredShownToPrimaryTeam (line 9586) | EventTypeTeamMergeRequestExpiredShownToPrimaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestExpiredShownToSecondaryTeam (line 9587) | EventTypeTeamMergeRequestExpiredShownToSecondaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestRejectedShownToPrimaryTeam (line 9588) | EventTypeTeamMergeRequestRejectedShownToPrimaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestRejectedShownToSecondaryTeam (line 9589) | EventTypeTeamMergeRequestRejectedShownToSecondaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestReminder (line 9590) | EventTypeTeamMergeRequestReminder = "team_merge_requ... constant EventTypeTeamMergeRequestReminderShownToPrimaryTeam (line 9591) | EventTypeTeamMergeRequestReminderShownToPrimaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestReminderShownToSecondaryTeam (line 9592) | EventTypeTeamMergeRequestReminderShownToSecondaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestRevoked (line 9593) | EventTypeTeamMergeRequestRevoked = "team_merge_requ... constant EventTypeTeamMergeRequestSentShownToPrimaryTeam (line 9594) | EventTypeTeamMergeRequestSentShownToPrimaryTeam = "team_merge_requ... constant EventTypeTeamMergeRequestSentShownToSecondaryTeam (line 9595) | EventTypeTeamMergeRequestSentShownToSecondaryTeam = "team_merge_requ... constant EventTypeOther (line 9596) | EventTypeOther = "other" type EventTypeArg (line 12031) | type EventTypeArg struct constant EventTypeArgAdminAlertingAlertStateChanged (line 12037) | EventTypeArgAdminAlertingAlertStateChanged = "admin_alerti... constant EventTypeArgAdminAlertingChangedAlertConfig (line 12038) | EventTypeArgAdminAlertingChangedAlertConfig = "admin_alerti... constant EventTypeArgAdminAlertingTriggeredAlert (line 12039) | EventTypeArgAdminAlertingTriggeredAlert = "admin_alerti... constant EventTypeArgAppBlockedByPermissions (line 12040) | EventTypeArgAppBlockedByPermissions = "app_blocked_... constant EventTypeArgAppLinkTeam (line 12041) | EventTypeArgAppLinkTeam = "app_link_team" constant EventTypeArgAppLinkUser (line 12042) | EventTypeArgAppLinkUser = "app_link_user" constant EventTypeArgAppUnlinkTeam (line 12043) | EventTypeArgAppUnlinkTeam = "app_unlink_t... constant EventTypeArgAppUnlinkUser (line 12044) | EventTypeArgAppUnlinkUser = "app_unlink_u... constant EventTypeArgIntegrationConnected (line 12045) | EventTypeArgIntegrationConnected = "integration_... constant EventTypeArgIntegrationDisconnected (line 12046) | EventTypeArgIntegrationDisconnected = "integration_... constant EventTypeArgFileAddComment (line 12047) | EventTypeArgFileAddComment = "file_add_com... constant EventTypeArgFileChangeCommentSubscription (line 12048) | EventTypeArgFileChangeCommentSubscription = "file_change_... constant EventTypeArgFileDeleteComment (line 12049) | EventTypeArgFileDeleteComment = "file_delete_... constant EventTypeArgFileEditComment (line 12050) | EventTypeArgFileEditComment = "file_edit_co... constant EventTypeArgFileLikeComment (line 12051) | EventTypeArgFileLikeComment = "file_like_co... constant EventTypeArgFileResolveComment (line 12052) | EventTypeArgFileResolveComment = "file_resolve... constant EventTypeArgFileUnlikeComment (line 12053) | EventTypeArgFileUnlikeComment = "file_unlike_... constant EventTypeArgFileUnresolveComment (line 12054) | EventTypeArgFileUnresolveComment = "file_unresol... constant EventTypeArgGovernancePolicyAddFolders (line 12055) | EventTypeArgGovernancePolicyAddFolders = "governance_p... constant EventTypeArgGovernancePolicyAddFolderFailed (line 12056) | EventTypeArgGovernancePolicyAddFolderFailed = "governance_p... constant EventTypeArgGovernancePolicyContentDisposed (line 12057) | EventTypeArgGovernancePolicyContentDisposed = "governance_p... constant EventTypeArgGovernancePolicyCreate (line 12058) | EventTypeArgGovernancePolicyCreate = "governance_p... constant EventTypeArgGovernancePolicyDelete (line 12059) | EventTypeArgGovernancePolicyDelete = "governance_p... constant EventTypeArgGovernancePolicyEditDetails (line 12060) | EventTypeArgGovernancePolicyEditDetails = "governance_p... constant EventTypeArgGovernancePolicyEditDuration (line 12061) | EventTypeArgGovernancePolicyEditDuration = "governance_p... constant EventTypeArgGovernancePolicyExportCreated (line 12062) | EventTypeArgGovernancePolicyExportCreated = "governance_p... constant EventTypeArgGovernancePolicyExportRemoved (line 12063) | EventTypeArgGovernancePolicyExportRemoved = "governance_p... constant EventTypeArgGovernancePolicyRemoveFolders (line 12064) | EventTypeArgGovernancePolicyRemoveFolders = "governance_p... constant EventTypeArgGovernancePolicyReportCreated (line 12065) | EventTypeArgGovernancePolicyReportCreated = "governance_p... constant EventTypeArgGovernancePolicyZipPartDownloaded (line 12066) | EventTypeArgGovernancePolicyZipPartDownloaded = "governance_p... constant EventTypeArgLegalHoldsActivateAHold (line 12067) | EventTypeArgLegalHoldsActivateAHold = "legal_holds_... constant EventTypeArgLegalHoldsAddMembers (line 12068) | EventTypeArgLegalHoldsAddMembers = "legal_holds_... constant EventTypeArgLegalHoldsChangeHoldDetails (line 12069) | EventTypeArgLegalHoldsChangeHoldDetails = "legal_holds_... constant EventTypeArgLegalHoldsChangeHoldName (line 12070) | EventTypeArgLegalHoldsChangeHoldName = "legal_holds_... constant EventTypeArgLegalHoldsExportAHold (line 12071) | EventTypeArgLegalHoldsExportAHold = "legal_holds_... constant EventTypeArgLegalHoldsExportCancelled (line 12072) | EventTypeArgLegalHoldsExportCancelled = "legal_holds_... constant EventTypeArgLegalHoldsExportDownloaded (line 12073) | EventTypeArgLegalHoldsExportDownloaded = "legal_holds_... constant EventTypeArgLegalHoldsExportRemoved (line 12074) | EventTypeArgLegalHoldsExportRemoved = "legal_holds_... constant EventTypeArgLegalHoldsReleaseAHold (line 12075) | EventTypeArgLegalHoldsReleaseAHold = "legal_holds_... constant EventTypeArgLegalHoldsRemoveMembers (line 12076) | EventTypeArgLegalHoldsRemoveMembers = "legal_holds_... constant EventTypeArgLegalHoldsReportAHold (line 12077) | EventTypeArgLegalHoldsReportAHold = "legal_holds_... constant EventTypeArgDeviceChangeIpDesktop (line 12078) | EventTypeArgDeviceChangeIpDesktop = "device_chang... constant EventTypeArgDeviceChangeIpMobile (line 12079) | EventTypeArgDeviceChangeIpMobile = "device_chang... constant EventTypeArgDeviceChangeIpWeb (line 12080) | EventTypeArgDeviceChangeIpWeb = "device_chang... constant EventTypeArgDeviceDeleteOnUnlinkFail (line 12081) | EventTypeArgDeviceDeleteOnUnlinkFail = "device_delet... constant EventTypeArgDeviceDeleteOnUnlinkSuccess (line 12082) | EventTypeArgDeviceDeleteOnUnlinkSuccess = "device_delet... constant EventTypeArgDeviceLinkFail (line 12083) | EventTypeArgDeviceLinkFail = "device_link_... constant EventTypeArgDeviceLinkSuccess (line 12084) | EventTypeArgDeviceLinkSuccess = "device_link_... constant EventTypeArgDeviceManagementDisabled (line 12085) | EventTypeArgDeviceManagementDisabled = "device_manag... constant EventTypeArgDeviceManagementEnabled (line 12086) | EventTypeArgDeviceManagementEnabled = "device_manag... constant EventTypeArgDeviceSyncBackupStatusChanged (line 12087) | EventTypeArgDeviceSyncBackupStatusChanged = "device_sync_... constant EventTypeArgDeviceUnlink (line 12088) | EventTypeArgDeviceUnlink = "device_unlink" constant EventTypeArgDropboxPasswordsExported (line 12089) | EventTypeArgDropboxPasswordsExported = "dropbox_pass... constant EventTypeArgDropboxPasswordsNewDeviceEnrolled (line 12090) | EventTypeArgDropboxPasswordsNewDeviceEnrolled = "dropbox_pass... constant EventTypeArgEmmRefreshAuthToken (line 12091) | EventTypeArgEmmRefreshAuthToken = "emm_refresh_... constant EventTypeArgExternalDriveBackupEligibilityStatusChecked (line 12092) | EventTypeArgExternalDriveBackupEligibilityStatusChecked = "external_dri... constant EventTypeArgExternalDriveBackupStatusChanged (line 12093) | EventTypeArgExternalDriveBackupStatusChanged = "external_dri... constant EventTypeArgAccountCaptureChangeAvailability (line 12094) | EventTypeArgAccountCaptureChangeAvailability = "account_capt... constant EventTypeArgAccountCaptureMigrateAccount (line 12095) | EventTypeArgAccountCaptureMigrateAccount = "account_capt... constant EventTypeArgAccountCaptureNotificationEmailsSent (line 12096) | EventTypeArgAccountCaptureNotificationEmailsSent = "account_capt... constant EventTypeArgAccountCaptureRelinquishAccount (line 12097) | EventTypeArgAccountCaptureRelinquishAccount = "account_capt... constant EventTypeArgDisabledDomainInvites (line 12098) | EventTypeArgDisabledDomainInvites = "disabled_dom... constant EventTypeArgDomainInvitesApproveRequestToJoinTeam (line 12099) | EventTypeArgDomainInvitesApproveRequestToJoinTeam = "domain_invit... constant EventTypeArgDomainInvitesDeclineRequestToJoinTeam (line 12100) | EventTypeArgDomainInvitesDeclineRequestToJoinTeam = "domain_invit... constant EventTypeArgDomainInvitesEmailExistingUsers (line 12101) | EventTypeArgDomainInvitesEmailExistingUsers = "domain_invit... constant EventTypeArgDomainInvitesRequestToJoinTeam (line 12102) | EventTypeArgDomainInvitesRequestToJoinTeam = "domain_invit... constant EventTypeArgDomainInvitesSetInviteNewUserPrefToNo (line 12103) | EventTypeArgDomainInvitesSetInviteNewUserPrefToNo = "domain_invit... constant EventTypeArgDomainInvitesSetInviteNewUserPrefToYes (line 12104) | EventTypeArgDomainInvitesSetInviteNewUserPrefToYes = "domain_invit... constant EventTypeArgDomainVerificationAddDomainFail (line 12105) | EventTypeArgDomainVerificationAddDomainFail = "domain_verif... constant EventTypeArgDomainVerificationAddDomainSuccess (line 12106) | EventTypeArgDomainVerificationAddDomainSuccess = "domain_verif... constant EventTypeArgDomainVerificationRemoveDomain (line 12107) | EventTypeArgDomainVerificationRemoveDomain = "domain_verif... constant EventTypeArgEnabledDomainInvites (line 12108) | EventTypeArgEnabledDomainInvites = "enabled_doma... constant EventTypeArgApplyNamingConvention (line 12109) | EventTypeArgApplyNamingConvention = "apply_naming... constant EventTypeArgCreateFolder (line 12110) | EventTypeArgCreateFolder = "create_folder" constant EventTypeArgFileAdd (line 12111) | EventTypeArgFileAdd = "file_add" constant EventTypeArgFileCopy (line 12112) | EventTypeArgFileCopy = "file_copy" constant EventTypeArgFileDelete (line 12113) | EventTypeArgFileDelete = "file_delete" constant EventTypeArgFileDownload (line 12114) | EventTypeArgFileDownload = "file_download" constant EventTypeArgFileEdit (line 12115) | EventTypeArgFileEdit = "file_edit" constant EventTypeArgFileGetCopyReference (line 12116) | EventTypeArgFileGetCopyReference = "file_get_cop... constant EventTypeArgFileLockingLockStatusChanged (line 12117) | EventTypeArgFileLockingLockStatusChanged = "file_locking... constant EventTypeArgFileMove (line 12118) | EventTypeArgFileMove = "file_move" constant EventTypeArgFilePermanentlyDelete (line 12119) | EventTypeArgFilePermanentlyDelete = "file_permane... constant EventTypeArgFilePreview (line 12120) | EventTypeArgFilePreview = "file_preview" constant EventTypeArgFileRename (line 12121) | EventTypeArgFileRename = "file_rename" constant EventTypeArgFileRestore (line 12122) | EventTypeArgFileRestore = "file_restore" constant EventTypeArgFileRevert (line 12123) | EventTypeArgFileRevert = "file_revert" constant EventTypeArgFileRollbackChanges (line 12124) | EventTypeArgFileRollbackChanges = "file_rollbac... constant EventTypeArgFileSaveCopyReference (line 12125) | EventTypeArgFileSaveCopyReference = "file_save_co... constant EventTypeArgFolderOverviewDescriptionChanged (line 12126) | EventTypeArgFolderOverviewDescriptionChanged = "folder_overv... constant EventTypeArgFolderOverviewItemPinned (line 12127) | EventTypeArgFolderOverviewItemPinned = "folder_overv... constant EventTypeArgFolderOverviewItemUnpinned (line 12128) | EventTypeArgFolderOverviewItemUnpinned = "folder_overv... constant EventTypeArgObjectLabelAdded (line 12129) | EventTypeArgObjectLabelAdded = "object_label... constant EventTypeArgObjectLabelRemoved (line 12130) | EventTypeArgObjectLabelRemoved = "object_label... constant EventTypeArgObjectLabelUpdatedValue (line 12131) | EventTypeArgObjectLabelUpdatedValue = "object_label... constant EventTypeArgOrganizeFolderWithTidy (line 12132) | EventTypeArgOrganizeFolderWithTidy = "organize_fol... constant EventTypeArgRewindFolder (line 12133) | EventTypeArgRewindFolder = "rewind_folder" constant EventTypeArgUndoNamingConvention (line 12134) | EventTypeArgUndoNamingConvention = "undo_naming_... constant EventTypeArgUndoOrganizeFolderWithTidy (line 12135) | EventTypeArgUndoOrganizeFolderWithTidy = "undo_organiz... constant EventTypeArgUserTagsAdded (line 12136) | EventTypeArgUserTagsAdded = "user_tags_ad... constant EventTypeArgUserTagsRemoved (line 12137) | EventTypeArgUserTagsRemoved = "user_tags_re... constant EventTypeArgEmailIngestReceiveFile (line 12138) | EventTypeArgEmailIngestReceiveFile = "email_ingest... constant EventTypeArgFileRequestChange (line 12139) | EventTypeArgFileRequestChange = "file_request... constant EventTypeArgFileRequestClose (line 12140) | EventTypeArgFileRequestClose = "file_request... constant EventTypeArgFileRequestCreate (line 12141) | EventTypeArgFileRequestCreate = "file_request... constant EventTypeArgFileRequestDelete (line 12142) | EventTypeArgFileRequestDelete = "file_request... constant EventTypeArgFileRequestReceiveFile (line 12143) | EventTypeArgFileRequestReceiveFile = "file_request... constant EventTypeArgGroupAddExternalId (line 12144) | EventTypeArgGroupAddExternalId = "group_add_ex... constant EventTypeArgGroupAddMember (line 12145) | EventTypeArgGroupAddMember = "group_add_me... constant EventTypeArgGroupChangeExternalId (line 12146) | EventTypeArgGroupChangeExternalId = "group_change... constant EventTypeArgGroupChangeManagementType (line 12147) | EventTypeArgGroupChangeManagementType = "group_change... constant EventTypeArgGroupChangeMemberRole (line 12148) | EventTypeArgGroupChangeMemberRole = "group_change... constant EventTypeArgGroupCreate (line 12149) | EventTypeArgGroupCreate = "group_create" constant EventTypeArgGroupDelete (line 12150) | EventTypeArgGroupDelete = "group_delete" constant EventTypeArgGroupDescriptionUpdated (line 12151) | EventTypeArgGroupDescriptionUpdated = "group_descri... constant EventTypeArgGroupJoinPolicyUpdated (line 12152) | EventTypeArgGroupJoinPolicyUpdated = "group_join_p... constant EventTypeArgGroupMoved (line 12153) | EventTypeArgGroupMoved = "group_moved" constant EventTypeArgGroupRemoveExternalId (line 12154) | EventTypeArgGroupRemoveExternalId = "group_remove... constant EventTypeArgGroupRemoveMember (line 12155) | EventTypeArgGroupRemoveMember = "group_remove... constant EventTypeArgGroupRename (line 12156) | EventTypeArgGroupRename = "group_rename" constant EventTypeArgAccountLockOrUnlocked (line 12157) | EventTypeArgAccountLockOrUnlocked = "account_lock... constant EventTypeArgEmmError (line 12158) | EventTypeArgEmmError = "emm_error" constant EventTypeArgGuestAdminSignedInViaTrustedTeams (line 12159) | EventTypeArgGuestAdminSignedInViaTrustedTeams = "guest_admin_... constant EventTypeArgGuestAdminSignedOutViaTrustedTeams (line 12160) | EventTypeArgGuestAdminSignedOutViaTrustedTeams = "guest_admin_... constant EventTypeArgLoginFail (line 12161) | EventTypeArgLoginFail = "login_fail" constant EventTypeArgLoginSuccess (line 12162) | EventTypeArgLoginSuccess = "login_success" constant EventTypeArgLogout (line 12163) | EventTypeArgLogout = "logout" constant EventTypeArgResellerSupportSessionEnd (line 12164) | EventTypeArgResellerSupportSessionEnd = "reseller_sup... constant EventTypeArgResellerSupportSessionStart (line 12165) | EventTypeArgResellerSupportSessionStart = "reseller_sup... constant EventTypeArgSignInAsSessionEnd (line 12166) | EventTypeArgSignInAsSessionEnd = "sign_in_as_s... constant EventTypeArgSignInAsSessionStart (line 12167) | EventTypeArgSignInAsSessionStart = "sign_in_as_s... constant EventTypeArgSsoError (line 12168) | EventTypeArgSsoError = "sso_error" constant EventTypeArgCreateTeamInviteLink (line 12169) | EventTypeArgCreateTeamInviteLink = "create_team_... constant EventTypeArgDeleteTeamInviteLink (line 12170) | EventTypeArgDeleteTeamInviteLink = "delete_team_... constant EventTypeArgMemberAddExternalId (line 12171) | EventTypeArgMemberAddExternalId = "member_add_e... constant EventTypeArgMemberAddName (line 12172) | EventTypeArgMemberAddName = "member_add_n... constant EventTypeArgMemberChangeAdminRole (line 12173) | EventTypeArgMemberChangeAdminRole = "member_chang... constant EventTypeArgMemberChangeEmail (line 12174) | EventTypeArgMemberChangeEmail = "member_chang... constant EventTypeArgMemberChangeExternalId (line 12175) | EventTypeArgMemberChangeExternalId = "member_chang... constant EventTypeArgMemberChangeMembershipType (line 12176) | EventTypeArgMemberChangeMembershipType = "member_chang... constant EventTypeArgMemberChangeName (line 12177) | EventTypeArgMemberChangeName = "member_chang... constant EventTypeArgMemberChangeResellerRole (line 12178) | EventTypeArgMemberChangeResellerRole = "member_chang... constant EventTypeArgMemberChangeStatus (line 12179) | EventTypeArgMemberChangeStatus = "member_chang... constant EventTypeArgMemberDeleteManualContacts (line 12180) | EventTypeArgMemberDeleteManualContacts = "member_delet... constant EventTypeArgMemberDeleteProfilePhoto (line 12181) | EventTypeArgMemberDeleteProfilePhoto = "member_delet... constant EventTypeArgMemberPermanentlyDeleteAccountContents (line 12182) | EventTypeArgMemberPermanentlyDeleteAccountContents = "member_perma... constant EventTypeArgMemberRemoveExternalId (line 12183) | EventTypeArgMemberRemoveExternalId = "member_remov... constant EventTypeArgMemberSetProfilePhoto (line 12184) | EventTypeArgMemberSetProfilePhoto = "member_set_p... constant EventTypeArgMemberSpaceLimitsAddCustomQuota (line 12185) | EventTypeArgMemberSpaceLimitsAddCustomQuota = "member_space... constant EventTypeArgMemberSpaceLimitsChangeCustomQuota (line 12186) | EventTypeArgMemberSpaceLimitsChangeCustomQuota = "member_space... constant EventTypeArgMemberSpaceLimitsChangeStatus (line 12187) | EventTypeArgMemberSpaceLimitsChangeStatus = "member_space... constant EventTypeArgMemberSpaceLimitsRemoveCustomQuota (line 12188) | EventTypeArgMemberSpaceLimitsRemoveCustomQuota = "member_space... constant EventTypeArgMemberSuggest (line 12189) | EventTypeArgMemberSuggest = "member_suggest" constant EventTypeArgMemberTransferAccountContents (line 12190) | EventTypeArgMemberTransferAccountContents = "member_trans... constant EventTypeArgPendingSecondaryEmailAdded (line 12191) | EventTypeArgPendingSecondaryEmailAdded = "pending_seco... constant EventTypeArgSecondaryEmailDeleted (line 12192) | EventTypeArgSecondaryEmailDeleted = "secondary_em... constant EventTypeArgSecondaryEmailVerified (line 12193) | EventTypeArgSecondaryEmailVerified = "secondary_em... constant EventTypeArgSecondaryMailsPolicyChanged (line 12194) | EventTypeArgSecondaryMailsPolicyChanged = "secondary_ma... constant EventTypeArgBinderAddPage (line 12195) | EventTypeArgBinderAddPage = "binder_add_p... constant EventTypeArgBinderAddSection (line 12196) | EventTypeArgBinderAddSection = "binder_add_s... constant EventTypeArgBinderRemovePage (line 12197) | EventTypeArgBinderRemovePage = "binder_remov... constant EventTypeArgBinderRemoveSection (line 12198) | EventTypeArgBinderRemoveSection = "binder_remov... constant EventTypeArgBinderRenamePage (line 12199) | EventTypeArgBinderRenamePage = "binder_renam... constant EventTypeArgBinderRenameSection (line 12200) | EventTypeArgBinderRenameSection = "binder_renam... constant EventTypeArgBinderReorderPage (line 12201) | EventTypeArgBinderReorderPage = "binder_reord... constant EventTypeArgBinderReorderSection (line 12202) | EventTypeArgBinderReorderSection = "binder_reord... constant EventTypeArgPaperContentAddMember (line 12203) | EventTypeArgPaperContentAddMember = "paper_conten... constant EventTypeArgPaperContentAddToFolder (line 12204) | EventTypeArgPaperContentAddToFolder = "paper_conten... constant EventTypeArgPaperContentArchive (line 12205) | EventTypeArgPaperContentArchive = "paper_conten... constant EventTypeArgPaperContentCreate (line 12206) | EventTypeArgPaperContentCreate = "paper_conten... constant EventTypeArgPaperContentPermanentlyDelete (line 12207) | EventTypeArgPaperContentPermanentlyDelete = "paper_conten... constant EventTypeArgPaperContentRemoveFromFolder (line 12208) | EventTypeArgPaperContentRemoveFromFolder = "paper_conten... constant EventTypeArgPaperContentRemoveMember (line 12209) | EventTypeArgPaperContentRemoveMember = "paper_conten... constant EventTypeArgPaperContentRename (line 12210) | EventTypeArgPaperContentRename = "paper_conten... constant EventTypeArgPaperContentRestore (line 12211) | EventTypeArgPaperContentRestore = "paper_conten... constant EventTypeArgPaperDocAddComment (line 12212) | EventTypeArgPaperDocAddComment = "paper_doc_ad... constant EventTypeArgPaperDocChangeMemberRole (line 12213) | EventTypeArgPaperDocChangeMemberRole = "paper_doc_ch... constant EventTypeArgPaperDocChangeSharingPolicy (line 12214) | EventTypeArgPaperDocChangeSharingPolicy = "paper_doc_ch... constant EventTypeArgPaperDocChangeSubscription (line 12215) | EventTypeArgPaperDocChangeSubscription = "paper_doc_ch... constant EventTypeArgPaperDocDeleted (line 12216) | EventTypeArgPaperDocDeleted = "paper_doc_de... constant EventTypeArgPaperDocDeleteComment (line 12217) | EventTypeArgPaperDocDeleteComment = "paper_doc_de... constant EventTypeArgPaperDocDownload (line 12218) | EventTypeArgPaperDocDownload = "paper_doc_do... constant EventTypeArgPaperDocEdit (line 12219) | EventTypeArgPaperDocEdit = "paper_doc_edit" constant EventTypeArgPaperDocEditComment (line 12220) | EventTypeArgPaperDocEditComment = "paper_doc_ed... constant EventTypeArgPaperDocFollowed (line 12221) | EventTypeArgPaperDocFollowed = "paper_doc_fo... constant EventTypeArgPaperDocMention (line 12222) | EventTypeArgPaperDocMention = "paper_doc_me... constant EventTypeArgPaperDocOwnershipChanged (line 12223) | EventTypeArgPaperDocOwnershipChanged = "paper_doc_ow... constant EventTypeArgPaperDocRequestAccess (line 12224) | EventTypeArgPaperDocRequestAccess = "paper_doc_re... constant EventTypeArgPaperDocResolveComment (line 12225) | EventTypeArgPaperDocResolveComment = "paper_doc_re... constant EventTypeArgPaperDocRevert (line 12226) | EventTypeArgPaperDocRevert = "paper_doc_re... constant EventTypeArgPaperDocSlackShare (line 12227) | EventTypeArgPaperDocSlackShare = "paper_doc_sl... constant EventTypeArgPaperDocTeamInvite (line 12228) | EventTypeArgPaperDocTeamInvite = "paper_doc_te... constant EventTypeArgPaperDocTrashed (line 12229) | EventTypeArgPaperDocTrashed = "paper_doc_tr... constant EventTypeArgPaperDocUnresolveComment (line 12230) | EventTypeArgPaperDocUnresolveComment = "paper_doc_un... constant EventTypeArgPaperDocUntrashed (line 12231) | EventTypeArgPaperDocUntrashed = "paper_doc_un... constant EventTypeArgPaperDocView (line 12232) | EventTypeArgPaperDocView = "paper_doc_view" constant EventTypeArgPaperExternalViewAllow (line 12233) | EventTypeArgPaperExternalViewAllow = "paper_extern... constant EventTypeArgPaperExternalViewDefaultTeam (line 12234) | EventTypeArgPaperExternalViewDefaultTeam = "paper_extern... constant EventTypeArgPaperExternalViewForbid (line 12235) | EventTypeArgPaperExternalViewForbid = "paper_extern... constant EventTypeArgPaperFolderChangeSubscription (line 12236) | EventTypeArgPaperFolderChangeSubscription = "paper_folder... constant EventTypeArgPaperFolderDeleted (line 12237) | EventTypeArgPaperFolderDeleted = "paper_folder... constant EventTypeArgPaperFolderFollowed (line 12238) | EventTypeArgPaperFolderFollowed = "paper_folder... constant EventTypeArgPaperFolderTeamInvite (line 12239) | EventTypeArgPaperFolderTeamInvite = "paper_folder... constant EventTypeArgPaperPublishedLinkChangePermission (line 12240) | EventTypeArgPaperPublishedLinkChangePermission = "paper_publis... constant EventTypeArgPaperPublishedLinkCreate (line 12241) | EventTypeArgPaperPublishedLinkCreate = "paper_publis... constant EventTypeArgPaperPublishedLinkDisabled (line 12242) | EventTypeArgPaperPublishedLinkDisabled = "paper_publis... constant EventTypeArgPaperPublishedLinkView (line 12243) | EventTypeArgPaperPublishedLinkView = "paper_publis... constant EventTypeArgPasswordChange (line 12244) | EventTypeArgPasswordChange = "password_cha... constant EventTypeArgPasswordReset (line 12245) | EventTypeArgPasswordReset = "password_reset" constant EventTypeArgPasswordResetAll (line 12246) | EventTypeArgPasswordResetAll = "password_res... constant EventTypeArgClassificationCreateReport (line 12247) | EventTypeArgClassificationCreateReport = "classificati... constant EventTypeArgClassificationCreateReportFail (line 12248) | EventTypeArgClassificationCreateReportFail = "classificati... constant EventTypeArgEmmCreateExceptionsReport (line 12249) | EventTypeArgEmmCreateExceptionsReport = "emm_create_e... constant EventTypeArgEmmCreateUsageReport (line 12250) | EventTypeArgEmmCreateUsageReport = "emm_create_u... constant EventTypeArgExportMembersReport (line 12251) | EventTypeArgExportMembersReport = "export_membe... constant EventTypeArgExportMembersReportFail (line 12252) | EventTypeArgExportMembersReportFail = "export_membe... constant EventTypeArgExternalSharingCreateReport (line 12253) | EventTypeArgExternalSharingCreateReport = "external_sha... constant EventTypeArgExternalSharingReportFailed (line 12254) | EventTypeArgExternalSharingReportFailed = "external_sha... constant EventTypeArgNoExpirationLinkGenCreateReport (line 12255) | EventTypeArgNoExpirationLinkGenCreateReport = "no_expiratio... constant EventTypeArgNoExpirationLinkGenReportFailed (line 12256) | EventTypeArgNoExpirationLinkGenReportFailed = "no_expiratio... constant EventTypeArgNoPasswordLinkGenCreateReport (line 12257) | EventTypeArgNoPasswordLinkGenCreateReport = "no_password_... constant EventTypeArgNoPasswordLinkGenReportFailed (line 12258) | EventTypeArgNoPasswordLinkGenReportFailed = "no_password_... constant EventTypeArgNoPasswordLinkViewCreateReport (line 12259) | EventTypeArgNoPasswordLinkViewCreateReport = "no_password_... constant EventTypeArgNoPasswordLinkViewReportFailed (line 12260) | EventTypeArgNoPasswordLinkViewReportFailed = "no_password_... constant EventTypeArgOutdatedLinkViewCreateReport (line 12261) | EventTypeArgOutdatedLinkViewCreateReport = "outdated_lin... constant EventTypeArgOutdatedLinkViewReportFailed (line 12262) | EventTypeArgOutdatedLinkViewReportFailed = "outdated_lin... constant EventTypeArgPaperAdminExportStart (line 12263) | EventTypeArgPaperAdminExportStart = "paper_admin_... constant EventTypeArgSmartSyncCreateAdminPrivilegeReport (line 12264) | EventTypeArgSmartSyncCreateAdminPrivilegeReport = "smart_sync_c... constant EventTypeArgTeamActivityCreateReport (line 12265) | EventTypeArgTeamActivityCreateReport = "team_activit... constant EventTypeArgTeamActivityCreateReportFail (line 12266) | EventTypeArgTeamActivityCreateReportFail = "team_activit... constant EventTypeArgCollectionShare (line 12267) | EventTypeArgCollectionShare = "collection_s... constant EventTypeArgFileTransfersFileAdd (line 12268) | EventTypeArgFileTransfersFileAdd = "file_transfe... constant EventTypeArgFileTransfersTransferDelete (line 12269) | EventTypeArgFileTransfersTransferDelete = "file_transfe... constant EventTypeArgFileTransfersTransferDownload (line 12270) | EventTypeArgFileTransfersTransferDownload = "file_transfe... constant EventTypeArgFileTransfersTransferSend (line 12271) | EventTypeArgFileTransfersTransferSend = "file_transfe... constant EventTypeArgFileTransfersTransferView (line 12272) | EventTypeArgFileTransfersTransferView = "file_transfe... constant EventTypeArgNoteAclInviteOnly (line 12273) | EventTypeArgNoteAclInviteOnly = "note_acl_inv... constant EventTypeArgNoteAclLink (line 12274) | EventTypeArgNoteAclLink = "note_acl_link" constant EventTypeArgNoteAclTeamLink (line 12275) | EventTypeArgNoteAclTeamLink = "note_acl_tea... constant EventTypeArgNoteShared (line 12276) | EventTypeArgNoteShared = "note_shared" constant EventTypeArgNoteShareReceive (line 12277) | EventTypeArgNoteShareReceive = "note_share_r... constant EventTypeArgOpenNoteShared (line 12278) | EventTypeArgOpenNoteShared = "open_note_sh... constant EventTypeArgSfAddGroup (line 12279) | EventTypeArgSfAddGroup = "sf_add_group" constant EventTypeArgSfAllowNonMembersToViewSharedLinks (line 12280) | EventTypeArgSfAllowNonMembersToViewSharedLinks = "sf_allow_non... constant EventTypeArgSfExternalInviteWarn (line 12281) | EventTypeArgSfExternalInviteWarn = "sf_external_... constant EventTypeArgSfFbInvite (line 12282) | EventTypeArgSfFbInvite = "sf_fb_invite" constant EventTypeArgSfFbInviteChangeRole (line 12283) | EventTypeArgSfFbInviteChangeRole = "sf_fb_invite... constant EventTypeArgSfFbUninvite (line 12284) | EventTypeArgSfFbUninvite = "sf_fb_uninvite" constant EventTypeArgSfInviteGroup (line 12285) | EventTypeArgSfInviteGroup = "sf_invite_gr... constant EventTypeArgSfTeamGrantAccess (line 12286) | EventTypeArgSfTeamGrantAccess = "sf_team_gran... constant EventTypeArgSfTeamInvite (line 12287) | EventTypeArgSfTeamInvite = "sf_team_invite" constant EventTypeArgSfTeamInviteChangeRole (line 12288) | EventTypeArgSfTeamInviteChangeRole = "sf_team_invi... constant EventTypeArgSfTeamJoin (line 12289) | EventTypeArgSfTeamJoin = "sf_team_join" constant EventTypeArgSfTeamJoinFromOobLink (line 12290) | EventTypeArgSfTeamJoinFromOobLink = "sf_team_join... constant EventTypeArgSfTeamUninvite (line 12291) | EventTypeArgSfTeamUninvite = "sf_team_unin... constant EventTypeArgSharedContentAddInvitees (line 12292) | EventTypeArgSharedContentAddInvitees = "shared_conte... constant EventTypeArgSharedContentAddLinkExpiry (line 12293) | EventTypeArgSharedContentAddLinkExpiry = "shared_conte... constant EventTypeArgSharedContentAddLinkPassword (line 12294) | EventTypeArgSharedContentAddLinkPassword = "shared_conte... constant EventTypeArgSharedContentAddMember (line 12295) | EventTypeArgSharedContentAddMember = "shared_conte... constant EventTypeArgSharedContentChangeDownloadsPolicy (line 12296) | EventTypeArgSharedContentChangeDownloadsPolicy = "shared_conte... constant EventTypeArgSharedContentChangeInviteeRole (line 12297) | EventTypeArgSharedContentChangeInviteeRole = "shared_conte... constant EventTypeArgSharedContentChangeLinkAudience (line 12298) | EventTypeArgSharedContentChangeLinkAudience = "shared_conte... constant EventTypeArgSharedContentChangeLinkExpiry (line 12299) | EventTypeArgSharedContentChangeLinkExpiry = "shared_conte... constant EventTypeArgSharedContentChangeLinkPassword (line 12300) | EventTypeArgSharedContentChangeLinkPassword = "shared_conte... constant EventTypeArgSharedContentChangeMemberRole (line 12301) | EventTypeArgSharedContentChangeMemberRole = "shared_conte... constant EventTypeArgSharedContentChangeViewerInfoPolicy (line 12302) | EventTypeArgSharedContentChangeViewerInfoPolicy = "shared_conte... constant EventTypeArgSharedContentClaimInvitation (line 12303) | EventTypeArgSharedContentClaimInvitation = "shared_conte... constant EventTypeArgSharedContentCopy (line 12304) | EventTypeArgSharedContentCopy = "shared_conte... constant EventTypeArgSharedContentDownload (line 12305) | EventTypeArgSharedContentDownload = "shared_conte... constant EventTypeArgSharedContentRelinquishMembership (line 12306) | EventTypeArgSharedContentRelinquishMembership = "shared_conte... constant EventTypeArgSharedContentRemoveInvitees (line 12307) | EventTypeArgSharedContentRemoveInvitees = "shared_conte... constant EventTypeArgSharedContentRemoveLinkExpiry (line 12308) | EventTypeArgSharedContentRemoveLinkExpiry = "shared_conte... constant EventTypeArgSharedContentRemoveLinkPassword (line 12309) | EventTypeArgSharedContentRemoveLinkPassword = "shared_conte... constant EventTypeArgSharedContentRemoveMember (line 12310) | EventTypeArgSharedContentRemoveMember = "shared_conte... constant EventTypeArgSharedContentRequestAccess (line 12311) | EventTypeArgSharedContentRequestAccess = "shared_conte... constant EventTypeArgSharedContentRestoreInvitees (line 12312) | EventTypeArgSharedContentRestoreInvitees = "shared_conte... constant EventTypeArgSharedContentRestoreMember (line 12313) | EventTypeArgSharedContentRestoreMember = "shared_conte... constant EventTypeArgSharedContentUnshare (line 12314) | EventTypeArgSharedContentUnshare = "shared_conte... constant EventTypeArgSharedContentView (line 12315) | EventTypeArgSharedContentView = "shared_conte... constant EventTypeArgSharedFolderChangeLinkPolicy (line 12316) | EventTypeArgSharedFolderChangeLinkPolicy = "shared_folde... constant EventTypeArgSharedFolderChangeMembersInheritancePolicy (line 12317) | EventTypeArgSharedFolderChangeMembersInheritancePolicy = "shared_folde... constant EventTypeArgSharedFolderChangeMembersManagementPolicy (line 12318) | EventTypeArgSharedFolderChangeMembersManagementPolicy = "shared_folde... constant EventTypeArgSharedFolderChangeMembersPolicy (line 12319) | EventTypeArgSharedFolderChangeMembersPolicy = "shared_folde... constant EventTypeArgSharedFolderCreate (line 12320) | EventTypeArgSharedFolderCreate = "shared_folde... constant EventTypeArgSharedFolderDeclineInvitation (line 12321) | EventTypeArgSharedFolderDeclineInvitation = "shared_folde... constant EventTypeArgSharedFolderMount (line 12322) | EventTypeArgSharedFolderMount = "shared_folde... constant EventTypeArgSharedFolderNest (line 12323) | EventTypeArgSharedFolderNest = "shared_folde... constant EventTypeArgSharedFolderTransferOwnership (line 12324) | EventTypeArgSharedFolderTransferOwnership = "shared_folde... constant EventTypeArgSharedFolderUnmount (line 12325) | EventTypeArgSharedFolderUnmount = "shared_folde... constant EventTypeArgSharedLinkAddExpiry (line 12326) | EventTypeArgSharedLinkAddExpiry = "shared_link_... constant EventTypeArgSharedLinkChangeExpiry (line 12327) | EventTypeArgSharedLinkChangeExpiry = "shared_link_... constant EventTypeArgSharedLinkChangeVisibility (line 12328) | EventTypeArgSharedLinkChangeVisibility = "shared_link_... constant EventTypeArgSharedLinkCopy (line 12329) | EventTypeArgSharedLinkCopy = "shared_link_... constant EventTypeArgSharedLinkCreate (line 12330) | EventTypeArgSharedLinkCreate = "shared_link_... constant EventTypeArgSharedLinkDisable (line 12331) | EventTypeArgSharedLinkDisable = "shared_link_... constant EventTypeArgSharedLinkDownload (line 12332) | EventTypeArgSharedLinkDownload = "shared_link_... constant EventTypeArgSharedLinkRemoveExpiry (line 12333) | EventTypeArgSharedLinkRemoveExpiry = "shared_link_... constant EventTypeArgSharedLinkSettingsAddExpiration (line 12334) | EventTypeArgSharedLinkSettingsAddExpiration = "shared_link_... constant EventTypeArgSharedLinkSettingsAddPassword (line 12335) | EventTypeArgSharedLinkSettingsAddPassword = "shared_link_... constant EventTypeArgSharedLinkSettingsAllowDownloadDisabled (line 12336) | EventTypeArgSharedLinkSettingsAllowDownloadDisabled = "shared_link_... constant EventTypeArgSharedLinkSettingsAllowDownloadEnabled (line 12337) | EventTypeArgSharedLinkSettingsAllowDownloadEnabled = "shared_link_... constant EventTypeArgSharedLinkSettingsChangeAudience (line 12338) | EventTypeArgSharedLinkSettingsChangeAudience = "shared_link_... constant EventTypeArgSharedLinkSettingsChangeExpiration (line 12339) | EventTypeArgSharedLinkSettingsChangeExpiration = "shared_link_... constant EventTypeArgSharedLinkSettingsChangePassword (line 12340) | EventTypeArgSharedLinkSettingsChangePassword = "shared_link_... constant EventTypeArgSharedLinkSettingsRemoveExpiration (line 12341) | EventTypeArgSharedLinkSettingsRemoveExpiration = "shared_link_... constant EventTypeArgSharedLinkSettingsRemovePassword (line 12342) | EventTypeArgSharedLinkSettingsRemovePassword = "shared_link_... constant EventTypeArgSharedLinkShare (line 12343) | EventTypeArgSharedLinkShare = "shared_link_... constant EventTypeArgSharedLinkView (line 12344) | EventTypeArgSharedLinkView = "shared_link_... constant EventTypeArgSharedNoteOpened (line 12345) | EventTypeArgSharedNoteOpened = "shared_note_... constant EventTypeArgShmodelDisableDownloads (line 12346) | EventTypeArgShmodelDisableDownloads = "shmodel_disa... constant EventTypeArgShmodelEnableDownloads (line 12347) | EventTypeArgShmodelEnableDownloads = "shmodel_enab... constant EventTypeArgShmodelGroupShare (line 12348) | EventTypeArgShmodelGroupShare = "shmodel_grou... constant EventTypeArgShowcaseAccessGranted (line 12349) | EventTypeArgShowcaseAccessGranted = "showcase_acc... constant EventTypeArgShowcaseAddMember (line 12350) | EventTypeArgShowcaseAddMember = "showcase_add... constant EventTypeArgShowcaseArchived (line 12351) | EventTypeArgShowcaseArchived = "showcase_arc... constant EventTypeArgShowcaseCreated (line 12352) | EventTypeArgShowcaseCreated = "showcase_cre... constant EventTypeArgShowcaseDeleteComment (line 12353) | EventTypeArgShowcaseDeleteComment = "showcase_del... constant EventTypeArgShowcaseEdited (line 12354) | EventTypeArgShowcaseEdited = "showcase_edi... constant EventTypeArgShowcaseEditComment (line 12355) | EventTypeArgShowcaseEditComment = "showcase_edi... constant EventTypeArgShowcaseFileAdded (line 12356) | EventTypeArgShowcaseFileAdded = "showcase_fil... constant EventTypeArgShowcaseFileDownload (line 12357) | EventTypeArgShowcaseFileDownload = "showcase_fil... constant EventTypeArgShowcaseFileRemoved (line 12358) | EventTypeArgShowcaseFileRemoved = "showcase_fil... constant EventTypeArgShowcaseFileView (line 12359) | EventTypeArgShowcaseFileView = "showcase_fil... constant EventTypeArgShowcasePermanentlyDeleted (line 12360) | EventTypeArgShowcasePermanentlyDeleted = "showcase_per... constant EventTypeArgShowcasePostComment (line 12361) | EventTypeArgShowcasePostComment = "showcase_pos... constant EventTypeArgShowcaseRemoveMember (line 12362) | EventTypeArgShowcaseRemoveMember = "showcase_rem... constant EventTypeArgShowcaseRenamed (line 12363) | EventTypeArgShowcaseRenamed = "showcase_ren... constant EventTypeArgShowcaseRequestAccess (line 12364) | EventTypeArgShowcaseRequestAccess = "showcase_req... constant EventTypeArgShowcaseResolveComment (line 12365) | EventTypeArgShowcaseResolveComment = "showcase_res... constant EventTypeArgShowcaseRestored (line 12366) | EventTypeArgShowcaseRestored = "showcase_res... constant EventTypeArgShowcaseTrashed (line 12367) | EventTypeArgShowcaseTrashed = "showcase_tra... constant EventTypeArgShowcaseTrashedDeprecated (line 12368) | EventTypeArgShowcaseTrashedDeprecated = "showcase_tra... constant EventTypeArgShowcaseUnresolveComment (line 12369) | EventTypeArgShowcaseUnresolveComment = "showcase_unr... constant EventTypeArgShowcaseUntrashed (line 12370) | EventTypeArgShowcaseUntrashed = "showcase_unt... constant EventTypeArgShowcaseUntrashedDeprecated (line 12371) | EventTypeArgShowcaseUntrashedDeprecated = "showcase_unt... constant EventTypeArgShowcaseView (line 12372) | EventTypeArgShowcaseView = "showcase_view" constant EventTypeArgSsoAddCert (line 12373) | EventTypeArgSsoAddCert = "sso_add_cert" constant EventTypeArgSsoAddLoginUrl (line 12374) | EventTypeArgSsoAddLoginUrl = "sso_add_logi... constant EventTypeArgSsoAddLogoutUrl (line 12375) | EventTypeArgSsoAddLogoutUrl = "sso_add_logo... constant EventTypeArgSsoChangeCert (line 12376) | EventTypeArgSsoChangeCert = "sso_change_c... constant EventTypeArgSsoChangeLoginUrl (line 12377) | EventTypeArgSsoChangeLoginUrl = "sso_change_l... constant EventTypeArgSsoChangeLogoutUrl (line 12378) | EventTypeArgSsoChangeLogoutUrl = "sso_change_l... constant EventTypeArgSsoChangeSamlIdentityMode (line 12379) | EventTypeArgSsoChangeSamlIdentityMode = "sso_change_s... constant EventTypeArgSsoRemoveCert (line 12380) | EventTypeArgSsoRemoveCert = "sso_remove_c... constant EventTypeArgSsoRemoveLoginUrl (line 12381) | EventTypeArgSsoRemoveLoginUrl = "sso_remove_l... constant EventTypeArgSsoRemoveLogoutUrl (line 12382) | EventTypeArgSsoRemoveLogoutUrl = "sso_remove_l... constant EventTypeArgTeamFolderChangeStatus (line 12383) | EventTypeArgTeamFolderChangeStatus = "team_folder_... constant EventTypeArgTeamFolderCreate (line 12384) | EventTypeArgTeamFolderCreate = "team_folder_... constant EventTypeArgTeamFolderDowngrade (line 12385) | EventTypeArgTeamFolderDowngrade = "team_folder_... constant EventTypeArgTeamFolderPermanentlyDelete (line 12386) | EventTypeArgTeamFolderPermanentlyDelete = "team_folder_... constant EventTypeArgTeamFolderRename (line 12387) | EventTypeArgTeamFolderRename = "team_folder_... constant EventTypeArgTeamSelectiveSyncSettingsChanged (line 12388) | EventTypeArgTeamSelectiveSyncSettingsChanged = "team_selecti... constant EventTypeArgAccountCaptureChangePolicy (line 12389) | EventTypeArgAccountCaptureChangePolicy = "account_capt... constant EventTypeArgAdminEmailRemindersChanged (line 12390) | EventTypeArgAdminEmailRemindersChanged = "admin_email_... constant EventTypeArgAllowDownloadDisabled (line 12391) | EventTypeArgAllowDownloadDisabled = "allow_downlo... constant EventTypeArgAllowDownloadEnabled (line 12392) | EventTypeArgAllowDownloadEnabled = "allow_downlo... constant EventTypeArgAppPermissionsChanged (line 12393) | EventTypeArgAppPermissionsChanged = "app_permissi... constant EventTypeArgCameraUploadsPolicyChanged (line 12394) | EventTypeArgCameraUploadsPolicyChanged = "camera_uploa... constant EventTypeArgCaptureTranscriptPolicyChanged (line 12395) | EventTypeArgCaptureTranscriptPolicyChanged = "capture_tran... constant EventTypeArgClassificationChangePolicy (line 12396) | EventTypeArgClassificationChangePolicy = "classificati... constant EventTypeArgComputerBackupPolicyChanged (line 12397) | EventTypeArgComputerBackupPolicyChanged = "computer_bac... constant EventTypeArgContentAdministrationPolicyChanged (line 12398) | EventTypeArgContentAdministrationPolicyChanged = "content_admi... constant EventTypeArgDataPlacementRestrictionChangePolicy (line 12399) | EventTypeArgDataPlacementRestrictionChangePolicy = "data_placeme... constant EventTypeArgDataPlacementRestrictionSatisfyPolicy (line 12400) | EventTypeArgDataPlacementRestrictionSatisfyPolicy = "data_placeme... constant EventTypeArgDeviceApprovalsAddException (line 12401) | EventTypeArgDeviceApprovalsAddException = "device_appro... constant EventTypeArgDeviceApprovalsChangeDesktopPolicy (line 12402) | EventTypeArgDeviceApprovalsChangeDesktopPolicy = "device_appro... constant EventTypeArgDeviceApprovalsChangeMobilePolicy (line 12403) | EventTypeArgDeviceApprovalsChangeMobilePolicy = "device_appro... constant EventTypeArgDeviceApprovalsChangeOverageAction (line 12404) | EventTypeArgDeviceApprovalsChangeOverageAction = "device_appro... constant EventTypeArgDeviceApprovalsChangeUnlinkAction (line 12405) | EventTypeArgDeviceApprovalsChangeUnlinkAction = "device_appro... constant EventTypeArgDeviceApprovalsRemoveException (line 12406) | EventTypeArgDeviceApprovalsRemoveException = "device_appro... constant EventTypeArgDirectoryRestrictionsAddMembers (line 12407) | EventTypeArgDirectoryRestrictionsAddMembers = "directory_re... constant EventTypeArgDirectoryRestrictionsRemoveMembers (line 12408) | EventTypeArgDirectoryRestrictionsRemoveMembers = "directory_re... constant EventTypeArgDropboxPasswordsPolicyChanged (line 12409) | EventTypeArgDropboxPasswordsPolicyChanged = "dropbox_pass... constant EventTypeArgEmailIngestPolicyChanged (line 12410) | EventTypeArgEmailIngestPolicyChanged = "email_ingest... constant EventTypeArgEmmAddException (line 12411) | EventTypeArgEmmAddException = "emm_add_exce... constant EventTypeArgEmmChangePolicy (line 12412) | EventTypeArgEmmChangePolicy = "emm_change_p... constant EventTypeArgEmmRemoveException (line 12413) | EventTypeArgEmmRemoveException = "emm_remove_e... constant EventTypeArgExtendedVersionHistoryChangePolicy (line 12414) | EventTypeArgExtendedVersionHistoryChangePolicy = "extended_ver... constant EventTypeArgExternalDriveBackupPolicyChanged (line 12415) | EventTypeArgExternalDriveBackupPolicyChanged = "external_dri... constant EventTypeArgFileCommentsChangePolicy (line 12416) | EventTypeArgFileCommentsChangePolicy = "file_comment... constant EventTypeArgFileLockingPolicyChanged (line 12417) | EventTypeArgFileLockingPolicyChanged = "file_locking... constant EventTypeArgFileProviderMigrationPolicyChanged (line 12418) | EventTypeArgFileProviderMigrationPolicyChanged = "file_provide... constant EventTypeArgFileRequestsChangePolicy (line 12419) | EventTypeArgFileRequestsChangePolicy = "file_request... constant EventTypeArgFileRequestsEmailsEnabled (line 12420) | EventTypeArgFileRequestsEmailsEnabled = "file_request... constant EventTypeArgFileRequestsEmailsRestrictedToTeamOnly (line 12421) | EventTypeArgFileRequestsEmailsRestrictedToTeamOnly = "file_request... constant EventTypeArgFileTransfersPolicyChanged (line 12422) | EventTypeArgFileTransfersPolicyChanged = "file_transfe... constant EventTypeArgGoogleSsoChangePolicy (line 12423) | EventTypeArgGoogleSsoChangePolicy = "google_sso_c... constant EventTypeArgGroupUserManagementChangePolicy (line 12424) | EventTypeArgGroupUserManagementChangePolicy = "group_user_m... constant EventTypeArgIntegrationPolicyChanged (line 12425) | EventTypeArgIntegrationPolicyChanged = "integration_... constant EventTypeArgInviteAcceptanceEmailPolicyChanged (line 12426) | EventTypeArgInviteAcceptanceEmailPolicyChanged = "invite_accep... constant EventTypeArgMemberRequestsChangePolicy (line 12427) | EventTypeArgMemberRequestsChangePolicy = "member_reque... constant EventTypeArgMemberSendInvitePolicyChanged (line 12428) | EventTypeArgMemberSendInvitePolicyChanged = "member_send_... constant EventTypeArgMemberSpaceLimitsAddException (line 12429) | EventTypeArgMemberSpaceLimitsAddException = "member_space... constant EventTypeArgMemberSpaceLimitsChangeCapsTypePolicy (line 12430) | EventTypeArgMemberSpaceLimitsChangeCapsTypePolicy = "member_space... constant EventTypeArgMemberSpaceLimitsChangePolicy (line 12431) | EventTypeArgMemberSpaceLimitsChangePolicy = "member_space... constant EventTypeArgMemberSpaceLimitsRemoveException (line 12432) | EventTypeArgMemberSpaceLimitsRemoveException = "member_space... constant EventTypeArgMemberSuggestionsChangePolicy (line 12433) | EventTypeArgMemberSuggestionsChangePolicy = "member_sugge... constant EventTypeArgMicrosoftOfficeAddinChangePolicy (line 12434) | EventTypeArgMicrosoftOfficeAddinChangePolicy = "microsoft_of... constant EventTypeArgNetworkControlChangePolicy (line 12435) | EventTypeArgNetworkControlChangePolicy = "network_cont... constant EventTypeArgPaperChangeDeploymentPolicy (line 12436) | EventTypeArgPaperChangeDeploymentPolicy = "paper_change... constant EventTypeArgPaperChangeMemberLinkPolicy (line 12437) | EventTypeArgPaperChangeMemberLinkPolicy = "paper_change... constant EventTypeArgPaperChangeMemberPolicy (line 12438) | EventTypeArgPaperChangeMemberPolicy = "paper_change... constant EventTypeArgPaperChangePolicy (line 12439) | EventTypeArgPaperChangePolicy = "paper_change... constant EventTypeArgPaperDefaultFolderPolicyChanged (line 12440) | EventTypeArgPaperDefaultFolderPolicyChanged = "paper_defaul... constant EventTypeArgPaperDesktopPolicyChanged (line 12441) | EventTypeArgPaperDesktopPolicyChanged = "paper_deskto... constant EventTypeArgPaperEnabledUsersGroupAddition (line 12442) | EventTypeArgPaperEnabledUsersGroupAddition = "paper_enable... constant EventTypeArgPaperEnabledUsersGroupRemoval (line 12443) | EventTypeArgPaperEnabledUsersGroupRemoval = "paper_enable... constant EventTypeArgPasswordStrengthRequirementsChangePolicy (line 12444) | EventTypeArgPasswordStrengthRequirementsChangePolicy = "password_str... constant EventTypeArgPermanentDeleteChangePolicy (line 12445) | EventTypeArgPermanentDeleteChangePolicy = "permanent_de... constant EventTypeArgResellerSupportChangePolicy (line 12446) | EventTypeArgResellerSupportChangePolicy = "reseller_sup... constant EventTypeArgRewindPolicyChanged (line 12447) | EventTypeArgRewindPolicyChanged = "rewind_polic... constant EventTypeArgSendForSignaturePolicyChanged (line 12448) | EventTypeArgSendForSignaturePolicyChanged = "send_for_sig... constant EventTypeArgSharingChangeFolderJoinPolicy (line 12449) | EventTypeArgSharingChangeFolderJoinPolicy = "sharing_chan... constant EventTypeArgSharingChangeLinkAllowChangeExpirationPolicy (line 12450) | EventTypeArgSharingChangeLinkAllowChangeExpirationPolicy = "sharing_chan... constant EventTypeArgSharingChangeLinkDefaultExpirationPolicy (line 12451) | EventTypeArgSharingChangeLinkDefaultExpirationPolicy = "sharing_chan... constant EventTypeArgSharingChangeLinkEnforcePasswordPolicy (line 12452) | EventTypeArgSharingChangeLinkEnforcePasswordPolicy = "sharing_chan... constant EventTypeArgSharingChangeLinkPolicy (line 12453) | EventTypeArgSharingChangeLinkPolicy = "sharing_chan... constant EventTypeArgSharingChangeMemberPolicy (line 12454) | EventTypeArgSharingChangeMemberPolicy = "sharing_chan... constant EventTypeArgShowcaseChangeDownloadPolicy (line 12455) | EventTypeArgShowcaseChangeDownloadPolicy = "showcase_cha... constant EventTypeArgShowcaseChangeEnabledPolicy (line 12456) | EventTypeArgShowcaseChangeEnabledPolicy = "showcase_cha... constant EventTypeArgShowcaseChangeExternalSharingPolicy (line 12457) | EventTypeArgShowcaseChangeExternalSharingPolicy = "showcase_cha... constant EventTypeArgSmarterSmartSyncPolicyChanged (line 12458) | EventTypeArgSmarterSmartSyncPolicyChanged = "smarter_smar... constant EventTypeArgSmartSyncChangePolicy (line 12459) | EventTypeArgSmartSyncChangePolicy = "smart_sync_c... constant EventTypeArgSmartSyncNotOptOut (line 12460) | EventTypeArgSmartSyncNotOptOut = "smart_sync_n... constant EventTypeArgSmartSyncOptOut (line 12461) | EventTypeArgSmartSyncOptOut = "smart_sync_o... constant EventTypeArgSsoChangePolicy (line 12462) | EventTypeArgSsoChangePolicy = "sso_change_p... constant EventTypeArgTeamBrandingPolicyChanged (line 12463) | EventTypeArgTeamBrandingPolicyChanged = "team_brandin... constant EventTypeArgTeamExtensionsPolicyChanged (line 12464) | EventTypeArgTeamExtensionsPolicyChanged = "team_extensi... constant EventTypeArgTeamSelectiveSyncPolicyChanged (line 12465) | EventTypeArgTeamSelectiveSyncPolicyChanged = "team_selecti... constant EventTypeArgTeamSharingWhitelistSubjectsChanged (line 12466) | EventTypeArgTeamSharingWhitelistSubjectsChanged = "team_sharing... constant EventTypeArgTfaAddException (line 12467) | EventTypeArgTfaAddException = "tfa_add_exce... constant EventTypeArgTfaChangePolicy (line 12468) | EventTypeArgTfaChangePolicy = "tfa_change_p... constant EventTypeArgTfaRemoveException (line 12469) | EventTypeArgTfaRemoveException = "tfa_remove_e... constant EventTypeArgTwoAccountChangePolicy (line 12470) | EventTypeArgTwoAccountChangePolicy = "two_account_... constant EventTypeArgViewerInfoPolicyChanged (line 12471) | EventTypeArgViewerInfoPolicyChanged = "viewer_info_... constant EventTypeArgWatermarkingPolicyChanged (line 12472) | EventTypeArgWatermarkingPolicyChanged = "watermarking... constant EventTypeArgWebSessionsChangeActiveSessionLimit (line 12473) | EventTypeArgWebSessionsChangeActiveSessionLimit = "web_sessions... constant EventTypeArgWebSessionsChangeFixedLengthPolicy (line 12474) | EventTypeArgWebSessionsChangeFixedLengthPolicy = "web_sessions... constant EventTypeArgWebSessionsChangeIdleLengthPolicy (line 12475) | EventTypeArgWebSessionsChangeIdleLengthPolicy = "web_sessions... constant EventTypeArgDataResidencyMigrationRequestSuccessful (line 12476) | EventTypeArgDataResidencyMigrationRequestSuccessful = "data_residen... constant EventTypeArgDataResidencyMigrationRequestUnsuccessful (line 12477) | EventTypeArgDataResidencyMigrationRequestUnsuccessful = "data_residen... constant EventTypeArgTeamMergeFrom (line 12478) | EventTypeArgTeamMergeFrom = "team_merge_f... constant EventTypeArgTeamMergeTo (line 12479) | EventTypeArgTeamMergeTo = "team_merge_to" constant EventTypeArgTeamProfileAddBackground (line 12480) | EventTypeArgTeamProfileAddBackground = "team_profile... constant EventTypeArgTeamProfileAddLogo (line 12481) | EventTypeArgTeamProfileAddLogo = "team_profile... constant EventTypeArgTeamProfileChangeBackground (line 12482) | EventTypeArgTeamProfileChangeBackground = "team_profile... constant EventTypeArgTeamProfileChangeDefaultLanguage (line 12483) | EventTypeArgTeamProfileChangeDefaultLanguage = "team_profile... constant EventTypeArgTeamProfileChangeLogo (line 12484) | EventTypeArgTeamProfileChangeLogo = "team_profile... constant EventTypeArgTeamProfileChangeName (line 12485) | EventTypeArgTeamProfileChangeName = "team_profile... constant EventTypeArgTeamProfileRemoveBackground (line 12486) | EventTypeArgTeamProfileRemoveBackground = "team_profile... constant EventTypeArgTeamProfileRemoveLogo (line 12487) | EventTypeArgTeamProfileRemoveLogo = "team_profile... constant EventTypeArgTfaAddBackupPhone (line 12488) | EventTypeArgTfaAddBackupPhone = "tfa_add_back... constant EventTypeArgTfaAddSecurityKey (line 12489) | EventTypeArgTfaAddSecurityKey = "tfa_add_secu... constant EventTypeArgTfaChangeBackupPhone (line 12490) | EventTypeArgTfaChangeBackupPhone = "tfa_change_b... constant EventTypeArgTfaChangeStatus (line 12491) | EventTypeArgTfaChangeStatus = "tfa_change_s... constant EventTypeArgTfaRemoveBackupPhone (line 12492) | EventTypeArgTfaRemoveBackupPhone = "tfa_remove_b... constant EventTypeArgTfaRemoveSecurityKey (line 12493) | EventTypeArgTfaRemoveSecurityKey = "tfa_remove_s... constant EventTypeArgTfaReset (line 12494) | EventTypeArgTfaReset = "tfa_reset" constant EventTypeArgChangedEnterpriseAdminRole (line 12495) | EventTypeArgChangedEnterpriseAdminRole = "changed_ente... constant EventTypeArgChangedEnterpriseConnectedTeamStatus (line 12496) | EventTypeArgChangedEnterpriseConnectedTeamStatus = "changed_ente... constant EventTypeArgEndedEnterpriseAdminSession (line 12497) | EventTypeArgEndedEnterpriseAdminSession = "ended_enterp... constant EventTypeArgEndedEnterpriseAdminSessionDeprecated (line 12498) | EventTypeArgEndedEnterpriseAdminSessionDeprecated = "ended_enterp... constant EventTypeArgEnterpriseSettingsLocking (line 12499) | EventTypeArgEnterpriseSettingsLocking = "enterprise_s... constant EventTypeArgGuestAdminChangeStatus (line 12500) | EventTypeArgGuestAdminChangeStatus = "guest_admin_... constant EventTypeArgStartedEnterpriseAdminSession (line 12501) | EventTypeArgStartedEnterpriseAdminSession = "started_ente... constant EventTypeArgTeamMergeRequestAccepted (line 12502) | EventTypeArgTeamMergeRequestAccepted = "team_merge_r... constant EventTypeArgTeamMergeRequestAcceptedShownToPrimaryTeam (line 12503) | EventTypeArgTeamMergeRequestAcceptedShownToPrimaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestAcceptedShownToSecondaryTeam (line 12504) | EventTypeArgTeamMergeRequestAcceptedShownToSecondaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestAutoCanceled (line 12505) | EventTypeArgTeamMergeRequestAutoCanceled = "team_merge_r... constant EventTypeArgTeamMergeRequestCanceled (line 12506) | EventTypeArgTeamMergeRequestCanceled = "team_merge_r... constant EventTypeArgTeamMergeRequestCanceledShownToPrimaryTeam (line 12507) | EventTypeArgTeamMergeRequestCanceledShownToPrimaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestCanceledShownToSecondaryTeam (line 12508) | EventTypeArgTeamMergeRequestCanceledShownToSecondaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestExpired (line 12509) | EventTypeArgTeamMergeRequestExpired = "team_merge_r... constant EventTypeArgTeamMergeRequestExpiredShownToPrimaryTeam (line 12510) | EventTypeArgTeamMergeRequestExpiredShownToPrimaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestExpiredShownToSecondaryTeam (line 12511) | EventTypeArgTeamMergeRequestExpiredShownToSecondaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestRejectedShownToPrimaryTeam (line 12512) | EventTypeArgTeamMergeRequestRejectedShownToPrimaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestRejectedShownToSecondaryTeam (line 12513) | EventTypeArgTeamMergeRequestRejectedShownToSecondaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestReminder (line 12514) | EventTypeArgTeamMergeRequestReminder = "team_merge_r... constant EventTypeArgTeamMergeRequestReminderShownToPrimaryTeam (line 12515) | EventTypeArgTeamMergeRequestReminderShownToPrimaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestReminderShownToSecondaryTeam (line 12516) | EventTypeArgTeamMergeRequestReminderShownToSecondaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestRevoked (line 12517) | EventTypeArgTeamMergeRequestRevoked = "team_merge_r... constant EventTypeArgTeamMergeRequestSentShownToPrimaryTeam (line 12518) | EventTypeArgTeamMergeRequestSentShownToPrimaryTeam = "team_merge_r... constant EventTypeArgTeamMergeRequestSentShownToSecondaryTeam (line 12519) | EventTypeArgTeamMergeRequestSentShownToSecondaryTeam = "team_merge_r... constant EventTypeArgOther (line 12520) | EventTypeArgOther = "other" type ExportMembersReportDetails (line 12524) | type ExportMembersReportDetails struct function NewExportMembersReportDetails (line 12528) | func NewExportMembersReportDetails() *ExportMembersReportDetails { type ExportMembersReportFailDetails (line 12534) | type ExportMembersReportFailDetails struct function NewExportMembersReportFailDetails (line 12540) | func NewExportMembersReportFailDetails(FailureReason *team.TeamReportFai... type ExportMembersReportFailType (line 12547) | type ExportMembersReportFailType struct function NewExportMembersReportFailType (line 12553) | func NewExportMembersReportFailType(Description string) *ExportMembersRe... type ExportMembersReportType (line 12560) | type ExportMembersReportType struct function NewExportMembersReportType (line 12566) | func NewExportMembersReportType(Description string) *ExportMembersReport... type ExtendedVersionHistoryChangePolicyDetails (line 12574) | type ExtendedVersionHistoryChangePolicyDetails struct function NewExtendedVersionHistoryChangePolicyDetails (line 12583) | func NewExtendedVersionHistoryChangePolicyDetails(NewValue *ExtendedVers... type ExtendedVersionHistoryChangePolicyType (line 12590) | type ExtendedVersionHistoryChangePolicyType struct function NewExtendedVersionHistoryChangePolicyType (line 12596) | func NewExtendedVersionHistoryChangePolicyType(Description string) *Exte... type ExtendedVersionHistoryPolicy (line 12603) | type ExtendedVersionHistoryPolicy struct constant ExtendedVersionHistoryPolicyExplicitlyLimited (line 12609) | ExtendedVersionHistoryPolicyExplicitlyLimited = "explicitly_limited" constant ExtendedVersionHistoryPolicyExplicitlyUnlimited (line 12610) | ExtendedVersionHistoryPolicyExplicitlyUnlimited = "explicitly_unlimited" constant ExtendedVersionHistoryPolicyImplicitlyLimited (line 12611) | ExtendedVersionHistoryPolicyImplicitlyLimited = "implicitly_limited" constant ExtendedVersionHistoryPolicyImplicitlyUnlimited (line 12612) | ExtendedVersionHistoryPolicyImplicitlyUnlimited = "implicitly_unlimited" constant ExtendedVersionHistoryPolicyOther (line 12613) | ExtendedVersionHistoryPolicyOther = "other" type ExternalDriveBackupEligibilityStatus (line 12618) | type ExternalDriveBackupEligibilityStatus struct constant ExternalDriveBackupEligibilityStatusExceedLicenseCap (line 12624) | ExternalDriveBackupEligibilityStatusExceedLicenseCap = "exceed_license_cap" constant ExternalDriveBackupEligibilityStatusSuccess (line 12625) | ExternalDriveBackupEligibilityStatusSuccess = "success" constant ExternalDriveBackupEligibilityStatusOther (line 12626) | ExternalDriveBackupEligibilityStatusOther = "other" type ExternalDriveBackupEligibilityStatusCheckedDetails (line 12631) | type ExternalDriveBackupEligibilityStatusCheckedDetails struct function NewExternalDriveBackupEligibilityStatusCheckedDetails (line 12642) | func NewExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDevice... type ExternalDriveBackupEligibilityStatusCheckedType (line 12651) | type ExternalDriveBackupEligibilityStatusCheckedType struct function NewExternalDriveBackupEligibilityStatusCheckedType (line 12657) | func NewExternalDriveBackupEligibilityStatusCheckedType(Description stri... type ExternalDriveBackupPolicy (line 12665) | type ExternalDriveBackupPolicy struct constant ExternalDriveBackupPolicyDefault (line 12671) | ExternalDriveBackupPolicyDefault = "default" constant ExternalDriveBackupPolicyDisabled (line 12672) | ExternalDriveBackupPolicyDisabled = "disabled" constant ExternalDriveBackupPolicyEnabled (line 12673) | ExternalDriveBackupPolicyEnabled = "enabled" constant ExternalDriveBackupPolicyOther (line 12674) | ExternalDriveBackupPolicyOther = "other" type ExternalDriveBackupPolicyChangedDetails (line 12679) | type ExternalDriveBackupPolicyChangedDetails struct function NewExternalDriveBackupPolicyChangedDetails (line 12687) | func NewExternalDriveBackupPolicyChangedDetails(NewValue *ExternalDriveB... type ExternalDriveBackupPolicyChangedType (line 12695) | type ExternalDriveBackupPolicyChangedType struct function NewExternalDriveBackupPolicyChangedType (line 12701) | func NewExternalDriveBackupPolicyChangedType(Description string) *Extern... type ExternalDriveBackupStatus (line 12708) | type ExternalDriveBackupStatus struct constant ExternalDriveBackupStatusBroken (line 12714) | ExternalDriveBackupStatusBroken = "broken" constant ExternalDriveBackupStatusCreated (line 12715) | ExternalDriveBackupStatusCreated = "created" constant ExternalDriveBackupStatusCreatedOrBroken (line 12716) | ExternalDriveBackupStatusCreatedOrBroken = "created_or_broken" constant ExternalDriveBackupStatusDeleted (line 12717) | ExternalDriveBackupStatusDeleted = "deleted" constant ExternalDriveBackupStatusEmpty (line 12718) | ExternalDriveBackupStatusEmpty = "empty" constant ExternalDriveBackupStatusUnknown (line 12719) | ExternalDriveBackupStatusUnknown = "unknown" constant ExternalDriveBackupStatusOther (line 12720) | ExternalDriveBackupStatusOther = "other" type ExternalDriveBackupStatusChangedDetails (line 12724) | type ExternalDriveBackupStatusChangedDetails struct function NewExternalDriveBackupStatusChangedDetails (line 12734) | func NewExternalDriveBackupStatusChangedDetails(DesktopDeviceSessionInfo... type ExternalDriveBackupStatusChangedType (line 12743) | type ExternalDriveBackupStatusChangedType struct function NewExternalDriveBackupStatusChangedType (line 12749) | func NewExternalDriveBackupStatusChangedType(Description string) *Extern... type ExternalSharingCreateReportDetails (line 12756) | type ExternalSharingCreateReportDetails struct function NewExternalSharingCreateReportDetails (line 12760) | func NewExternalSharingCreateReportDetails() *ExternalSharingCreateRepor... type ExternalSharingCreateReportType (line 12766) | type ExternalSharingCreateReportType struct function NewExternalSharingCreateReportType (line 12772) | func NewExternalSharingCreateReportType(Description string) *ExternalSha... type ExternalSharingReportFailedDetails (line 12779) | type ExternalSharingReportFailedDetails struct function NewExternalSharingReportFailedDetails (line 12785) | func NewExternalSharingReportFailedDetails(FailureReason *team.TeamRepor... type ExternalSharingReportFailedType (line 12792) | type ExternalSharingReportFailedType struct function NewExternalSharingReportFailedType (line 12798) | func NewExternalSharingReportFailedType(Description string) *ExternalSha... type ExternalUserLogInfo (line 12805) | type ExternalUserLogInfo struct function NewExternalUserLogInfo (line 12813) | func NewExternalUserLogInfo(UserIdentifier string, IdentifierType *Ident... type FailureDetailsLogInfo (line 12821) | type FailureDetailsLogInfo struct function NewFailureDetailsLogInfo (line 12830) | func NewFailureDetailsLogInfo() *FailureDetailsLogInfo { type FedAdminRole (line 12836) | type FedAdminRole struct constant FedAdminRoleEnterpriseAdmin (line 12842) | FedAdminRoleEnterpriseAdmin = "enterprise_admin" constant FedAdminRoleNotEnterpriseAdmin (line 12843) | FedAdminRoleNotEnterpriseAdmin = "not_enterprise_admin" constant FedAdminRoleOther (line 12844) | FedAdminRoleOther = "other" type FedExtraDetails (line 12848) | type FedExtraDetails struct method UnmarshalJSON (line 12864) | func (u *FedExtraDetails) UnmarshalJSON(body []byte) error { constant FedExtraDetailsOrganization (line 12858) | FedExtraDetailsOrganization = "organization" constant FedExtraDetailsTeam (line 12859) | FedExtraDetailsTeam = "team" constant FedExtraDetailsOther (line 12860) | FedExtraDetailsOther = "other" type FedHandshakeAction (line 12890) | type FedHandshakeAction struct constant FedHandshakeActionAcceptedInvite (line 12896) | FedHandshakeActionAcceptedInvite = "accepted_invite" constant FedHandshakeActionCanceledInvite (line 12897) | FedHandshakeActionCanceledInvite = "canceled_invite" constant FedHandshakeActionInviteExpired (line 12898) | FedHandshakeActionInviteExpired = "invite_expired" constant FedHandshakeActionInvited (line 12899) | FedHandshakeActionInvited = "invited" constant FedHandshakeActionRejectedInvite (line 12900) | FedHandshakeActionRejectedInvite = "rejected_invite" constant FedHandshakeActionRemovedTeam (line 12901) | FedHandshakeActionRemovedTeam = "removed_team" constant FedHandshakeActionOther (line 12902) | FedHandshakeActionOther = "other" type FederationStatusChangeAdditionalInfo (line 12907) | type FederationStatusChangeAdditionalInfo struct method UnmarshalJSON (line 12926) | func (u *FederationStatusChangeAdditionalInfo) UnmarshalJSON(body []by... constant FederationStatusChangeAdditionalInfoConnectedTeamName (line 12919) | FederationStatusChangeAdditionalInfoConnectedTeamName = "connected_t... constant FederationStatusChangeAdditionalInfoNonTrustedTeamDetails (line 12920) | FederationStatusChangeAdditionalInfoNonTrustedTeamDetails = "non_trusted... constant FederationStatusChangeAdditionalInfoOrganizationName (line 12921) | FederationStatusChangeAdditionalInfoOrganizationName = "organizatio... constant FederationStatusChangeAdditionalInfoOther (line 12922) | FederationStatusChangeAdditionalInfoOther = "other" type FileAddCommentDetails (line 12957) | type FileAddCommentDetails struct function NewFileAddCommentDetails (line 12963) | func NewFileAddCommentDetails() *FileAddCommentDetails { type FileAddCommentType (line 12969) | type FileAddCommentType struct function NewFileAddCommentType (line 12975) | func NewFileAddCommentType(Description string) *FileAddCommentType { type FileAddDetails (line 12982) | type FileAddDetails struct function NewFileAddDetails (line 12986) | func NewFileAddDetails() *FileAddDetails { type FileAddType (line 12992) | type FileAddType struct function NewFileAddType (line 12998) | func NewFileAddType(Description string) *FileAddType { type FileChangeCommentSubscriptionDetails (line 13006) | type FileChangeCommentSubscriptionDetails struct function NewFileChangeCommentSubscriptionDetails (line 13015) | func NewFileChangeCommentSubscriptionDetails(NewValue *FileCommentNotifi... type FileChangeCommentSubscriptionType (line 13022) | type FileChangeCommentSubscriptionType struct function NewFileChangeCommentSubscriptionType (line 13028) | func NewFileChangeCommentSubscriptionType(Description string) *FileChang... type FileCommentNotificationPolicy (line 13035) | type FileCommentNotificationPolicy struct constant FileCommentNotificationPolicyDisabled (line 13041) | FileCommentNotificationPolicyDisabled = "disabled" constant FileCommentNotificationPolicyEnabled (line 13042) | FileCommentNotificationPolicyEnabled = "enabled" constant FileCommentNotificationPolicyOther (line 13043) | FileCommentNotificationPolicyOther = "other" type FileCommentsChangePolicyDetails (line 13047) | type FileCommentsChangePolicyDetails struct function NewFileCommentsChangePolicyDetails (line 13056) | func NewFileCommentsChangePolicyDetails(NewValue *FileCommentsPolicy) *F... type FileCommentsChangePolicyType (line 13063) | type FileCommentsChangePolicyType struct function NewFileCommentsChangePolicyType (line 13069) | func NewFileCommentsChangePolicyType(Description string) *FileCommentsCh... type FileCommentsPolicy (line 13076) | type FileCommentsPolicy struct constant FileCommentsPolicyDisabled (line 13082) | FileCommentsPolicyDisabled = "disabled" constant FileCommentsPolicyEnabled (line 13083) | FileCommentsPolicyEnabled = "enabled" constant FileCommentsPolicyOther (line 13084) | FileCommentsPolicyOther = "other" type FileCopyDetails (line 13088) | type FileCopyDetails struct function NewFileCopyDetails (line 13094) | func NewFileCopyDetails(RelocateActionDetails []*RelocateAssetReferences... type FileCopyType (line 13101) | type FileCopyType struct function NewFileCopyType (line 13107) | func NewFileCopyType(Description string) *FileCopyType { type FileDeleteCommentDetails (line 13114) | type FileDeleteCommentDetails struct function NewFileDeleteCommentDetails (line 13120) | func NewFileDeleteCommentDetails() *FileDeleteCommentDetails { type FileDeleteCommentType (line 13126) | type FileDeleteCommentType struct function NewFileDeleteCommentType (line 13132) | func NewFileDeleteCommentType(Description string) *FileDeleteCommentType { type FileDeleteDetails (line 13139) | type FileDeleteDetails struct function NewFileDeleteDetails (line 13143) | func NewFileDeleteDetails() *FileDeleteDetails { type FileDeleteType (line 13149) | type FileDeleteType struct function NewFileDeleteType (line 13155) | func NewFileDeleteType(Description string) *FileDeleteType { type FileDownloadDetails (line 13162) | type FileDownloadDetails struct function NewFileDownloadDetails (line 13166) | func NewFileDownloadDetails() *FileDownloadDetails { type FileDownloadType (line 13172) | type FileDownloadType struct function NewFileDownloadType (line 13178) | func NewFileDownloadType(Description string) *FileDownloadType { type FileEditCommentDetails (line 13185) | type FileEditCommentDetails struct function NewFileEditCommentDetails (line 13193) | func NewFileEditCommentDetails(PreviousCommentText string) *FileEditComm... type FileEditCommentType (line 13200) | type FileEditCommentType struct function NewFileEditCommentType (line 13206) | func NewFileEditCommentType(Description string) *FileEditCommentType { type FileEditDetails (line 13213) | type FileEditDetails struct function NewFileEditDetails (line 13217) | func NewFileEditDetails() *FileEditDetails { type FileEditType (line 13223) | type FileEditType struct function NewFileEditType (line 13229) | func NewFileEditType(Description string) *FileEditType { type FileGetCopyReferenceDetails (line 13236) | type FileGetCopyReferenceDetails struct function NewFileGetCopyReferenceDetails (line 13240) | func NewFileGetCopyReferenceDetails() *FileGetCopyReferenceDetails { type FileGetCopyReferenceType (line 13246) | type FileGetCopyReferenceType struct function NewFileGetCopyReferenceType (line 13252) | func NewFileGetCopyReferenceType(Description string) *FileGetCopyReferen... type FileLikeCommentDetails (line 13259) | type FileLikeCommentDetails struct function NewFileLikeCommentDetails (line 13265) | func NewFileLikeCommentDetails() *FileLikeCommentDetails { type FileLikeCommentType (line 13271) | type FileLikeCommentType struct function NewFileLikeCommentType (line 13277) | func NewFileLikeCommentType(Description string) *FileLikeCommentType { type FileLockingLockStatusChangedDetails (line 13284) | type FileLockingLockStatusChangedDetails struct function NewFileLockingLockStatusChangedDetails (line 13292) | func NewFileLockingLockStatusChangedDetails(PreviousValue *LockStatus, N... type FileLockingLockStatusChangedType (line 13300) | type FileLockingLockStatusChangedType struct function NewFileLockingLockStatusChangedType (line 13306) | func NewFileLockingLockStatusChangedType(Description string) *FileLockin... type FileLockingPolicyChangedDetails (line 13313) | type FileLockingPolicyChangedDetails struct function NewFileLockingPolicyChangedDetails (line 13321) | func NewFileLockingPolicyChangedDetails(NewValue *team_policies.FileLock... type FileLockingPolicyChangedType (line 13329) | type FileLockingPolicyChangedType struct function NewFileLockingPolicyChangedType (line 13335) | func NewFileLockingPolicyChangedType(Description string) *FileLockingPol... type FileOrFolderLogInfo (line 13342) | type FileOrFolderLogInfo struct function NewFileOrFolderLogInfo (line 13354) | func NewFileOrFolderLogInfo(Path *PathLogInfo) *FileOrFolderLogInfo { type FileLogInfo (line 13361) | type FileLogInfo struct function NewFileLogInfo (line 13366) | func NewFileLogInfo(Path *PathLogInfo) *FileLogInfo { type FileMoveDetails (line 13373) | type FileMoveDetails struct function NewFileMoveDetails (line 13379) | func NewFileMoveDetails(RelocateActionDetails []*RelocateAssetReferences... type FileMoveType (line 13386) | type FileMoveType struct function NewFileMoveType (line 13392) | func NewFileMoveType(Description string) *FileMoveType { type FilePermanentlyDeleteDetails (line 13399) | type FilePermanentlyDeleteDetails struct function NewFilePermanentlyDeleteDetails (line 13403) | func NewFilePermanentlyDeleteDetails() *FilePermanentlyDeleteDetails { type FilePermanentlyDeleteType (line 13409) | type FilePermanentlyDeleteType struct function NewFilePermanentlyDeleteType (line 13415) | func NewFilePermanentlyDeleteType(Description string) *FilePermanentlyDe... type FilePreviewDetails (line 13422) | type FilePreviewDetails struct function NewFilePreviewDetails (line 13426) | func NewFilePreviewDetails() *FilePreviewDetails { type FilePreviewType (line 13432) | type FilePreviewType struct function NewFilePreviewType (line 13438) | func NewFilePreviewType(Description string) *FilePreviewType { type FileProviderMigrationPolicyChangedDetails (line 13446) | type FileProviderMigrationPolicyChangedDetails struct function NewFileProviderMigrationPolicyChangedDetails (line 13454) | func NewFileProviderMigrationPolicyChangedDetails(NewValue *team_policie... type FileProviderMigrationPolicyChangedType (line 13462) | type FileProviderMigrationPolicyChangedType struct function NewFileProviderMigrationPolicyChangedType (line 13468) | func NewFileProviderMigrationPolicyChangedType(Description string) *File... type FileRenameDetails (line 13475) | type FileRenameDetails struct function NewFileRenameDetails (line 13481) | func NewFileRenameDetails(RelocateActionDetails []*RelocateAssetReferenc... type FileRenameType (line 13488) | type FileRenameType struct function NewFileRenameType (line 13494) | func NewFileRenameType(Description string) *FileRenameType { type FileRequestChangeDetails (line 13501) | type FileRequestChangeDetails struct function NewFileRequestChangeDetails (line 13513) | func NewFileRequestChangeDetails(NewDetails *FileRequestDetails) *FileRe... type FileRequestChangeType (line 13520) | type FileRequestChangeType struct function NewFileRequestChangeType (line 13526) | func NewFileRequestChangeType(Description string) *FileRequestChangeType { type FileRequestCloseDetails (line 13533) | type FileRequestCloseDetails struct function NewFileRequestCloseDetails (line 13543) | func NewFileRequestCloseDetails() *FileRequestCloseDetails { type FileRequestCloseType (line 13549) | type FileRequestCloseType struct function NewFileRequestCloseType (line 13555) | func NewFileRequestCloseType(Description string) *FileRequestCloseType { type FileRequestCreateDetails (line 13562) | type FileRequestCreateDetails struct function NewFileRequestCreateDetails (line 13572) | func NewFileRequestCreateDetails() *FileRequestCreateDetails { type FileRequestCreateType (line 13578) | type FileRequestCreateType struct function NewFileRequestCreateType (line 13584) | func NewFileRequestCreateType(Description string) *FileRequestCreateType { type FileRequestDeadline (line 13591) | type FileRequestDeadline struct function NewFileRequestDeadline (line 13600) | func NewFileRequestDeadline() *FileRequestDeadline { type FileRequestDeleteDetails (line 13606) | type FileRequestDeleteDetails struct function NewFileRequestDeleteDetails (line 13616) | func NewFileRequestDeleteDetails() *FileRequestDeleteDetails { type FileRequestDeleteType (line 13622) | type FileRequestDeleteType struct function NewFileRequestDeleteType (line 13628) | func NewFileRequestDeleteType(Description string) *FileRequestDeleteType { type FileRequestDetails (line 13635) | type FileRequestDetails struct function NewFileRequestDetails (line 13643) | func NewFileRequestDetails(AssetIndex uint64) *FileRequestDetails { type FileRequestReceiveFileDetails (line 13650) | type FileRequestReceiveFileDetails struct function NewFileRequestReceiveFileDetails (line 13666) | func NewFileRequestReceiveFileDetails(SubmittedFileNames []string) *File... type FileRequestReceiveFileType (line 13673) | type FileRequestReceiveFileType struct function NewFileRequestReceiveFileType (line 13679) | func NewFileRequestReceiveFileType(Description string) *FileRequestRecei... type FileRequestsChangePolicyDetails (line 13686) | type FileRequestsChangePolicyDetails struct function NewFileRequestsChangePolicyDetails (line 13695) | func NewFileRequestsChangePolicyDetails(NewValue *FileRequestsPolicy) *F... type FileRequestsChangePolicyType (line 13702) | type FileRequestsChangePolicyType struct function NewFileRequestsChangePolicyType (line 13708) | func NewFileRequestsChangePolicyType(Description string) *FileRequestsCh... type FileRequestsEmailsEnabledDetails (line 13715) | type FileRequestsEmailsEnabledDetails struct function NewFileRequestsEmailsEnabledDetails (line 13719) | func NewFileRequestsEmailsEnabledDetails() *FileRequestsEmailsEnabledDet... type FileRequestsEmailsEnabledType (line 13725) | type FileRequestsEmailsEnabledType struct function NewFileRequestsEmailsEnabledType (line 13731) | func NewFileRequestsEmailsEnabledType(Description string) *FileRequestsE... type FileRequestsEmailsRestrictedToTeamOnlyDetails (line 13739) | type FileRequestsEmailsRestrictedToTeamOnlyDetails struct function NewFileRequestsEmailsRestrictedToTeamOnlyDetails (line 13743) | func NewFileRequestsEmailsRestrictedToTeamOnlyDetails() *FileRequestsEma... type FileRequestsEmailsRestrictedToTeamOnlyType (line 13749) | type FileRequestsEmailsRestrictedToTeamOnlyType struct function NewFileRequestsEmailsRestrictedToTeamOnlyType (line 13755) | func NewFileRequestsEmailsRestrictedToTeamOnlyType(Description string) *... type FileRequestsPolicy (line 13762) | type FileRequestsPolicy struct constant FileRequestsPolicyDisabled (line 13768) | FileRequestsPolicyDisabled = "disabled" constant FileRequestsPolicyEnabled (line 13769) | FileRequestsPolicyEnabled = "enabled" constant FileRequestsPolicyOther (line 13770) | FileRequestsPolicyOther = "other" type FileResolveCommentDetails (line 13774) | type FileResolveCommentDetails struct function NewFileResolveCommentDetails (line 13780) | func NewFileResolveCommentDetails() *FileResolveCommentDetails { type FileResolveCommentType (line 13786) | type FileResolveCommentType struct function NewFileResolveCommentType (line 13792) | func NewFileResolveCommentType(Description string) *FileResolveCommentTy... type FileRestoreDetails (line 13799) | type FileRestoreDetails struct function NewFileRestoreDetails (line 13803) | func NewFileRestoreDetails() *FileRestoreDetails { type FileRestoreType (line 13809) | type FileRestoreType struct function NewFileRestoreType (line 13815) | func NewFileRestoreType(Description string) *FileRestoreType { type FileRevertDetails (line 13822) | type FileRevertDetails struct function NewFileRevertDetails (line 13826) | func NewFileRevertDetails() *FileRevertDetails { type FileRevertType (line 13832) | type FileRevertType struct function NewFileRevertType (line 13838) | func NewFileRevertType(Description string) *FileRevertType { type FileRollbackChangesDetails (line 13845) | type FileRollbackChangesDetails struct function NewFileRollbackChangesDetails (line 13849) | func NewFileRollbackChangesDetails() *FileRollbackChangesDetails { type FileRollbackChangesType (line 13855) | type FileRollbackChangesType struct function NewFileRollbackChangesType (line 13861) | func NewFileRollbackChangesType(Description string) *FileRollbackChanges... type FileSaveCopyReferenceDetails (line 13868) | type FileSaveCopyReferenceDetails struct function NewFileSaveCopyReferenceDetails (line 13874) | func NewFileSaveCopyReferenceDetails(RelocateActionDetails []*RelocateAs... type FileSaveCopyReferenceType (line 13881) | type FileSaveCopyReferenceType struct function NewFileSaveCopyReferenceType (line 13887) | func NewFileSaveCopyReferenceType(Description string) *FileSaveCopyRefer... type FileTransfersFileAddDetails (line 13894) | type FileTransfersFileAddDetails struct function NewFileTransfersFileAddDetails (line 13900) | func NewFileTransfersFileAddDetails(FileTransferId string) *FileTransfer... type FileTransfersFileAddType (line 13907) | type FileTransfersFileAddType struct function NewFileTransfersFileAddType (line 13913) | func NewFileTransfersFileAddType(Description string) *FileTransfersFileA... type FileTransfersPolicy (line 13920) | type FileTransfersPolicy struct constant FileTransfersPolicyDisabled (line 13926) | FileTransfersPolicyDisabled = "disabled" constant FileTransfersPolicyEnabled (line 13927) | FileTransfersPolicyEnabled = "enabled" constant FileTransfersPolicyOther (line 13928) | FileTransfersPolicyOther = "other" type FileTransfersPolicyChangedDetails (line 13932) | type FileTransfersPolicyChangedDetails struct function NewFileTransfersPolicyChangedDetails (line 13940) | func NewFileTransfersPolicyChangedDetails(NewValue *FileTransfersPolicy,... type FileTransfersPolicyChangedType (line 13948) | type FileTransfersPolicyChangedType struct function NewFileTransfersPolicyChangedType (line 13954) | func NewFileTransfersPolicyChangedType(Description string) *FileTransfer... type FileTransfersTransferDeleteDetails (line 13961) | type FileTransfersTransferDeleteDetails struct function NewFileTransfersTransferDeleteDetails (line 13967) | func NewFileTransfersTransferDeleteDetails(FileTransferId string) *FileT... type FileTransfersTransferDeleteType (line 13974) | type FileTransfersTransferDeleteType struct function NewFileTransfersTransferDeleteType (line 13980) | func NewFileTransfersTransferDeleteType(Description string) *FileTransfe... type FileTransfersTransferDownloadDetails (line 13987) | type FileTransfersTransferDownloadDetails struct function NewFileTransfersTransferDownloadDetails (line 13993) | func NewFileTransfersTransferDownloadDetails(FileTransferId string) *Fil... type FileTransfersTransferDownloadType (line 14000) | type FileTransfersTransferDownloadType struct function NewFileTransfersTransferDownloadType (line 14006) | func NewFileTransfersTransferDownloadType(Description string) *FileTrans... type FileTransfersTransferSendDetails (line 14013) | type FileTransfersTransferSendDetails struct function NewFileTransfersTransferSendDetails (line 14019) | func NewFileTransfersTransferSendDetails(FileTransferId string) *FileTra... type FileTransfersTransferSendType (line 14026) | type FileTransfersTransferSendType struct function NewFileTransfersTransferSendType (line 14032) | func NewFileTransfersTransferSendType(Description string) *FileTransfers... type FileTransfersTransferViewDetails (line 14039) | type FileTransfersTransferViewDetails struct function NewFileTransfersTransferViewDetails (line 14045) | func NewFileTransfersTransferViewDetails(FileTransferId string) *FileTra... type FileTransfersTransferViewType (line 14052) | type FileTransfersTransferViewType struct function NewFileTransfersTransferViewType (line 14058) | func NewFileTransfersTransferViewType(Description string) *FileTransfers... type FileUnlikeCommentDetails (line 14065) | type FileUnlikeCommentDetails struct function NewFileUnlikeCommentDetails (line 14071) | func NewFileUnlikeCommentDetails() *FileUnlikeCommentDetails { type FileUnlikeCommentType (line 14077) | type FileUnlikeCommentType struct function NewFileUnlikeCommentType (line 14083) | func NewFileUnlikeCommentType(Description string) *FileUnlikeCommentType { type FileUnresolveCommentDetails (line 14090) | type FileUnresolveCommentDetails struct function NewFileUnresolveCommentDetails (line 14096) | func NewFileUnresolveCommentDetails() *FileUnresolveCommentDetails { type FileUnresolveCommentType (line 14102) | type FileUnresolveCommentType struct function NewFileUnresolveCommentType (line 14108) | func NewFileUnresolveCommentType(Description string) *FileUnresolveComme... type FolderLogInfo (line 14115) | type FolderLogInfo struct function NewFolderLogInfo (line 14122) | func NewFolderLogInfo(Path *PathLogInfo) *FolderLogInfo { type FolderOverviewDescriptionChangedDetails (line 14129) | type FolderOverviewDescriptionChangedDetails struct function NewFolderOverviewDescriptionChangedDetails (line 14136) | func NewFolderOverviewDescriptionChangedDetails(FolderOverviewLocationAs... type FolderOverviewDescriptionChangedType (line 14143) | type FolderOverviewDescriptionChangedType struct function NewFolderOverviewDescriptionChangedType (line 14149) | func NewFolderOverviewDescriptionChangedType(Description string) *Folder... type FolderOverviewItemPinnedDetails (line 14156) | type FolderOverviewItemPinnedDetails struct function NewFolderOverviewItemPinnedDetails (line 14165) | func NewFolderOverviewItemPinnedDetails(FolderOverviewLocationAsset uint... type FolderOverviewItemPinnedType (line 14173) | type FolderOverviewItemPinnedType struct function NewFolderOverviewItemPinnedType (line 14179) | func NewFolderOverviewItemPinnedType(Description string) *FolderOverview... type FolderOverviewItemUnpinnedDetails (line 14186) | type FolderOverviewItemUnpinnedDetails struct function NewFolderOverviewItemUnpinnedDetails (line 14195) | func NewFolderOverviewItemUnpinnedDetails(FolderOverviewLocationAsset ui... type FolderOverviewItemUnpinnedType (line 14203) | type FolderOverviewItemUnpinnedType struct function NewFolderOverviewItemUnpinnedType (line 14209) | func NewFolderOverviewItemUnpinnedType(Description string) *FolderOvervi... type GeoLocationLogInfo (line 14216) | type GeoLocationLogInfo struct function NewGeoLocationLogInfo (line 14228) | func NewGeoLocationLogInfo(IpAddress string) *GeoLocationLogInfo { type GetTeamEventsArg (line 14235) | type GetTeamEventsArg struct function NewGetTeamEventsArg (line 14255) | func NewGetTeamEventsArg() *GetTeamEventsArg { type GetTeamEventsContinueArg (line 14262) | type GetTeamEventsContinueArg struct function NewGetTeamEventsContinueArg (line 14268) | func NewGetTeamEventsContinueArg(Cursor string) *GetTeamEventsContinueArg { type GetTeamEventsContinueError (line 14276) | type GetTeamEventsContinueError struct method UnmarshalJSON (line 14295) | func (u *GetTeamEventsContinueError) UnmarshalJSON(body []byte) error { constant GetTeamEventsContinueErrorBadCursor (line 14289) | GetTeamEventsContinueErrorBadCursor = "bad_cursor" constant GetTeamEventsContinueErrorReset (line 14290) | GetTeamEventsContinueErrorReset = "reset" constant GetTeamEventsContinueErrorOther (line 14291) | GetTeamEventsContinueErrorOther = "other" type GetTeamEventsError (line 14322) | type GetTeamEventsError struct constant GetTeamEventsErrorAccountIdNotFound (line 14328) | GetTeamEventsErrorAccountIdNotFound = "account_id_not_found" constant GetTeamEventsErrorInvalidTimeRange (line 14329) | GetTeamEventsErrorInvalidTimeRange = "invalid_time_range" constant GetTeamEventsErrorInvalidFilters (line 14330) | GetTeamEventsErrorInvalidFilters = "invalid_filters" constant GetTeamEventsErrorOther (line 14331) | GetTeamEventsErrorOther = "other" type GetTeamEventsResult (line 14335) | type GetTeamEventsResult struct function NewGetTeamEventsResult (line 14354) | func NewGetTeamEventsResult(Events []*TeamEvent, Cursor string, HasMore ... type GoogleSsoChangePolicyDetails (line 14364) | type GoogleSsoChangePolicyDetails struct function NewGoogleSsoChangePolicyDetails (line 14373) | func NewGoogleSsoChangePolicyDetails(NewValue *GoogleSsoPolicy) *GoogleS... type GoogleSsoChangePolicyType (line 14380) | type GoogleSsoChangePolicyType struct function NewGoogleSsoChangePolicyType (line 14386) | func NewGoogleSsoChangePolicyType(Description string) *GoogleSsoChangePo... type GoogleSsoPolicy (line 14393) | type GoogleSsoPolicy struct constant GoogleSsoPolicyDisabled (line 14399) | GoogleSsoPolicyDisabled = "disabled" constant GoogleSsoPolicyEnabled (line 14400) | GoogleSsoPolicyEnabled = "enabled" constant GoogleSsoPolicyOther (line 14401) | GoogleSsoPolicyOther = "other" type GovernancePolicyAddFolderFailedDetails (line 14405) | type GovernancePolicyAddFolderFailedDetails struct function NewGovernancePolicyAddFolderFailedDetails (line 14419) | func NewGovernancePolicyAddFolderFailedDetails(GovernancePolicyId string... type GovernancePolicyAddFolderFailedType (line 14428) | type GovernancePolicyAddFolderFailedType struct function NewGovernancePolicyAddFolderFailedType (line 14434) | func NewGovernancePolicyAddFolderFailedType(Description string) *Governa... type GovernancePolicyAddFoldersDetails (line 14441) | type GovernancePolicyAddFoldersDetails struct function NewGovernancePolicyAddFoldersDetails (line 14453) | func NewGovernancePolicyAddFoldersDetails(GovernancePolicyId string, Nam... type GovernancePolicyAddFoldersType (line 14461) | type GovernancePolicyAddFoldersType struct function NewGovernancePolicyAddFoldersType (line 14467) | func NewGovernancePolicyAddFoldersType(Description string) *GovernancePo... type GovernancePolicyContentDisposedDetails (line 14474) | type GovernancePolicyContentDisposedDetails struct function NewGovernancePolicyContentDisposedDetails (line 14486) | func NewGovernancePolicyContentDisposedDetails(GovernancePolicyId string... type GovernancePolicyContentDisposedType (line 14495) | type GovernancePolicyContentDisposedType struct function NewGovernancePolicyContentDisposedType (line 14501) | func NewGovernancePolicyContentDisposedType(Description string) *Governa... type GovernancePolicyCreateDetails (line 14508) | type GovernancePolicyCreateDetails struct function NewGovernancePolicyCreateDetails (line 14522) | func NewGovernancePolicyCreateDetails(GovernancePolicyId string, Name st... type GovernancePolicyCreateType (line 14531) | type GovernancePolicyCreateType struct function NewGovernancePolicyCreateType (line 14537) | func NewGovernancePolicyCreateType(Description string) *GovernancePolicy... type GovernancePolicyDeleteDetails (line 14544) | type GovernancePolicyDeleteDetails struct function NewGovernancePolicyDeleteDetails (line 14554) | func NewGovernancePolicyDeleteDetails(GovernancePolicyId string, Name st... type GovernancePolicyDeleteType (line 14562) | type GovernancePolicyDeleteType struct function NewGovernancePolicyDeleteType (line 14568) | func NewGovernancePolicyDeleteType(Description string) *GovernancePolicy... type GovernancePolicyEditDetailsDetails (line 14575) | type GovernancePolicyEditDetailsDetails struct function NewGovernancePolicyEditDetailsDetails (line 14591) | func NewGovernancePolicyEditDetailsDetails(GovernancePolicyId string, Na... type GovernancePolicyEditDetailsType (line 14602) | type GovernancePolicyEditDetailsType struct function NewGovernancePolicyEditDetailsType (line 14608) | func NewGovernancePolicyEditDetailsType(Description string) *GovernanceP... type GovernancePolicyEditDurationDetails (line 14615) | type GovernancePolicyEditDurationDetails struct function NewGovernancePolicyEditDurationDetails (line 14629) | func NewGovernancePolicyEditDurationDetails(GovernancePolicyId string, N... type GovernancePolicyEditDurationType (line 14639) | type GovernancePolicyEditDurationType struct function NewGovernancePolicyEditDurationType (line 14645) | func NewGovernancePolicyEditDurationType(Description string) *Governance... type GovernancePolicyExportCreatedDetails (line 14652) | type GovernancePolicyExportCreatedDetails struct function NewGovernancePolicyExportCreatedDetails (line 14664) | func NewGovernancePolicyExportCreatedDetails(GovernancePolicyId string, ... type GovernancePolicyExportCreatedType (line 14673) | type GovernancePolicyExportCreatedType struct function NewGovernancePolicyExportCreatedType (line 14679) | func NewGovernancePolicyExportCreatedType(Description string) *Governanc... type GovernancePolicyExportRemovedDetails (line 14686) | type GovernancePolicyExportRemovedDetails struct function NewGovernancePolicyExportRemovedDetails (line 14698) | func NewGovernancePolicyExportRemovedDetails(GovernancePolicyId string, ... type GovernancePolicyExportRemovedType (line 14707) | type GovernancePolicyExportRemovedType struct function NewGovernancePolicyExportRemovedType (line 14713) | func NewGovernancePolicyExportRemovedType(Description string) *Governanc... type GovernancePolicyRemoveFoldersDetails (line 14720) | type GovernancePolicyRemoveFoldersDetails struct function NewGovernancePolicyRemoveFoldersDetails (line 14734) | func NewGovernancePolicyRemoveFoldersDetails(GovernancePolicyId string, ... type GovernancePolicyRemoveFoldersType (line 14742) | type GovernancePolicyRemoveFoldersType struct function NewGovernancePolicyRemoveFoldersType (line 14748) | func NewGovernancePolicyRemoveFoldersType(Description string) *Governanc... type GovernancePolicyReportCreatedDetails (line 14755) | type GovernancePolicyReportCreatedDetails struct function NewGovernancePolicyReportCreatedDetails (line 14765) | func NewGovernancePolicyReportCreatedDetails(GovernancePolicyId string, ... type GovernancePolicyReportCreatedType (line 14773) | type GovernancePolicyReportCreatedType struct function NewGovernancePolicyReportCreatedType (line 14779) | func NewGovernancePolicyReportCreatedType(Description string) *Governanc... type GovernancePolicyZipPartDownloadedDetails (line 14786) | type GovernancePolicyZipPartDownloadedDetails struct function NewGovernancePolicyZipPartDownloadedDetails (line 14800) | func NewGovernancePolicyZipPartDownloadedDetails(GovernancePolicyId stri... type GovernancePolicyZipPartDownloadedType (line 14809) | type GovernancePolicyZipPartDownloadedType struct function NewGovernancePolicyZipPartDownloadedType (line 14815) | func NewGovernancePolicyZipPartDownloadedType(Description string) *Gover... type GroupAddExternalIdDetails (line 14822) | type GroupAddExternalIdDetails struct function NewGroupAddExternalIdDetails (line 14828) | func NewGroupAddExternalIdDetails(NewValue string) *GroupAddExternalIdDe... type GroupAddExternalIdType (line 14835) | type GroupAddExternalIdType struct function NewGroupAddExternalIdType (line 14841) | func NewGroupAddExternalIdType(Description string) *GroupAddExternalIdTy... type GroupAddMemberDetails (line 14848) | type GroupAddMemberDetails struct function NewGroupAddMemberDetails (line 14854) | func NewGroupAddMemberDetails(IsGroupOwner bool) *GroupAddMemberDetails { type GroupAddMemberType (line 14861) | type GroupAddMemberType struct function NewGroupAddMemberType (line 14867) | func NewGroupAddMemberType(Description string) *GroupAddMemberType { type GroupChangeExternalIdDetails (line 14874) | type GroupChangeExternalIdDetails struct function NewGroupChangeExternalIdDetails (line 14882) | func NewGroupChangeExternalIdDetails(NewValue string, PreviousValue stri... type GroupChangeExternalIdType (line 14890) | type GroupChangeExternalIdType struct function NewGroupChangeExternalIdType (line 14896) | func NewGroupChangeExternalIdType(Description string) *GroupChangeExtern... type GroupChangeManagementTypeDetails (line 14903) | type GroupChangeManagementTypeDetails struct function NewGroupChangeManagementTypeDetails (line 14912) | func NewGroupChangeManagementTypeDetails(NewValue *team_common.GroupMana... type GroupChangeManagementTypeType (line 14919) | type GroupChangeManagementTypeType struct function NewGroupChangeManagementTypeType (line 14925) | func NewGroupChangeManagementTypeType(Description string) *GroupChangeMa... type GroupChangeMemberRoleDetails (line 14932) | type GroupChangeMemberRoleDetails struct function NewGroupChangeMemberRoleDetails (line 14938) | func NewGroupChangeMemberRoleDetails(IsGroupOwner bool) *GroupChangeMemb... type GroupChangeMemberRoleType (line 14945) | type GroupChangeMemberRoleType struct function NewGroupChangeMemberRoleType (line 14951) | func NewGroupChangeMemberRoleType(Description string) *GroupChangeMember... type GroupCreateDetails (line 14958) | type GroupCreateDetails struct function NewGroupCreateDetails (line 14966) | func NewGroupCreateDetails() *GroupCreateDetails { type GroupCreateType (line 14972) | type GroupCreateType struct function NewGroupCreateType (line 14978) | func NewGroupCreateType(Description string) *GroupCreateType { type GroupDeleteDetails (line 14985) | type GroupDeleteDetails struct function NewGroupDeleteDetails (line 14991) | func NewGroupDeleteDetails() *GroupDeleteDetails { type GroupDeleteType (line 14997) | type GroupDeleteType struct function NewGroupDeleteType (line 15003) | func NewGroupDeleteType(Description string) *GroupDeleteType { type GroupDescriptionUpdatedDetails (line 15010) | type GroupDescriptionUpdatedDetails struct function NewGroupDescriptionUpdatedDetails (line 15014) | func NewGroupDescriptionUpdatedDetails() *GroupDescriptionUpdatedDetails { type GroupDescriptionUpdatedType (line 15020) | type GroupDescriptionUpdatedType struct function NewGroupDescriptionUpdatedType (line 15026) | func NewGroupDescriptionUpdatedType(Description string) *GroupDescriptio... type GroupJoinPolicy (line 15033) | type GroupJoinPolicy struct constant GroupJoinPolicyOpen (line 15039) | GroupJoinPolicyOpen = "open" constant GroupJoinPolicyRequestToJoin (line 15040) | GroupJoinPolicyRequestToJoin = "request_to_join" constant GroupJoinPolicyOther (line 15041) | GroupJoinPolicyOther = "other" type GroupJoinPolicyUpdatedDetails (line 15045) | type GroupJoinPolicyUpdatedDetails struct function NewGroupJoinPolicyUpdatedDetails (line 15053) | func NewGroupJoinPolicyUpdatedDetails() *GroupJoinPolicyUpdatedDetails { type GroupJoinPolicyUpdatedType (line 15059) | type GroupJoinPolicyUpdatedType struct function NewGroupJoinPolicyUpdatedType (line 15065) | func NewGroupJoinPolicyUpdatedType(Description string) *GroupJoinPolicyU... type GroupLogInfo (line 15072) | type GroupLogInfo struct function NewGroupLogInfo (line 15082) | func NewGroupLogInfo(DisplayName string) *GroupLogInfo { type GroupMovedDetails (line 15089) | type GroupMovedDetails struct function NewGroupMovedDetails (line 15093) | func NewGroupMovedDetails() *GroupMovedDetails { type GroupMovedType (line 15099) | type GroupMovedType struct function NewGroupMovedType (line 15105) | func NewGroupMovedType(Description string) *GroupMovedType { type GroupRemoveExternalIdDetails (line 15112) | type GroupRemoveExternalIdDetails struct function NewGroupRemoveExternalIdDetails (line 15118) | func NewGroupRemoveExternalIdDetails(PreviousValue string) *GroupRemoveE... type GroupRemoveExternalIdType (line 15125) | type GroupRemoveExternalIdType struct function NewGroupRemoveExternalIdType (line 15131) | func NewGroupRemoveExternalIdType(Description string) *GroupRemoveExtern... type GroupRemoveMemberDetails (line 15138) | type GroupRemoveMemberDetails struct function NewGroupRemoveMemberDetails (line 15142) | func NewGroupRemoveMemberDetails() *GroupRemoveMemberDetails { type GroupRemoveMemberType (line 15148) | type GroupRemoveMemberType struct function NewGroupRemoveMemberType (line 15154) | func NewGroupRemoveMemberType(Description string) *GroupRemoveMemberType { type GroupRenameDetails (line 15161) | type GroupRenameDetails struct function NewGroupRenameDetails (line 15169) | func NewGroupRenameDetails(PreviousValue string, NewValue string) *Group... type GroupRenameType (line 15177) | type GroupRenameType struct function NewGroupRenameType (line 15183) | func NewGroupRenameType(Description string) *GroupRenameType { type GroupUserManagementChangePolicyDetails (line 15190) | type GroupUserManagementChangePolicyDetails struct function NewGroupUserManagementChangePolicyDetails (line 15199) | func NewGroupUserManagementChangePolicyDetails(NewValue *team_policies.G... type GroupUserManagementChangePolicyType (line 15206) | type GroupUserManagementChangePolicyType struct function NewGroupUserManagementChangePolicyType (line 15212) | func NewGroupUserManagementChangePolicyType(Description string) *GroupUs... type GuestAdminChangeStatusDetails (line 15219) | type GuestAdminChangeStatusDetails struct function NewGuestAdminChangeStatusDetails (line 15235) | func NewGuestAdminChangeStatusDetails(IsGuest bool, PreviousValue *Trust... type GuestAdminChangeStatusType (line 15245) | type GuestAdminChangeStatusType struct function NewGuestAdminChangeStatusType (line 15251) | func NewGuestAdminChangeStatusType(Description string) *GuestAdminChange... type GuestAdminSignedInViaTrustedTeamsDetails (line 15259) | type GuestAdminSignedInViaTrustedTeamsDetails struct function NewGuestAdminSignedInViaTrustedTeamsDetails (line 15267) | func NewGuestAdminSignedInViaTrustedTeamsDetails() *GuestAdminSignedInVi... type GuestAdminSignedInViaTrustedTeamsType (line 15273) | type GuestAdminSignedInViaTrustedTeamsType struct function NewGuestAdminSignedInViaTrustedTeamsType (line 15279) | func NewGuestAdminSignedInViaTrustedTeamsType(Description string) *Guest... type GuestAdminSignedOutViaTrustedTeamsDetails (line 15286) | type GuestAdminSignedOutViaTrustedTeamsDetails struct function NewGuestAdminSignedOutViaTrustedTeamsDetails (line 15294) | func NewGuestAdminSignedOutViaTrustedTeamsDetails() *GuestAdminSignedOut... type GuestAdminSignedOutViaTrustedTeamsType (line 15300) | type GuestAdminSignedOutViaTrustedTeamsType struct function NewGuestAdminSignedOutViaTrustedTeamsType (line 15306) | func NewGuestAdminSignedOutViaTrustedTeamsType(Description string) *Gues... type IdentifierType (line 15313) | type IdentifierType struct constant IdentifierTypeEmail (line 15319) | IdentifierTypeEmail = "email" constant IdentifierTypeFacebookProfileName (line 15320) | IdentifierTypeFacebookProfileName = "facebook_profile_name" constant IdentifierTypeOther (line 15321) | IdentifierTypeOther = "other" type IntegrationConnectedDetails (line 15325) | type IntegrationConnectedDetails struct function NewIntegrationConnectedDetails (line 15331) | func NewIntegrationConnectedDetails(IntegrationName string) *Integration... type IntegrationConnectedType (line 15338) | type IntegrationConnectedType struct function NewIntegrationConnectedType (line 15344) | func NewIntegrationConnectedType(Description string) *IntegrationConnect... type IntegrationDisconnectedDetails (line 15351) | type IntegrationDisconnectedDetails struct function NewIntegrationDisconnectedDetails (line 15357) | func NewIntegrationDisconnectedDetails(IntegrationName string) *Integrat... type IntegrationDisconnectedType (line 15364) | type IntegrationDisconnectedType struct function NewIntegrationDisconnectedType (line 15370) | func NewIntegrationDisconnectedType(Description string) *IntegrationDisc... type IntegrationPolicy (line 15378) | type IntegrationPolicy struct constant IntegrationPolicyDisabled (line 15384) | IntegrationPolicyDisabled = "disabled" constant IntegrationPolicyEnabled (line 15385) | IntegrationPolicyEnabled = "enabled" constant IntegrationPolicyOther (line 15386) | IntegrationPolicyOther = "other" type IntegrationPolicyChangedDetails (line 15390) | type IntegrationPolicyChangedDetails struct function NewIntegrationPolicyChangedDetails (line 15400) | func NewIntegrationPolicyChangedDetails(IntegrationName string, NewValue... type IntegrationPolicyChangedType (line 15409) | type IntegrationPolicyChangedType struct function NewIntegrationPolicyChangedType (line 15415) | func NewIntegrationPolicyChangedType(Description string) *IntegrationPol... type InviteAcceptanceEmailPolicy (line 15423) | type InviteAcceptanceEmailPolicy struct constant InviteAcceptanceEmailPolicyDisabled (line 15429) | InviteAcceptanceEmailPolicyDisabled = "disabled" constant InviteAcceptanceEmailPolicyEnabled (line 15430) | InviteAcceptanceEmailPolicyEnabled = "enabled" constant InviteAcceptanceEmailPolicyOther (line 15431) | InviteAcceptanceEmailPolicyOther = "other" type InviteAcceptanceEmailPolicyChangedDetails (line 15436) | type InviteAcceptanceEmailPolicyChangedDetails struct function NewInviteAcceptanceEmailPolicyChangedDetails (line 15444) | func NewInviteAcceptanceEmailPolicyChangedDetails(NewValue *InviteAccept... type InviteAcceptanceEmailPolicyChangedType (line 15452) | type InviteAcceptanceEmailPolicyChangedType struct function NewInviteAcceptanceEmailPolicyChangedType (line 15458) | func NewInviteAcceptanceEmailPolicyChangedType(Description string) *Invi... type InviteMethod (line 15465) | type InviteMethod struct constant InviteMethodAutoApprove (line 15471) | InviteMethodAutoApprove = "auto_approve" constant InviteMethodInviteLink (line 15472) | InviteMethodInviteLink = "invite_link" constant InviteMethodMemberInvite (line 15473) | InviteMethodMemberInvite = "member_invite" constant InviteMethodMovedFromAnotherTeam (line 15474) | InviteMethodMovedFromAnotherTeam = "moved_from_another_team" constant InviteMethodOther (line 15475) | InviteMethodOther = "other" type JoinTeamDetails (line 15480) | type JoinTeamDetails struct function NewJoinTeamDetails (line 15510) | func NewJoinTeamDetails(LinkedApps []*UserLinkedAppLogInfo, LinkedDevice... type LabelType (line 15519) | type LabelType struct constant LabelTypePersonalInformation (line 15525) | LabelTypePersonalInformation = "personal_information" constant LabelTypeTestOnly (line 15526) | LabelTypeTestOnly = "test_only" constant LabelTypeUserDefinedTag (line 15527) | LabelTypeUserDefinedTag = "user_defined_tag" constant LabelTypeOther (line 15528) | LabelTypeOther = "other" type LegacyDeviceSessionLogInfo (line 15532) | type LegacyDeviceSessionLogInfo struct method UnmarshalJSON (line 15569) | func (u *LegacyDeviceSessionLogInfo) UnmarshalJSON(b []byte) error { function NewLegacyDeviceSessionLogInfo (line 15563) | func NewLegacyDeviceSessionLogInfo() *LegacyDeviceSessionLogInfo { type LegalHoldsActivateAHoldDetails (line 15628) | type LegalHoldsActivateAHoldDetails struct function NewLegalHoldsActivateAHoldDetails (line 15640) | func NewLegalHoldsActivateAHoldDetails(LegalHoldId string, Name string, ... type LegalHoldsActivateAHoldType (line 15649) | type LegalHoldsActivateAHoldType struct function NewLegalHoldsActivateAHoldType (line 15655) | func NewLegalHoldsActivateAHoldType(Description string) *LegalHoldsActiv... type LegalHoldsAddMembersDetails (line 15662) | type LegalHoldsAddMembersDetails struct function NewLegalHoldsAddMembersDetails (line 15670) | func NewLegalHoldsAddMembersDetails(LegalHoldId string, Name string) *Le... type LegalHoldsAddMembersType (line 15678) | type LegalHoldsAddMembersType struct function NewLegalHoldsAddMembersType (line 15684) | func NewLegalHoldsAddMembersType(Description string) *LegalHoldsAddMembe... type LegalHoldsChangeHoldDetailsDetails (line 15691) | type LegalHoldsChangeHoldDetailsDetails struct function NewLegalHoldsChangeHoldDetailsDetails (line 15703) | func NewLegalHoldsChangeHoldDetailsDetails(LegalHoldId string, Name stri... type LegalHoldsChangeHoldDetailsType (line 15713) | type LegalHoldsChangeHoldDetailsType struct function NewLegalHoldsChangeHoldDetailsType (line 15719) | func NewLegalHoldsChangeHoldDetailsType(Description string) *LegalHoldsC... type LegalHoldsChangeHoldNameDetails (line 15726) | type LegalHoldsChangeHoldNameDetails struct function NewLegalHoldsChangeHoldNameDetails (line 15736) | func NewLegalHoldsChangeHoldNameDetails(LegalHoldId string, PreviousValu... type LegalHoldsChangeHoldNameType (line 15745) | type LegalHoldsChangeHoldNameType struct function NewLegalHoldsChangeHoldNameType (line 15751) | func NewLegalHoldsChangeHoldNameType(Description string) *LegalHoldsChan... type LegalHoldsExportAHoldDetails (line 15758) | type LegalHoldsExportAHoldDetails struct function NewLegalHoldsExportAHoldDetails (line 15768) | func NewLegalHoldsExportAHoldDetails(LegalHoldId string, Name string) *L... type LegalHoldsExportAHoldType (line 15776) | type LegalHoldsExportAHoldType struct function NewLegalHoldsExportAHoldType (line 15782) | func NewLegalHoldsExportAHoldType(Description string) *LegalHoldsExportA... type LegalHoldsExportCancelledDetails (line 15789) | type LegalHoldsExportCancelledDetails struct function NewLegalHoldsExportCancelledDetails (line 15799) | func NewLegalHoldsExportCancelledDetails(LegalHoldId string, Name string... type LegalHoldsExportCancelledType (line 15808) | type LegalHoldsExportCancelledType struct function NewLegalHoldsExportCancelledType (line 15814) | func NewLegalHoldsExportCancelledType(Description string) *LegalHoldsExp... type LegalHoldsExportDownloadedDetails (line 15821) | type LegalHoldsExportDownloadedDetails struct function NewLegalHoldsExportDownloadedDetails (line 15835) | func NewLegalHoldsExportDownloadedDetails(LegalHoldId string, Name strin... type LegalHoldsExportDownloadedType (line 15844) | type LegalHoldsExportDownloadedType struct function NewLegalHoldsExportDownloadedType (line 15850) | func NewLegalHoldsExportDownloadedType(Description string) *LegalHoldsEx... type LegalHoldsExportRemovedDetails (line 15857) | type LegalHoldsExportRemovedDetails struct function NewLegalHoldsExportRemovedDetails (line 15867) | func NewLegalHoldsExportRemovedDetails(LegalHoldId string, Name string, ... type LegalHoldsExportRemovedType (line 15876) | type LegalHoldsExportRemovedType struct function NewLegalHoldsExportRemovedType (line 15882) | func NewLegalHoldsExportRemovedType(Description string) *LegalHoldsExpor... type LegalHoldsReleaseAHoldDetails (line 15889) | type LegalHoldsReleaseAHoldDetails struct function NewLegalHoldsReleaseAHoldDetails (line 15897) | func NewLegalHoldsReleaseAHoldDetails(LegalHoldId string, Name string) *... type LegalHoldsReleaseAHoldType (line 15905) | type LegalHoldsReleaseAHoldType struct function NewLegalHoldsReleaseAHoldType (line 15911) | func NewLegalHoldsReleaseAHoldType(Description string) *LegalHoldsReleas... type LegalHoldsRemoveMembersDetails (line 15918) | type LegalHoldsRemoveMembersDetails struct function NewLegalHoldsRemoveMembersDetails (line 15926) | func NewLegalHoldsRemoveMembersDetails(LegalHoldId string, Name string) ... type LegalHoldsRemoveMembersType (line 15934) | type LegalHoldsRemoveMembersType struct function NewLegalHoldsRemoveMembersType (line 15940) | func NewLegalHoldsRemoveMembersType(Description string) *LegalHoldsRemov... type LegalHoldsReportAHoldDetails (line 15947) | type LegalHoldsReportAHoldDetails struct function NewLegalHoldsReportAHoldDetails (line 15955) | func NewLegalHoldsReportAHoldDetails(LegalHoldId string, Name string) *L... type LegalHoldsReportAHoldType (line 15963) | type LegalHoldsReportAHoldType struct function NewLegalHoldsReportAHoldType (line 15969) | func NewLegalHoldsReportAHoldType(Description string) *LegalHoldsReportA... type LinkedDeviceLogInfo (line 15976) | type LinkedDeviceLogInfo struct method UnmarshalJSON (line 15998) | func (u *LinkedDeviceLogInfo) UnmarshalJSON(body []byte) error { constant LinkedDeviceLogInfoDesktopDeviceSession (line 15990) | LinkedDeviceLogInfoDesktopDeviceSession = "desktop_device_session" constant LinkedDeviceLogInfoLegacyDeviceSession (line 15991) | LinkedDeviceLogInfoLegacyDeviceSession = "legacy_device_session" constant LinkedDeviceLogInfoMobileDeviceSession (line 15992) | LinkedDeviceLogInfoMobileDeviceSession = "mobile_device_session" constant LinkedDeviceLogInfoWebDeviceSession (line 15993) | LinkedDeviceLogInfoWebDeviceSession = "web_device_session" constant LinkedDeviceLogInfoOther (line 15994) | LinkedDeviceLogInfoOther = "other" type LockStatus (line 16034) | type LockStatus struct constant LockStatusLocked (line 16040) | LockStatusLocked = "locked" constant LockStatusUnlocked (line 16041) | LockStatusUnlocked = "unlocked" constant LockStatusOther (line 16042) | LockStatusOther = "other" type LoginFailDetails (line 16046) | type LoginFailDetails struct function NewLoginFailDetails (line 16057) | func NewLoginFailDetails(LoginMethod *LoginMethod, ErrorDetails *Failure... type LoginFailType (line 16065) | type LoginFailType struct function NewLoginFailType (line 16071) | func NewLoginFailType(Description string) *LoginFailType { type LoginMethod (line 16078) | type LoginMethod struct constant LoginMethodAppleOauth (line 16084) | LoginMethodAppleOauth = "apple_oauth" constant LoginMethodFirstPartyTokenExchange (line 16085) | LoginMethodFirstPartyTokenExchange = "first_party_token_exchange" constant LoginMethodGoogleOauth (line 16086) | LoginMethodGoogleOauth = "google_oauth" constant LoginMethodPassword (line 16087) | LoginMethodPassword = "password" constant LoginMethodQrCode (line 16088) | LoginMethodQrCode = "qr_code" constant LoginMethodSaml (line 16089) | LoginMethodSaml = "saml" constant LoginMethodTwoFactorAuthentication (line 16090) | LoginMethodTwoFactorAuthentication = "two_factor_authentication" constant LoginMethodWebSession (line 16091) | LoginMethodWebSession = "web_session" constant LoginMethodOther (line 16092) | LoginMethodOther = "other" type LoginSuccessDetails (line 16096) | type LoginSuccessDetails struct function NewLoginSuccessDetails (line 16105) | func NewLoginSuccessDetails(LoginMethod *LoginMethod) *LoginSuccessDetai... type LoginSuccessType (line 16112) | type LoginSuccessType struct function NewLoginSuccessType (line 16118) | func NewLoginSuccessType(Description string) *LoginSuccessType { type LogoutDetails (line 16125) | type LogoutDetails struct function NewLogoutDetails (line 16131) | func NewLogoutDetails() *LogoutDetails { type LogoutType (line 16137) | type LogoutType struct function NewLogoutType (line 16143) | func NewLogoutType(Description string) *LogoutType { type MemberAddExternalIdDetails (line 16150) | type MemberAddExternalIdDetails struct function NewMemberAddExternalIdDetails (line 16156) | func NewMemberAddExternalIdDetails(NewValue string) *MemberAddExternalId... type MemberAddExternalIdType (line 16163) | type MemberAddExternalIdType struct function NewMemberAddExternalIdType (line 16169) | func NewMemberAddExternalIdType(Description string) *MemberAddExternalId... type MemberAddNameDetails (line 16176) | type MemberAddNameDetails struct function NewMemberAddNameDetails (line 16182) | func NewMemberAddNameDetails(NewValue *UserNameLogInfo) *MemberAddNameDe... type MemberAddNameType (line 16189) | type MemberAddNameType struct function NewMemberAddNameType (line 16195) | func NewMemberAddNameType(Description string) *MemberAddNameType { type MemberChangeAdminRoleDetails (line 16202) | type MemberChangeAdminRoleDetails struct function NewMemberChangeAdminRoleDetails (line 16213) | func NewMemberChangeAdminRoleDetails() *MemberChangeAdminRoleDetails { type MemberChangeAdminRoleType (line 16219) | type MemberChangeAdminRoleType struct function NewMemberChangeAdminRoleType (line 16225) | func NewMemberChangeAdminRoleType(Description string) *MemberChangeAdmin... type MemberChangeEmailDetails (line 16232) | type MemberChangeEmailDetails struct function NewMemberChangeEmailDetails (line 16241) | func NewMemberChangeEmailDetails(NewValue string) *MemberChangeEmailDeta... type MemberChangeEmailType (line 16248) | type MemberChangeEmailType struct function NewMemberChangeEmailType (line 16254) | func NewMemberChangeEmailType(Description string) *MemberChangeEmailType { type MemberChangeExternalIdDetails (line 16261) | type MemberChangeExternalIdDetails struct function NewMemberChangeExternalIdDetails (line 16269) | func NewMemberChangeExternalIdDetails(NewValue string, PreviousValue str... type MemberChangeExternalIdType (line 16277) | type MemberChangeExternalIdType struct function NewMemberChangeExternalIdType (line 16283) | func NewMemberChangeExternalIdType(Description string) *MemberChangeExte... type MemberChangeMembershipTypeDetails (line 16291) | type MemberChangeMembershipTypeDetails struct function NewMemberChangeMembershipTypeDetails (line 16299) | func NewMemberChangeMembershipTypeDetails(PrevValue *TeamMembershipType,... type MemberChangeMembershipTypeType (line 16307) | type MemberChangeMembershipTypeType struct function NewMemberChangeMembershipTypeType (line 16313) | func NewMemberChangeMembershipTypeType(Description string) *MemberChange... type MemberChangeNameDetails (line 16320) | type MemberChangeNameDetails struct function NewMemberChangeNameDetails (line 16329) | func NewMemberChangeNameDetails(NewValue *UserNameLogInfo) *MemberChange... type MemberChangeNameType (line 16336) | type MemberChangeNameType struct function NewMemberChangeNameType (line 16342) | func NewMemberChangeNameType(Description string) *MemberChangeNameType { type MemberChangeResellerRoleDetails (line 16349) | type MemberChangeResellerRoleDetails struct function NewMemberChangeResellerRoleDetails (line 16359) | func NewMemberChangeResellerRoleDetails(NewValue *ResellerRole, Previous... type MemberChangeResellerRoleType (line 16367) | type MemberChangeResellerRoleType struct function NewMemberChangeResellerRoleType (line 16373) | func NewMemberChangeResellerRoleType(Description string) *MemberChangeRe... type MemberChangeStatusDetails (line 16381) | type MemberChangeStatusDetails struct function NewMemberChangeStatusDetails (line 16399) | func NewMemberChangeStatusDetails(NewValue *MemberStatus) *MemberChangeS... type MemberChangeStatusType (line 16406) | type MemberChangeStatusType struct function NewMemberChangeStatusType (line 16412) | func NewMemberChangeStatusType(Description string) *MemberChangeStatusTy... type MemberDeleteManualContactsDetails (line 16419) | type MemberDeleteManualContactsDetails struct function NewMemberDeleteManualContactsDetails (line 16423) | func NewMemberDeleteManualContactsDetails() *MemberDeleteManualContactsD... type MemberDeleteManualContactsType (line 16429) | type MemberDeleteManualContactsType struct function NewMemberDeleteManualContactsType (line 16435) | func NewMemberDeleteManualContactsType(Description string) *MemberDelete... type MemberDeleteProfilePhotoDetails (line 16442) | type MemberDeleteProfilePhotoDetails struct function NewMemberDeleteProfilePhotoDetails (line 16446) | func NewMemberDeleteProfilePhotoDetails() *MemberDeleteProfilePhotoDetai... type MemberDeleteProfilePhotoType (line 16452) | type MemberDeleteProfilePhotoType struct function NewMemberDeleteProfilePhotoType (line 16458) | func NewMemberDeleteProfilePhotoType(Description string) *MemberDeletePr... type MemberPermanentlyDeleteAccountContentsDetails (line 16466) | type MemberPermanentlyDeleteAccountContentsDetails struct function NewMemberPermanentlyDeleteAccountContentsDetails (line 16470) | func NewMemberPermanentlyDeleteAccountContentsDetails() *MemberPermanent... type MemberPermanentlyDeleteAccountContentsType (line 16476) | type MemberPermanentlyDeleteAccountContentsType struct function NewMemberPermanentlyDeleteAccountContentsType (line 16482) | func NewMemberPermanentlyDeleteAccountContentsType(Description string) *... type MemberRemoveActionType (line 16489) | type MemberRemoveActionType struct constant MemberRemoveActionTypeDelete (line 16495) | MemberRemoveActionTypeDelete = "delete" constant MemberRemoveActionTypeLeave (line 16496) | MemberRemoveActionTypeLeave = "leave" constant MemberRemoveActionTypeOffboard (line 16497) | MemberRemoveActionTypeOffboard = "offboard" constant MemberRemoveActionTypeOffboardAndRetainTeamFolders (line 16498) | MemberRemoveActionTypeOffboardAndRetainTeamFolders = "offboard_and_retai... constant MemberRemoveActionTypeOther (line 16499) | MemberRemoveActionTypeOther = "other" type MemberRemoveExternalIdDetails (line 16503) | type MemberRemoveExternalIdDetails struct function NewMemberRemoveExternalIdDetails (line 16509) | func NewMemberRemoveExternalIdDetails(PreviousValue string) *MemberRemov... type MemberRemoveExternalIdType (line 16516) | type MemberRemoveExternalIdType struct function NewMemberRemoveExternalIdType (line 16522) | func NewMemberRemoveExternalIdType(Description string) *MemberRemoveExte... type MemberRequestsChangePolicyDetails (line 16530) | type MemberRequestsChangePolicyDetails struct function NewMemberRequestsChangePolicyDetails (line 16539) | func NewMemberRequestsChangePolicyDetails(NewValue *MemberRequestsPolicy... type MemberRequestsChangePolicyType (line 16546) | type MemberRequestsChangePolicyType struct function NewMemberRequestsChangePolicyType (line 16552) | func NewMemberRequestsChangePolicyType(Description string) *MemberReques... type MemberRequestsPolicy (line 16559) | type MemberRequestsPolicy struct constant MemberRequestsPolicyAutoAccept (line 16565) | MemberRequestsPolicyAutoAccept = "auto_accept" constant MemberRequestsPolicyDisabled (line 16566) | MemberRequestsPolicyDisabled = "disabled" constant MemberRequestsPolicyRequireApproval (line 16567) | MemberRequestsPolicyRequireApproval = "require_approval" constant MemberRequestsPolicyOther (line 16568) | MemberRequestsPolicyOther = "other" type MemberSendInvitePolicy (line 16573) | type MemberSendInvitePolicy struct constant MemberSendInvitePolicyDisabled (line 16579) | MemberSendInvitePolicyDisabled = "disabled" constant MemberSendInvitePolicyEveryone (line 16580) | MemberSendInvitePolicyEveryone = "everyone" constant MemberSendInvitePolicySpecificMembers (line 16581) | MemberSendInvitePolicySpecificMembers = "specific_members" constant MemberSendInvitePolicyOther (line 16582) | MemberSendInvitePolicyOther = "other" type MemberSendInvitePolicyChangedDetails (line 16587) | type MemberSendInvitePolicyChangedDetails struct function NewMemberSendInvitePolicyChangedDetails (line 16595) | func NewMemberSendInvitePolicyChangedDetails(NewValue *MemberSendInviteP... type MemberSendInvitePolicyChangedType (line 16603) | type MemberSendInvitePolicyChangedType struct function NewMemberSendInvitePolicyChangedType (line 16609) | func NewMemberSendInvitePolicyChangedType(Description string) *MemberSen... type MemberSetProfilePhotoDetails (line 16616) | type MemberSetProfilePhotoDetails struct function NewMemberSetProfilePhotoDetails (line 16620) | func NewMemberSetProfilePhotoDetails() *MemberSetProfilePhotoDetails { type MemberSetProfilePhotoType (line 16626) | type MemberSetProfilePhotoType struct function NewMemberSetProfilePhotoType (line 16632) | func NewMemberSetProfilePhotoType(Description string) *MemberSetProfileP... type MemberSpaceLimitsAddCustomQuotaDetails (line 16639) | type MemberSpaceLimitsAddCustomQuotaDetails struct function NewMemberSpaceLimitsAddCustomQuotaDetails (line 16645) | func NewMemberSpaceLimitsAddCustomQuotaDetails(NewValue uint64) *MemberS... type MemberSpaceLimitsAddCustomQuotaType (line 16652) | type MemberSpaceLimitsAddCustomQuotaType struct function NewMemberSpaceLimitsAddCustomQuotaType (line 16658) | func NewMemberSpaceLimitsAddCustomQuotaType(Description string) *MemberS... type MemberSpaceLimitsAddExceptionDetails (line 16666) | type MemberSpaceLimitsAddExceptionDetails struct function NewMemberSpaceLimitsAddExceptionDetails (line 16670) | func NewMemberSpaceLimitsAddExceptionDetails() *MemberSpaceLimitsAddExce... type MemberSpaceLimitsAddExceptionType (line 16676) | type MemberSpaceLimitsAddExceptionType struct function NewMemberSpaceLimitsAddExceptionType (line 16682) | func NewMemberSpaceLimitsAddExceptionType(Description string) *MemberSpa... type MemberSpaceLimitsChangeCapsTypePolicyDetails (line 16690) | type MemberSpaceLimitsChangeCapsTypePolicyDetails struct function NewMemberSpaceLimitsChangeCapsTypePolicyDetails (line 16698) | func NewMemberSpaceLimitsChangeCapsTypePolicyDetails(PreviousValue *Spac... type MemberSpaceLimitsChangeCapsTypePolicyType (line 16706) | type MemberSpaceLimitsChangeCapsTypePolicyType struct function NewMemberSpaceLimitsChangeCapsTypePolicyType (line 16712) | func NewMemberSpaceLimitsChangeCapsTypePolicyType(Description string) *M... type MemberSpaceLimitsChangeCustomQuotaDetails (line 16720) | type MemberSpaceLimitsChangeCustomQuotaDetails struct function NewMemberSpaceLimitsChangeCustomQuotaDetails (line 16728) | func NewMemberSpaceLimitsChangeCustomQuotaDetails(PreviousValue uint64, ... type MemberSpaceLimitsChangeCustomQuotaType (line 16736) | type MemberSpaceLimitsChangeCustomQuotaType struct function NewMemberSpaceLimitsChangeCustomQuotaType (line 16742) | func NewMemberSpaceLimitsChangeCustomQuotaType(Description string) *Memb... type MemberSpaceLimitsChangePolicyDetails (line 16750) | type MemberSpaceLimitsChangePolicyDetails struct function NewMemberSpaceLimitsChangePolicyDetails (line 16760) | func NewMemberSpaceLimitsChangePolicyDetails() *MemberSpaceLimitsChangeP... type MemberSpaceLimitsChangePolicyType (line 16766) | type MemberSpaceLimitsChangePolicyType struct function NewMemberSpaceLimitsChangePolicyType (line 16772) | func NewMemberSpaceLimitsChangePolicyType(Description string) *MemberSpa... type MemberSpaceLimitsChangeStatusDetails (line 16779) | type MemberSpaceLimitsChangeStatusDetails struct function NewMemberSpaceLimitsChangeStatusDetails (line 16787) | func NewMemberSpaceLimitsChangeStatusDetails(PreviousValue *SpaceLimitsS... type MemberSpaceLimitsChangeStatusType (line 16795) | type MemberSpaceLimitsChangeStatusType struct function NewMemberSpaceLimitsChangeStatusType (line 16801) | func NewMemberSpaceLimitsChangeStatusType(Description string) *MemberSpa... type MemberSpaceLimitsRemoveCustomQuotaDetails (line 16809) | type MemberSpaceLimitsRemoveCustomQuotaDetails struct function NewMemberSpaceLimitsRemoveCustomQuotaDetails (line 16813) | func NewMemberSpaceLimitsRemoveCustomQuotaDetails() *MemberSpaceLimitsRe... type MemberSpaceLimitsRemoveCustomQuotaType (line 16819) | type MemberSpaceLimitsRemoveCustomQuotaType struct function NewMemberSpaceLimitsRemoveCustomQuotaType (line 16825) | func NewMemberSpaceLimitsRemoveCustomQuotaType(Description string) *Memb... type MemberSpaceLimitsRemoveExceptionDetails (line 16833) | type MemberSpaceLimitsRemoveExceptionDetails struct function NewMemberSpaceLimitsRemoveExceptionDetails (line 16837) | func NewMemberSpaceLimitsRemoveExceptionDetails() *MemberSpaceLimitsRemo... type MemberSpaceLimitsRemoveExceptionType (line 16843) | type MemberSpaceLimitsRemoveExceptionType struct function NewMemberSpaceLimitsRemoveExceptionType (line 16849) | func NewMemberSpaceLimitsRemoveExceptionType(Description string) *Member... type MemberStatus (line 16856) | type MemberStatus struct constant MemberStatusActive (line 16862) | MemberStatusActive = "active" constant MemberStatusInvited (line 16863) | MemberStatusInvited = "invited" constant MemberStatusMovedToAnotherTeam (line 16864) | MemberStatusMovedToAnotherTeam = "moved_to_another_team" constant MemberStatusNotJoined (line 16865) | MemberStatusNotJoined = "not_joined" constant MemberStatusRemoved (line 16866) | MemberStatusRemoved = "removed" constant MemberStatusSuspended (line 16867) | MemberStatusSuspended = "suspended" constant MemberStatusOther (line 16868) | MemberStatusOther = "other" type MemberSuggestDetails (line 16872) | type MemberSuggestDetails struct function NewMemberSuggestDetails (line 16878) | func NewMemberSuggestDetails(SuggestedMembers []string) *MemberSuggestDe... type MemberSuggestType (line 16885) | type MemberSuggestType struct function NewMemberSuggestType (line 16891) | func NewMemberSuggestType(Description string) *MemberSuggestType { type MemberSuggestionsChangePolicyDetails (line 16899) | type MemberSuggestionsChangePolicyDetails struct function NewMemberSuggestionsChangePolicyDetails (line 16908) | func NewMemberSuggestionsChangePolicyDetails(NewValue *MemberSuggestions... type MemberSuggestionsChangePolicyType (line 16915) | type MemberSuggestionsChangePolicyType struct function NewMemberSuggestionsChangePolicyType (line 16921) | func NewMemberSuggestionsChangePolicyType(Description string) *MemberSug... type MemberSuggestionsPolicy (line 16928) | type MemberSuggestionsPolicy struct constant MemberSuggestionsPolicyDisabled (line 16934) | MemberSuggestionsPolicyDisabled = "disabled" constant MemberSuggestionsPolicyEnabled (line 16935) | MemberSuggestionsPolicyEnabled = "enabled" constant MemberSuggestionsPolicyOther (line 16936) | MemberSuggestionsPolicyOther = "other" type MemberTransferAccountContentsDetails (line 16941) | type MemberTransferAccountContentsDetails struct function NewMemberTransferAccountContentsDetails (line 16945) | func NewMemberTransferAccountContentsDetails() *MemberTransferAccountCon... type MemberTransferAccountContentsType (line 16951) | type MemberTransferAccountContentsType struct function NewMemberTransferAccountContentsType (line 16957) | func NewMemberTransferAccountContentsType(Description string) *MemberTra... type MemberTransferredInternalFields (line 16965) | type MemberTransferredInternalFields struct function NewMemberTransferredInternalFields (line 16973) | func NewMemberTransferredInternalFields(SourceTeamId string, TargetTeamI... type MicrosoftOfficeAddinChangePolicyDetails (line 16982) | type MicrosoftOfficeAddinChangePolicyDetails struct function NewMicrosoftOfficeAddinChangePolicyDetails (line 16991) | func NewMicrosoftOfficeAddinChangePolicyDetails(NewValue *MicrosoftOffic... type MicrosoftOfficeAddinChangePolicyType (line 16998) | type MicrosoftOfficeAddinChangePolicyType struct function NewMicrosoftOfficeAddinChangePolicyType (line 17004) | func NewMicrosoftOfficeAddinChangePolicyType(Description string) *Micros... type MicrosoftOfficeAddinPolicy (line 17011) | type MicrosoftOfficeAddinPolicy struct constant MicrosoftOfficeAddinPolicyDisabled (line 17017) | MicrosoftOfficeAddinPolicyDisabled = "disabled" constant MicrosoftOfficeAddinPolicyEnabled (line 17018) | MicrosoftOfficeAddinPolicyEnabled = "enabled" constant MicrosoftOfficeAddinPolicyOther (line 17019) | MicrosoftOfficeAddinPolicyOther = "other" type MissingDetails (line 17024) | type MissingDetails struct function NewMissingDetails (line 17031) | func NewMissingDetails() *MissingDetails { type MobileDeviceSessionLogInfo (line 17038) | type MobileDeviceSessionLogInfo struct function NewMobileDeviceSessionLogInfo (line 17055) | func NewMobileDeviceSessionLogInfo(DeviceName string, ClientType *team.M... type MobileSessionLogInfo (line 17063) | type MobileSessionLogInfo struct function NewMobileSessionLogInfo (line 17068) | func NewMobileSessionLogInfo() *MobileSessionLogInfo { type NamespaceRelativePathLogInfo (line 17074) | type NamespaceRelativePathLogInfo struct function NewNamespaceRelativePathLogInfo (line 17084) | func NewNamespaceRelativePathLogInfo() *NamespaceRelativePathLogInfo { type NetworkControlChangePolicyDetails (line 17090) | type NetworkControlChangePolicyDetails struct function NewNetworkControlChangePolicyDetails (line 17099) | func NewNetworkControlChangePolicyDetails(NewValue *NetworkControlPolicy... type NetworkControlChangePolicyType (line 17106) | type NetworkControlChangePolicyType struct function NewNetworkControlChangePolicyType (line 17112) | func NewNetworkControlChangePolicyType(Description string) *NetworkContr... type NetworkControlPolicy (line 17119) | type NetworkControlPolicy struct constant NetworkControlPolicyDisabled (line 17125) | NetworkControlPolicyDisabled = "disabled" constant NetworkControlPolicyEnabled (line 17126) | NetworkControlPolicyEnabled = "enabled" constant NetworkControlPolicyOther (line 17127) | NetworkControlPolicyOther = "other" type NoExpirationLinkGenCreateReportDetails (line 17132) | type NoExpirationLinkGenCreateReportDetails struct function NewNoExpirationLinkGenCreateReportDetails (line 17140) | func NewNoExpirationLinkGenCreateReportDetails(StartDate time.Time, EndD... type NoExpirationLinkGenCreateReportType (line 17148) | type NoExpirationLinkGenCreateReportType struct function NewNoExpirationLinkGenCreateReportType (line 17154) | func NewNoExpirationLinkGenCreateReportType(Description string) *NoExpir... type NoExpirationLinkGenReportFailedDetails (line 17162) | type NoExpirationLinkGenReportFailedDetails struct function NewNoExpirationLinkGenReportFailedDetails (line 17168) | func NewNoExpirationLinkGenReportFailedDetails(FailureReason *team.TeamR... type NoExpirationLinkGenReportFailedType (line 17175) | type NoExpirationLinkGenReportFailedType struct function NewNoExpirationLinkGenReportFailedType (line 17181) | func NewNoExpirationLinkGenReportFailedType(Description string) *NoExpir... type NoPasswordLinkGenCreateReportDetails (line 17189) | type NoPasswordLinkGenCreateReportDetails struct function NewNoPasswordLinkGenCreateReportDetails (line 17197) | func NewNoPasswordLinkGenCreateReportDetails(StartDate time.Time, EndDat... type NoPasswordLinkGenCreateReportType (line 17205) | type NoPasswordLinkGenCreateReportType struct function NewNoPasswordLinkGenCreateReportType (line 17211) | func NewNoPasswordLinkGenCreateReportType(Description string) *NoPasswor... type NoPasswordLinkGenReportFailedDetails (line 17219) | type NoPasswordLinkGenReportFailedDetails struct function NewNoPasswordLinkGenReportFailedDetails (line 17225) | func NewNoPasswordLinkGenReportFailedDetails(FailureReason *team.TeamRep... type NoPasswordLinkGenReportFailedType (line 17232) | type NoPasswordLinkGenReportFailedType struct function NewNoPasswordLinkGenReportFailedType (line 17238) | func NewNoPasswordLinkGenReportFailedType(Description string) *NoPasswor... type NoPasswordLinkViewCreateReportDetails (line 17246) | type NoPasswordLinkViewCreateReportDetails struct function NewNoPasswordLinkViewCreateReportDetails (line 17254) | func NewNoPasswordLinkViewCreateReportDetails(StartDate time.Time, EndDa... type NoPasswordLinkViewCreateReportType (line 17262) | type NoPasswordLinkViewCreateReportType struct function NewNoPasswordLinkViewCreateReportType (line 17268) | func NewNoPasswordLinkViewCreateReportType(Description string) *NoPasswo... type NoPasswordLinkViewReportFailedDetails (line 17276) | type NoPasswordLinkViewReportFailedDetails struct function NewNoPasswordLinkViewReportFailedDetails (line 17282) | func NewNoPasswordLinkViewReportFailedDetails(FailureReason *team.TeamRe... type NoPasswordLinkViewReportFailedType (line 17289) | type NoPasswordLinkViewReportFailedType struct function NewNoPasswordLinkViewReportFailedType (line 17295) | func NewNoPasswordLinkViewReportFailedType(Description string) *NoPasswo... type UserLogInfo (line 17302) | type UserLogInfo struct method IsUserLogInfo (line 17323) | func (u *UserLogInfo) IsUserLogInfo() {} function NewUserLogInfo (line 17312) | func NewUserLogInfo() *UserLogInfo { type IsUserLogInfo (line 17318) | type IsUserLogInfo interface type userLogInfoUnion (line 17325) | type userLogInfoUnion struct method UnmarshalJSON (line 17343) | func (u *userLogInfoUnion) UnmarshalJSON(body []byte) error { constant UserLogInfoTeamMember (line 17337) | UserLogInfoTeamMember = "team_member" constant UserLogInfoTrustedNonTeamMember (line 17338) | UserLogInfoTrustedNonTeamMember = "trusted_non_team_member" constant UserLogInfoNonTeamMember (line 17339) | UserLogInfoNonTeamMember = "non_team_member" function IsUserLogInfoFromJSON (line 17374) | func IsUserLogInfoFromJSON(data []byte) (IsUserLogInfo, error) { type NonTeamMemberLogInfo (line 17394) | type NonTeamMemberLogInfo struct function NewNonTeamMemberLogInfo (line 17399) | func NewNonTeamMemberLogInfo() *NonTeamMemberLogInfo { type NonTrustedTeamDetails (line 17405) | type NonTrustedTeamDetails struct function NewNonTrustedTeamDetails (line 17411) | func NewNonTrustedTeamDetails(Team string) *NonTrustedTeamDetails { type NoteAclInviteOnlyDetails (line 17418) | type NoteAclInviteOnlyDetails struct function NewNoteAclInviteOnlyDetails (line 17422) | func NewNoteAclInviteOnlyDetails() *NoteAclInviteOnlyDetails { type NoteAclInviteOnlyType (line 17428) | type NoteAclInviteOnlyType struct function NewNoteAclInviteOnlyType (line 17434) | func NewNoteAclInviteOnlyType(Description string) *NoteAclInviteOnlyType { type NoteAclLinkDetails (line 17441) | type NoteAclLinkDetails struct function NewNoteAclLinkDetails (line 17445) | func NewNoteAclLinkDetails() *NoteAclLinkDetails { type NoteAclLinkType (line 17451) | type NoteAclLinkType struct function NewNoteAclLinkType (line 17457) | func NewNoteAclLinkType(Description string) *NoteAclLinkType { type NoteAclTeamLinkDetails (line 17464) | type NoteAclTeamLinkDetails struct function NewNoteAclTeamLinkDetails (line 17468) | func NewNoteAclTeamLinkDetails() *NoteAclTeamLinkDetails { type NoteAclTeamLinkType (line 17474) | type NoteAclTeamLinkType struct function NewNoteAclTeamLinkType (line 17480) | func NewNoteAclTeamLinkType(Description string) *NoteAclTeamLinkType { type NoteShareReceiveDetails (line 17487) | type NoteShareReceiveDetails struct function NewNoteShareReceiveDetails (line 17491) | func NewNoteShareReceiveDetails() *NoteShareReceiveDetails { type NoteShareReceiveType (line 17497) | type NoteShareReceiveType struct function NewNoteShareReceiveType (line 17503) | func NewNoteShareReceiveType(Description string) *NoteShareReceiveType { type NoteSharedDetails (line 17510) | type NoteSharedDetails struct function NewNoteSharedDetails (line 17514) | func NewNoteSharedDetails() *NoteSharedDetails { type NoteSharedType (line 17520) | type NoteSharedType struct function NewNoteSharedType (line 17526) | func NewNoteSharedType(Description string) *NoteSharedType { type ObjectLabelAddedDetails (line 17533) | type ObjectLabelAddedDetails struct function NewObjectLabelAddedDetails (line 17539) | func NewObjectLabelAddedDetails(LabelType *LabelType) *ObjectLabelAddedD... type ObjectLabelAddedType (line 17546) | type ObjectLabelAddedType struct function NewObjectLabelAddedType (line 17552) | func NewObjectLabelAddedType(Description string) *ObjectLabelAddedType { type ObjectLabelRemovedDetails (line 17559) | type ObjectLabelRemovedDetails struct function NewObjectLabelRemovedDetails (line 17565) | func NewObjectLabelRemovedDetails(LabelType *LabelType) *ObjectLabelRemo... type ObjectLabelRemovedType (line 17572) | type ObjectLabelRemovedType struct function NewObjectLabelRemovedType (line 17578) | func NewObjectLabelRemovedType(Description string) *ObjectLabelRemovedTy... type ObjectLabelUpdatedValueDetails (line 17585) | type ObjectLabelUpdatedValueDetails struct function NewObjectLabelUpdatedValueDetails (line 17591) | func NewObjectLabelUpdatedValueDetails(LabelType *LabelType) *ObjectLabe... type ObjectLabelUpdatedValueType (line 17598) | type ObjectLabelUpdatedValueType struct function NewObjectLabelUpdatedValueType (line 17604) | func NewObjectLabelUpdatedValueType(Description string) *ObjectLabelUpda... type OpenNoteSharedDetails (line 17611) | type OpenNoteSharedDetails struct function NewOpenNoteSharedDetails (line 17615) | func NewOpenNoteSharedDetails() *OpenNoteSharedDetails { type OpenNoteSharedType (line 17621) | type OpenNoteSharedType struct function NewOpenNoteSharedType (line 17627) | func NewOpenNoteSharedType(Description string) *OpenNoteSharedType { type OrganizationDetails (line 17634) | type OrganizationDetails struct function NewOrganizationDetails (line 17640) | func NewOrganizationDetails(Organization string) *OrganizationDetails { type OrganizationName (line 17647) | type OrganizationName struct function NewOrganizationName (line 17653) | func NewOrganizationName(Organization string) *OrganizationName { type OrganizeFolderWithTidyDetails (line 17660) | type OrganizeFolderWithTidyDetails struct function NewOrganizeFolderWithTidyDetails (line 17664) | func NewOrganizeFolderWithTidyDetails() *OrganizeFolderWithTidyDetails { type OrganizeFolderWithTidyType (line 17670) | type OrganizeFolderWithTidyType struct function NewOrganizeFolderWithTidyType (line 17676) | func NewOrganizeFolderWithTidyType(Description string) *OrganizeFolderWi... type OriginLogInfo (line 17683) | type OriginLogInfo struct function NewOriginLogInfo (line 17691) | func NewOriginLogInfo(AccessMethod *AccessMethodLogInfo) *OriginLogInfo { type OutdatedLinkViewCreateReportDetails (line 17698) | type OutdatedLinkViewCreateReportDetails struct function NewOutdatedLinkViewCreateReportDetails (line 17706) | func NewOutdatedLinkViewCreateReportDetails(StartDate time.Time, EndDate... type OutdatedLinkViewCreateReportType (line 17714) | type OutdatedLinkViewCreateReportType struct function NewOutdatedLinkViewCreateReportType (line 17720) | func NewOutdatedLinkViewCreateReportType(Description string) *OutdatedLi... type OutdatedLinkViewReportFailedDetails (line 17728) | type OutdatedLinkViewReportFailedDetails struct function NewOutdatedLinkViewReportFailedDetails (line 17734) | func NewOutdatedLinkViewReportFailedDetails(FailureReason *team.TeamRepo... type OutdatedLinkViewReportFailedType (line 17741) | type OutdatedLinkViewReportFailedType struct function NewOutdatedLinkViewReportFailedType (line 17747) | func NewOutdatedLinkViewReportFailedType(Description string) *OutdatedLi... type PaperAccessType (line 17754) | type PaperAccessType struct constant PaperAccessTypeCommenter (line 17760) | PaperAccessTypeCommenter = "commenter" constant PaperAccessTypeEditor (line 17761) | PaperAccessTypeEditor = "editor" constant PaperAccessTypeViewer (line 17762) | PaperAccessTypeViewer = "viewer" constant PaperAccessTypeOther (line 17763) | PaperAccessTypeOther = "other" type PaperAdminExportStartDetails (line 17767) | type PaperAdminExportStartDetails struct function NewPaperAdminExportStartDetails (line 17771) | func NewPaperAdminExportStartDetails() *PaperAdminExportStartDetails { type PaperAdminExportStartType (line 17777) | type PaperAdminExportStartType struct function NewPaperAdminExportStartType (line 17783) | func NewPaperAdminExportStartType(Description string) *PaperAdminExportS... type PaperChangeDeploymentPolicyDetails (line 17791) | type PaperChangeDeploymentPolicyDetails struct function NewPaperChangeDeploymentPolicyDetails (line 17800) | func NewPaperChangeDeploymentPolicyDetails(NewValue *team_policies.Paper... type PaperChangeDeploymentPolicyType (line 17807) | type PaperChangeDeploymentPolicyType struct function NewPaperChangeDeploymentPolicyType (line 17813) | func NewPaperChangeDeploymentPolicyType(Description string) *PaperChange... type PaperChangeMemberLinkPolicyDetails (line 17821) | type PaperChangeMemberLinkPolicyDetails struct function NewPaperChangeMemberLinkPolicyDetails (line 17827) | func NewPaperChangeMemberLinkPolicyDetails(NewValue *PaperMemberPolicy) ... type PaperChangeMemberLinkPolicyType (line 17834) | type PaperChangeMemberLinkPolicyType struct function NewPaperChangeMemberLinkPolicyType (line 17840) | func NewPaperChangeMemberLinkPolicyType(Description string) *PaperChange... type PaperChangeMemberPolicyDetails (line 17849) | type PaperChangeMemberPolicyDetails struct function NewPaperChangeMemberPolicyDetails (line 17858) | func NewPaperChangeMemberPolicyDetails(NewValue *PaperMemberPolicy) *Pap... type PaperChangeMemberPolicyType (line 17865) | type PaperChangeMemberPolicyType struct function NewPaperChangeMemberPolicyType (line 17871) | func NewPaperChangeMemberPolicyType(Description string) *PaperChangeMemb... type PaperChangePolicyDetails (line 17878) | type PaperChangePolicyDetails struct function NewPaperChangePolicyDetails (line 17887) | func NewPaperChangePolicyDetails(NewValue *team_policies.PaperEnabledPol... type PaperChangePolicyType (line 17894) | type PaperChangePolicyType struct function NewPaperChangePolicyType (line 17900) | func NewPaperChangePolicyType(Description string) *PaperChangePolicyType { type PaperContentAddMemberDetails (line 17907) | type PaperContentAddMemberDetails struct function NewPaperContentAddMemberDetails (line 17913) | func NewPaperContentAddMemberDetails(EventUuid string) *PaperContentAddM... type PaperContentAddMemberType (line 17920) | type PaperContentAddMemberType struct function NewPaperContentAddMemberType (line 17926) | func NewPaperContentAddMemberType(Description string) *PaperContentAddMe... type PaperContentAddToFolderDetails (line 17933) | type PaperContentAddToFolderDetails struct function NewPaperContentAddToFolderDetails (line 17943) | func NewPaperContentAddToFolderDetails(EventUuid string, TargetAssetInde... type PaperContentAddToFolderType (line 17952) | type PaperContentAddToFolderType struct function NewPaperContentAddToFolderType (line 17958) | func NewPaperContentAddToFolderType(Description string) *PaperContentAdd... type PaperContentArchiveDetails (line 17965) | type PaperContentArchiveDetails struct function NewPaperContentArchiveDetails (line 17971) | func NewPaperContentArchiveDetails(EventUuid string) *PaperContentArchiv... type PaperContentArchiveType (line 17978) | type PaperContentArchiveType struct function NewPaperContentArchiveType (line 17984) | func NewPaperContentArchiveType(Description string) *PaperContentArchive... type PaperContentCreateDetails (line 17991) | type PaperContentCreateDetails struct function NewPaperContentCreateDetails (line 17997) | func NewPaperContentCreateDetails(EventUuid string) *PaperContentCreateD... type PaperContentCreateType (line 18004) | type PaperContentCreateType struct function NewPaperContentCreateType (line 18010) | func NewPaperContentCreateType(Description string) *PaperContentCreateTy... type PaperContentPermanentlyDeleteDetails (line 18017) | type PaperContentPermanentlyDeleteDetails struct function NewPaperContentPermanentlyDeleteDetails (line 18023) | func NewPaperContentPermanentlyDeleteDetails(EventUuid string) *PaperCon... type PaperContentPermanentlyDeleteType (line 18030) | type PaperContentPermanentlyDeleteType struct function NewPaperContentPermanentlyDeleteType (line 18036) | func NewPaperContentPermanentlyDeleteType(Description string) *PaperCont... type PaperContentRemoveFromFolderDetails (line 18043) | type PaperContentRemoveFromFolderDetails struct function NewPaperContentRemoveFromFolderDetails (line 18053) | func NewPaperContentRemoveFromFolderDetails(EventUuid string) *PaperCont... type PaperContentRemoveFromFolderType (line 18060) | type PaperContentRemoveFromFolderType struct function NewPaperContentRemoveFromFolderType (line 18066) | func NewPaperContentRemoveFromFolderType(Description string) *PaperConte... type PaperContentRemoveMemberDetails (line 18074) | type PaperContentRemoveMemberDetails struct function NewPaperContentRemoveMemberDetails (line 18080) | func NewPaperContentRemoveMemberDetails(EventUuid string) *PaperContentR... type PaperContentRemoveMemberType (line 18087) | type PaperContentRemoveMemberType struct function NewPaperContentRemoveMemberType (line 18093) | func NewPaperContentRemoveMemberType(Description string) *PaperContentRe... type PaperContentRenameDetails (line 18100) | type PaperContentRenameDetails struct function NewPaperContentRenameDetails (line 18106) | func NewPaperContentRenameDetails(EventUuid string) *PaperContentRenameD... type PaperContentRenameType (line 18113) | type PaperContentRenameType struct function NewPaperContentRenameType (line 18119) | func NewPaperContentRenameType(Description string) *PaperContentRenameTy... type PaperContentRestoreDetails (line 18126) | type PaperContentRestoreDetails struct function NewPaperContentRestoreDetails (line 18132) | func NewPaperContentRestoreDetails(EventUuid string) *PaperContentRestor... type PaperContentRestoreType (line 18139) | type PaperContentRestoreType struct function NewPaperContentRestoreType (line 18145) | func NewPaperContentRestoreType(Description string) *PaperContentRestore... type PaperDefaultFolderPolicy (line 18153) | type PaperDefaultFolderPolicy struct constant PaperDefaultFolderPolicyEveryoneInTeam (line 18159) | PaperDefaultFolderPolicyEveryoneInTeam = "everyone_in_team" constant PaperDefaultFolderPolicyInviteOnly (line 18160) | PaperDefaultFolderPolicyInviteOnly = "invite_only" constant PaperDefaultFolderPolicyOther (line 18161) | PaperDefaultFolderPolicyOther = "other" type PaperDefaultFolderPolicyChangedDetails (line 18166) | type PaperDefaultFolderPolicyChangedDetails struct function NewPaperDefaultFolderPolicyChangedDetails (line 18174) | func NewPaperDefaultFolderPolicyChangedDetails(NewValue *PaperDefaultFol... type PaperDefaultFolderPolicyChangedType (line 18182) | type PaperDefaultFolderPolicyChangedType struct function NewPaperDefaultFolderPolicyChangedType (line 18188) | func NewPaperDefaultFolderPolicyChangedType(Description string) *PaperDe... type PaperDesktopPolicy (line 18196) | type PaperDesktopPolicy struct constant PaperDesktopPolicyDisabled (line 18202) | PaperDesktopPolicyDisabled = "disabled" constant PaperDesktopPolicyEnabled (line 18203) | PaperDesktopPolicyEnabled = "enabled" constant PaperDesktopPolicyOther (line 18204) | PaperDesktopPolicyOther = "other" type PaperDesktopPolicyChangedDetails (line 18208) | type PaperDesktopPolicyChangedDetails struct function NewPaperDesktopPolicyChangedDetails (line 18216) | func NewPaperDesktopPolicyChangedDetails(NewValue *PaperDesktopPolicy, P... type PaperDesktopPolicyChangedType (line 18224) | type PaperDesktopPolicyChangedType struct function NewPaperDesktopPolicyChangedType (line 18230) | func NewPaperDesktopPolicyChangedType(Description string) *PaperDesktopP... type PaperDocAddCommentDetails (line 18237) | type PaperDocAddCommentDetails struct function NewPaperDocAddCommentDetails (line 18245) | func NewPaperDocAddCommentDetails(EventUuid string) *PaperDocAddCommentD... type PaperDocAddCommentType (line 18252) | type PaperDocAddCommentType struct function NewPaperDocAddCommentType (line 18258) | func NewPaperDocAddCommentType(Description string) *PaperDocAddCommentTy... type PaperDocChangeMemberRoleDetails (line 18265) | type PaperDocChangeMemberRoleDetails struct function NewPaperDocChangeMemberRoleDetails (line 18273) | func NewPaperDocChangeMemberRoleDetails(EventUuid string, AccessType *Pa... type PaperDocChangeMemberRoleType (line 18281) | type PaperDocChangeMemberRoleType struct function NewPaperDocChangeMemberRoleType (line 18287) | func NewPaperDocChangeMemberRoleType(Description string) *PaperDocChange... type PaperDocChangeSharingPolicyDetails (line 18294) | type PaperDocChangeSharingPolicyDetails struct function NewPaperDocChangeSharingPolicyDetails (line 18304) | func NewPaperDocChangeSharingPolicyDetails(EventUuid string) *PaperDocCh... type PaperDocChangeSharingPolicyType (line 18311) | type PaperDocChangeSharingPolicyType struct function NewPaperDocChangeSharingPolicyType (line 18317) | func NewPaperDocChangeSharingPolicyType(Description string) *PaperDocCha... type PaperDocChangeSubscriptionDetails (line 18324) | type PaperDocChangeSubscriptionDetails struct function NewPaperDocChangeSubscriptionDetails (line 18335) | func NewPaperDocChangeSubscriptionDetails(EventUuid string, NewSubscript... type PaperDocChangeSubscriptionType (line 18343) | type PaperDocChangeSubscriptionType struct function NewPaperDocChangeSubscriptionType (line 18349) | func NewPaperDocChangeSubscriptionType(Description string) *PaperDocChan... type PaperDocDeleteCommentDetails (line 18356) | type PaperDocDeleteCommentDetails struct function NewPaperDocDeleteCommentDetails (line 18364) | func NewPaperDocDeleteCommentDetails(EventUuid string) *PaperDocDeleteCo... type PaperDocDeleteCommentType (line 18371) | type PaperDocDeleteCommentType struct function NewPaperDocDeleteCommentType (line 18377) | func NewPaperDocDeleteCommentType(Description string) *PaperDocDeleteCom... type PaperDocDeletedDetails (line 18384) | type PaperDocDeletedDetails struct function NewPaperDocDeletedDetails (line 18390) | func NewPaperDocDeletedDetails(EventUuid string) *PaperDocDeletedDetails { type PaperDocDeletedType (line 18397) | type PaperDocDeletedType struct function NewPaperDocDeletedType (line 18403) | func NewPaperDocDeletedType(Description string) *PaperDocDeletedType { type PaperDocDownloadDetails (line 18410) | type PaperDocDownloadDetails struct function NewPaperDocDownloadDetails (line 18418) | func NewPaperDocDownloadDetails(EventUuid string, ExportFileFormat *Pape... type PaperDocDownloadType (line 18426) | type PaperDocDownloadType struct function NewPaperDocDownloadType (line 18432) | func NewPaperDocDownloadType(Description string) *PaperDocDownloadType { type PaperDocEditCommentDetails (line 18439) | type PaperDocEditCommentDetails struct function NewPaperDocEditCommentDetails (line 18447) | func NewPaperDocEditCommentDetails(EventUuid string) *PaperDocEditCommen... type PaperDocEditCommentType (line 18454) | type PaperDocEditCommentType struct function NewPaperDocEditCommentType (line 18460) | func NewPaperDocEditCommentType(Description string) *PaperDocEditComment... type PaperDocEditDetails (line 18467) | type PaperDocEditDetails struct function NewPaperDocEditDetails (line 18473) | func NewPaperDocEditDetails(EventUuid string) *PaperDocEditDetails { type PaperDocEditType (line 18480) | type PaperDocEditType struct function NewPaperDocEditType (line 18486) | func NewPaperDocEditType(Description string) *PaperDocEditType { type PaperDocFollowedDetails (line 18493) | type PaperDocFollowedDetails struct function NewPaperDocFollowedDetails (line 18499) | func NewPaperDocFollowedDetails(EventUuid string) *PaperDocFollowedDetai... type PaperDocFollowedType (line 18506) | type PaperDocFollowedType struct function NewPaperDocFollowedType (line 18512) | func NewPaperDocFollowedType(Description string) *PaperDocFollowedType { type PaperDocMentionDetails (line 18519) | type PaperDocMentionDetails struct function NewPaperDocMentionDetails (line 18525) | func NewPaperDocMentionDetails(EventUuid string) *PaperDocMentionDetails { type PaperDocMentionType (line 18532) | type PaperDocMentionType struct function NewPaperDocMentionType (line 18538) | func NewPaperDocMentionType(Description string) *PaperDocMentionType { type PaperDocOwnershipChangedDetails (line 18545) | type PaperDocOwnershipChangedDetails struct function NewPaperDocOwnershipChangedDetails (line 18555) | func NewPaperDocOwnershipChangedDetails(EventUuid string, NewOwnerUserId... type PaperDocOwnershipChangedType (line 18563) | type PaperDocOwnershipChangedType struct function NewPaperDocOwnershipChangedType (line 18569) | func NewPaperDocOwnershipChangedType(Description string) *PaperDocOwners... type PaperDocRequestAccessDetails (line 18576) | type PaperDocRequestAccessDetails struct function NewPaperDocRequestAccessDetails (line 18582) | func NewPaperDocRequestAccessDetails(EventUuid string) *PaperDocRequestA... type PaperDocRequestAccessType (line 18589) | type PaperDocRequestAccessType struct function NewPaperDocRequestAccessType (line 18595) | func NewPaperDocRequestAccessType(Description string) *PaperDocRequestAc... type PaperDocResolveCommentDetails (line 18602) | type PaperDocResolveCommentDetails struct function NewPaperDocResolveCommentDetails (line 18610) | func NewPaperDocResolveCommentDetails(EventUuid string) *PaperDocResolve... type PaperDocResolveCommentType (line 18617) | type PaperDocResolveCommentType struct function NewPaperDocResolveCommentType (line 18623) | func NewPaperDocResolveCommentType(Description string) *PaperDocResolveC... type PaperDocRevertDetails (line 18630) | type PaperDocRevertDetails struct function NewPaperDocRevertDetails (line 18636) | func NewPaperDocRevertDetails(EventUuid string) *PaperDocRevertDetails { type PaperDocRevertType (line 18643) | type PaperDocRevertType struct function NewPaperDocRevertType (line 18649) | func NewPaperDocRevertType(Description string) *PaperDocRevertType { type PaperDocSlackShareDetails (line 18656) | type PaperDocSlackShareDetails struct function NewPaperDocSlackShareDetails (line 18662) | func NewPaperDocSlackShareDetails(EventUuid string) *PaperDocSlackShareD... type PaperDocSlackShareType (line 18669) | type PaperDocSlackShareType struct function NewPaperDocSlackShareType (line 18675) | func NewPaperDocSlackShareType(Description string) *PaperDocSlackShareTy... type PaperDocTeamInviteDetails (line 18682) | type PaperDocTeamInviteDetails struct function NewPaperDocTeamInviteDetails (line 18688) | func NewPaperDocTeamInviteDetails(EventUuid string) *PaperDocTeamInviteD... type PaperDocTeamInviteType (line 18695) | type PaperDocTeamInviteType struct function NewPaperDocTeamInviteType (line 18701) | func NewPaperDocTeamInviteType(Description string) *PaperDocTeamInviteTy... type PaperDocTrashedDetails (line 18708) | type PaperDocTrashedDetails struct function NewPaperDocTrashedDetails (line 18714) | func NewPaperDocTrashedDetails(EventUuid string) *PaperDocTrashedDetails { type PaperDocTrashedType (line 18721) | type PaperDocTrashedType struct function NewPaperDocTrashedType (line 18727) | func NewPaperDocTrashedType(Description string) *PaperDocTrashedType { type PaperDocUnresolveCommentDetails (line 18734) | type PaperDocUnresolveCommentDetails struct function NewPaperDocUnresolveCommentDetails (line 18742) | func NewPaperDocUnresolveCommentDetails(EventUuid string) *PaperDocUnres... type PaperDocUnresolveCommentType (line 18749) | type PaperDocUnresolveCommentType struct function NewPaperDocUnresolveCommentType (line 18755) | func NewPaperDocUnresolveCommentType(Description string) *PaperDocUnreso... type PaperDocUntrashedDetails (line 18762) | type PaperDocUntrashedDetails struct function NewPaperDocUntrashedDetails (line 18768) | func NewPaperDocUntrashedDetails(EventUuid string) *PaperDocUntrashedDet... type PaperDocUntrashedType (line 18775) | type PaperDocUntrashedType struct function NewPaperDocUntrashedType (line 18781) | func NewPaperDocUntrashedType(Description string) *PaperDocUntrashedType { type PaperDocViewDetails (line 18788) | type PaperDocViewDetails struct function NewPaperDocViewDetails (line 18794) | func NewPaperDocViewDetails(EventUuid string) *PaperDocViewDetails { type PaperDocViewType (line 18801) | type PaperDocViewType struct function NewPaperDocViewType (line 18807) | func NewPaperDocViewType(Description string) *PaperDocViewType { type PaperDocumentLogInfo (line 18814) | type PaperDocumentLogInfo struct function NewPaperDocumentLogInfo (line 18822) | func NewPaperDocumentLogInfo(DocId string, DocTitle string) *PaperDocume... type PaperDownloadFormat (line 18830) | type PaperDownloadFormat struct constant PaperDownloadFormatDocx (line 18836) | PaperDownloadFormatDocx = "docx" constant PaperDownloadFormatHtml (line 18837) | PaperDownloadFormatHtml = "html" constant PaperDownloadFormatMarkdown (line 18838) | PaperDownloadFormatMarkdown = "markdown" constant PaperDownloadFormatPdf (line 18839) | PaperDownloadFormatPdf = "pdf" constant PaperDownloadFormatOther (line 18840) | PaperDownloadFormatOther = "other" type PaperEnabledUsersGroupAdditionDetails (line 18845) | type PaperEnabledUsersGroupAdditionDetails struct function NewPaperEnabledUsersGroupAdditionDetails (line 18849) | func NewPaperEnabledUsersGroupAdditionDetails() *PaperEnabledUsersGroupA... type PaperEnabledUsersGroupAdditionType (line 18855) | type PaperEnabledUsersGroupAdditionType struct function NewPaperEnabledUsersGroupAdditionType (line 18861) | func NewPaperEnabledUsersGroupAdditionType(Description string) *PaperEna... type PaperEnabledUsersGroupRemovalDetails (line 18869) | type PaperEnabledUsersGroupRemovalDetails struct function NewPaperEnabledUsersGroupRemovalDetails (line 18873) | func NewPaperEnabledUsersGroupRemovalDetails() *PaperEnabledUsersGroupRe... type PaperEnabledUsersGroupRemovalType (line 18879) | type PaperEnabledUsersGroupRemovalType struct function NewPaperEnabledUsersGroupRemovalType (line 18885) | func NewPaperEnabledUsersGroupRemovalType(Description string) *PaperEnab... type PaperExternalViewAllowDetails (line 18893) | type PaperExternalViewAllowDetails struct function NewPaperExternalViewAllowDetails (line 18899) | func NewPaperExternalViewAllowDetails(EventUuid string) *PaperExternalVi... type PaperExternalViewAllowType (line 18906) | type PaperExternalViewAllowType struct function NewPaperExternalViewAllowType (line 18912) | func NewPaperExternalViewAllowType(Description string) *PaperExternalVie... type PaperExternalViewDefaultTeamDetails (line 18920) | type PaperExternalViewDefaultTeamDetails struct function NewPaperExternalViewDefaultTeamDetails (line 18926) | func NewPaperExternalViewDefaultTeamDetails(EventUuid string) *PaperExte... type PaperExternalViewDefaultTeamType (line 18933) | type PaperExternalViewDefaultTeamType struct function NewPaperExternalViewDefaultTeamType (line 18939) | func NewPaperExternalViewDefaultTeamType(Description string) *PaperExter... type PaperExternalViewForbidDetails (line 18947) | type PaperExternalViewForbidDetails struct function NewPaperExternalViewForbidDetails (line 18953) | func NewPaperExternalViewForbidDetails(EventUuid string) *PaperExternalV... type PaperExternalViewForbidType (line 18960) | type PaperExternalViewForbidType struct function NewPaperExternalViewForbidType (line 18966) | func NewPaperExternalViewForbidType(Description string) *PaperExternalVi... type PaperFolderChangeSubscriptionDetails (line 18973) | type PaperFolderChangeSubscriptionDetails struct function NewPaperFolderChangeSubscriptionDetails (line 18984) | func NewPaperFolderChangeSubscriptionDetails(EventUuid string, NewSubscr... type PaperFolderChangeSubscriptionType (line 18992) | type PaperFolderChangeSubscriptionType struct function NewPaperFolderChangeSubscriptionType (line 18998) | func NewPaperFolderChangeSubscriptionType(Description string) *PaperFold... type PaperFolderDeletedDetails (line 19005) | type PaperFolderDeletedDetails struct function NewPaperFolderDeletedDetails (line 19011) | func NewPaperFolderDeletedDetails(EventUuid string) *PaperFolderDeletedD... type PaperFolderDeletedType (line 19018) | type PaperFolderDeletedType struct function NewPaperFolderDeletedType (line 19024) | func NewPaperFolderDeletedType(Description string) *PaperFolderDeletedTy... type PaperFolderFollowedDetails (line 19031) | type PaperFolderFollowedDetails struct function NewPaperFolderFollowedDetails (line 19037) | func NewPaperFolderFollowedDetails(EventUuid string) *PaperFolderFollowe... type PaperFolderFollowedType (line 19044) | type PaperFolderFollowedType struct function NewPaperFolderFollowedType (line 19050) | func NewPaperFolderFollowedType(Description string) *PaperFolderFollowed... type PaperFolderLogInfo (line 19057) | type PaperFolderLogInfo struct function NewPaperFolderLogInfo (line 19065) | func NewPaperFolderLogInfo(FolderId string, FolderName string) *PaperFol... type PaperFolderTeamInviteDetails (line 19073) | type PaperFolderTeamInviteDetails struct function NewPaperFolderTeamInviteDetails (line 19079) | func NewPaperFolderTeamInviteDetails(EventUuid string) *PaperFolderTeamI... type PaperFolderTeamInviteType (line 19086) | type PaperFolderTeamInviteType struct function NewPaperFolderTeamInviteType (line 19092) | func NewPaperFolderTeamInviteType(Description string) *PaperFolderTeamIn... type PaperMemberPolicy (line 19100) | type PaperMemberPolicy struct constant PaperMemberPolicyAnyoneWithLink (line 19106) | PaperMemberPolicyAnyoneWithLink = "anyone_with_link" constant PaperMemberPolicyOnlyTeam (line 19107) | PaperMemberPolicyOnlyTeam = "only_team" constant PaperMemberPolicyTeamAndExplicitlyShared (line 19108) | PaperMemberPolicyTeamAndExplicitlyShared = "team_and_explicitly_shared" constant PaperMemberPolicyOther (line 19109) | PaperMemberPolicyOther = "other" type PaperPublishedLinkChangePermissionDetails (line 19114) | type PaperPublishedLinkChangePermissionDetails struct function NewPaperPublishedLinkChangePermissionDetails (line 19124) | func NewPaperPublishedLinkChangePermissionDetails(EventUuid string, NewP... type PaperPublishedLinkChangePermissionType (line 19133) | type PaperPublishedLinkChangePermissionType struct function NewPaperPublishedLinkChangePermissionType (line 19139) | func NewPaperPublishedLinkChangePermissionType(Description string) *Pape... type PaperPublishedLinkCreateDetails (line 19146) | type PaperPublishedLinkCreateDetails struct function NewPaperPublishedLinkCreateDetails (line 19152) | func NewPaperPublishedLinkCreateDetails(EventUuid string) *PaperPublishe... type PaperPublishedLinkCreateType (line 19159) | type PaperPublishedLinkCreateType struct function NewPaperPublishedLinkCreateType (line 19165) | func NewPaperPublishedLinkCreateType(Description string) *PaperPublished... type PaperPublishedLinkDisabledDetails (line 19172) | type PaperPublishedLinkDisabledDetails struct function NewPaperPublishedLinkDisabledDetails (line 19178) | func NewPaperPublishedLinkDisabledDetails(EventUuid string) *PaperPublis... type PaperPublishedLinkDisabledType (line 19185) | type PaperPublishedLinkDisabledType struct function NewPaperPublishedLinkDisabledType (line 19191) | func NewPaperPublishedLinkDisabledType(Description string) *PaperPublish... type PaperPublishedLinkViewDetails (line 19198) | type PaperPublishedLinkViewDetails struct function NewPaperPublishedLinkViewDetails (line 19204) | func NewPaperPublishedLinkViewDetails(EventUuid string) *PaperPublishedL... type PaperPublishedLinkViewType (line 19211) | type PaperPublishedLinkViewType struct function NewPaperPublishedLinkViewType (line 19217) | func NewPaperPublishedLinkViewType(Description string) *PaperPublishedLi... type ParticipantLogInfo (line 19224) | type ParticipantLogInfo struct method UnmarshalJSON (line 19240) | func (u *ParticipantLogInfo) UnmarshalJSON(body []byte) error { constant ParticipantLogInfoGroup (line 19234) | ParticipantLogInfoGroup = "group" constant ParticipantLogInfoUser (line 19235) | ParticipantLogInfoUser = "user" constant ParticipantLogInfoOther (line 19236) | ParticipantLogInfoOther = "other" type PassPolicy (line 19268) | type PassPolicy struct constant PassPolicyAllow (line 19274) | PassPolicyAllow = "allow" constant PassPolicyDisabled (line 19275) | PassPolicyDisabled = "disabled" constant PassPolicyEnabled (line 19276) | PassPolicyEnabled = "enabled" constant PassPolicyOther (line 19277) | PassPolicyOther = "other" type PasswordChangeDetails (line 19281) | type PasswordChangeDetails struct function NewPasswordChangeDetails (line 19285) | func NewPasswordChangeDetails() *PasswordChangeDetails { type PasswordChangeType (line 19291) | type PasswordChangeType struct function NewPasswordChangeType (line 19297) | func NewPasswordChangeType(Description string) *PasswordChangeType { type PasswordResetAllDetails (line 19304) | type PasswordResetAllDetails struct function NewPasswordResetAllDetails (line 19308) | func NewPasswordResetAllDetails() *PasswordResetAllDetails { type PasswordResetAllType (line 19314) | type PasswordResetAllType struct function NewPasswordResetAllType (line 19320) | func NewPasswordResetAllType(Description string) *PasswordResetAllType { type PasswordResetDetails (line 19327) | type PasswordResetDetails struct function NewPasswordResetDetails (line 19331) | func NewPasswordResetDetails() *PasswordResetDetails { type PasswordResetType (line 19337) | type PasswordResetType struct function NewPasswordResetType (line 19343) | func NewPasswordResetType(Description string) *PasswordResetType { type PasswordStrengthRequirementsChangePolicyDetails (line 19351) | type PasswordStrengthRequirementsChangePolicyDetails struct function NewPasswordStrengthRequirementsChangePolicyDetails (line 19359) | func NewPasswordStrengthRequirementsChangePolicyDetails(PreviousValue *t... type PasswordStrengthRequirementsChangePolicyType (line 19367) | type PasswordStrengthRequirementsChangePolicyType struct function NewPasswordStrengthRequirementsChangePolicyType (line 19373) | func NewPasswordStrengthRequirementsChangePolicyType(Description string)... type PathLogInfo (line 19380) | type PathLogInfo struct function NewPathLogInfo (line 19389) | func NewPathLogInfo(NamespaceRelative *NamespaceRelativePathLogInfo) *Pa... type PendingSecondaryEmailAddedDetails (line 19396) | type PendingSecondaryEmailAddedDetails struct function NewPendingSecondaryEmailAddedDetails (line 19402) | func NewPendingSecondaryEmailAddedDetails(SecondaryEmail string) *Pendin... type PendingSecondaryEmailAddedType (line 19409) | type PendingSecondaryEmailAddedType struct function NewPendingSecondaryEmailAddedType (line 19415) | func NewPendingSecondaryEmailAddedType(Description string) *PendingSecon... type PermanentDeleteChangePolicyDetails (line 19423) | type PermanentDeleteChangePolicyDetails struct function NewPermanentDeleteChangePolicyDetails (line 19432) | func NewPermanentDeleteChangePolicyDetails(NewValue *ContentPermanentDel... type PermanentDeleteChangePolicyType (line 19439) | type PermanentDeleteChangePolicyType struct function NewPermanentDeleteChangePolicyType (line 19445) | func NewPermanentDeleteChangePolicyType(Description string) *PermanentDe... type PlacementRestriction (line 19452) | type PlacementRestriction struct constant PlacementRestrictionAustraliaOnly (line 19458) | PlacementRestrictionAustraliaOnly = "australia_only" constant PlacementRestrictionEuropeOnly (line 19459) | PlacementRestrictionEuropeOnly = "europe_only" constant PlacementRestrictionJapanOnly (line 19460) | PlacementRestrictionJapanOnly = "japan_only" constant PlacementRestrictionNone (line 19461) | PlacementRestrictionNone = "none" constant PlacementRestrictionUkOnly (line 19462) | PlacementRestrictionUkOnly = "uk_only" constant PlacementRestrictionUsS3Only (line 19463) | PlacementRestrictionUsS3Only = "us_s3_only" constant PlacementRestrictionOther (line 19464) | PlacementRestrictionOther = "other" type PolicyType (line 19468) | type PolicyType struct constant PolicyTypeDisposition (line 19474) | PolicyTypeDisposition = "disposition" constant PolicyTypeRetention (line 19475) | PolicyTypeRetention = "retention" constant PolicyTypeOther (line 19476) | PolicyTypeOther = "other" type PrimaryTeamRequestAcceptedDetails (line 19481) | type PrimaryTeamRequestAcceptedDetails struct function NewPrimaryTeamRequestAcceptedDetails (line 19490) | func NewPrimaryTeamRequestAcceptedDetails(SecondaryTeam string, SentBy s... type PrimaryTeamRequestCanceledDetails (line 19499) | type PrimaryTeamRequestCanceledDetails struct function NewPrimaryTeamRequestCanceledDetails (line 19508) | func NewPrimaryTeamRequestCanceledDetails(SecondaryTeam string, SentBy s... type PrimaryTeamRequestExpiredDetails (line 19517) | type PrimaryTeamRequestExpiredDetails struct function NewPrimaryTeamRequestExpiredDetails (line 19526) | func NewPrimaryTeamRequestExpiredDetails(SecondaryTeam string, SentBy st... type PrimaryTeamRequestReminderDetails (line 19535) | type PrimaryTeamRequestReminderDetails struct function NewPrimaryTeamRequestReminderDetails (line 19543) | func NewPrimaryTeamRequestReminderDetails(SecondaryTeam string, SentTo s... type QuickActionType (line 19551) | type QuickActionType struct constant QuickActionTypeDeleteSharedLink (line 19557) | QuickActionTypeDeleteSharedLink = "delete_shared_link" constant QuickActionTypeResetPassword (line 19558) | QuickActionTypeResetPassword = "reset_password" constant QuickActionTypeRestoreFileOrFolder (line 19559) | QuickActionTypeRestoreFileOrFolder = "restore_file_or_folder" constant QuickActionTypeUnlinkApp (line 19560) | QuickActionTypeUnlinkApp = "unlink_app" constant QuickActionTypeUnlinkDevice (line 19561) | QuickActionTypeUnlinkDevice = "unlink_device" constant QuickActionTypeUnlinkSession (line 19562) | QuickActionTypeUnlinkSession = "unlink_session" constant QuickActionTypeOther (line 19563) | QuickActionTypeOther = "other" type RecipientsConfiguration (line 19567) | type RecipientsConfiguration struct function NewRecipientsConfiguration (line 19577) | func NewRecipientsConfiguration() *RecipientsConfiguration { type RelocateAssetReferencesLogInfo (line 19584) | type RelocateAssetReferencesLogInfo struct function NewRelocateAssetReferencesLogInfo (line 19592) | func NewRelocateAssetReferencesLogInfo(SrcAssetIndex uint64, DestAssetIn... type ResellerLogInfo (line 19600) | type ResellerLogInfo struct function NewResellerLogInfo (line 19608) | func NewResellerLogInfo(ResellerName string, ResellerEmail string) *Rese... type ResellerRole (line 19616) | type ResellerRole struct constant ResellerRoleNotReseller (line 19622) | ResellerRoleNotReseller = "not_reseller" constant ResellerRoleResellerAdmin (line 19623) | ResellerRoleResellerAdmin = "reseller_admin" constant ResellerRoleOther (line 19624) | ResellerRoleOther = "other" type ResellerSupportChangePolicyDetails (line 19628) | type ResellerSupportChangePolicyDetails struct function NewResellerSupportChangePolicyDetails (line 19636) | func NewResellerSupportChangePolicyDetails(NewValue *ResellerSupportPoli... type ResellerSupportChangePolicyType (line 19644) | type ResellerSupportChangePolicyType struct function NewResellerSupportChangePolicyType (line 19650) | func NewResellerSupportChangePolicyType(Description string) *ResellerSup... type ResellerSupportPolicy (line 19658) | type ResellerSupportPolicy struct constant ResellerSupportPolicyDisabled (line 19664) | ResellerSupportPolicyDisabled = "disabled" constant ResellerSupportPolicyEnabled (line 19665) | ResellerSupportPolicyEnabled = "enabled" constant ResellerSupportPolicyOther (line 19666) | ResellerSupportPolicyOther = "other" type ResellerSupportSessionEndDetails (line 19670) | type ResellerSupportSessionEndDetails struct function NewResellerSupportSessionEndDetails (line 19674) | func NewResellerSupportSessionEndDetails() *ResellerSupportSessionEndDet... type ResellerSupportSessionEndType (line 19680) | type ResellerSupportSessionEndType struct function NewResellerSupportSessionEndType (line 19686) | func NewResellerSupportSessionEndType(Description string) *ResellerSuppo... type ResellerSupportSessionStartDetails (line 19693) | type ResellerSupportSessionStartDetails struct function NewResellerSupportSessionStartDetails (line 19697) | func NewResellerSupportSessionStartDetails() *ResellerSupportSessionStar... type ResellerSupportSessionStartType (line 19703) | type ResellerSupportSessionStartType struct function NewResellerSupportSessionStartType (line 19709) | func NewResellerSupportSessionStartType(Description string) *ResellerSup... type RewindFolderDetails (line 19716) | type RewindFolderDetails struct function NewRewindFolderDetails (line 19722) | func NewRewindFolderDetails(RewindFolderTargetTsMs time.Time) *RewindFol... type RewindFolderType (line 19729) | type RewindFolderType struct function NewRewindFolderType (line 19735) | func NewRewindFolderType(Description string) *RewindFolderType { type RewindPolicy (line 19742) | type RewindPolicy struct constant RewindPolicyAdminsOnly (line 19748) | RewindPolicyAdminsOnly = "admins_only" constant RewindPolicyEveryone (line 19749) | RewindPolicyEveryone = "everyone" constant RewindPolicyOther (line 19750) | RewindPolicyOther = "other" type RewindPolicyChangedDetails (line 19754) | type RewindPolicyChangedDetails struct function NewRewindPolicyChangedDetails (line 19762) | func NewRewindPolicyChangedDetails(NewValue *RewindPolicy, PreviousValue... type RewindPolicyChangedType (line 19770) | type RewindPolicyChangedType struct function NewRewindPolicyChangedType (line 19776) | func NewRewindPolicyChangedType(Description string) *RewindPolicyChanged... type SecondaryEmailDeletedDetails (line 19783) | type SecondaryEmailDeletedDetails struct function NewSecondaryEmailDeletedDetails (line 19789) | func NewSecondaryEmailDeletedDetails(SecondaryEmail string) *SecondaryEm... type SecondaryEmailDeletedType (line 19796) | type SecondaryEmailDeletedType struct function NewSecondaryEmailDeletedType (line 19802) | func NewSecondaryEmailDeletedType(Description string) *SecondaryEmailDel... type SecondaryEmailVerifiedDetails (line 19809) | type SecondaryEmailVerifiedDetails struct function NewSecondaryEmailVerifiedDetails (line 19815) | func NewSecondaryEmailVerifiedDetails(SecondaryEmail string) *SecondaryE... type SecondaryEmailVerifiedType (line 19822) | type SecondaryEmailVerifiedType struct function NewSecondaryEmailVerifiedType (line 19828) | func NewSecondaryEmailVerifiedType(Description string) *SecondaryEmailVe... type SecondaryMailsPolicy (line 19835) | type SecondaryMailsPolicy struct constant SecondaryMailsPolicyDisabled (line 19841) | SecondaryMailsPolicyDisabled = "disabled" constant SecondaryMailsPolicyEnabled (line 19842) | SecondaryMailsPolicyEnabled = "enabled" constant SecondaryMailsPolicyOther (line 19843) | SecondaryMailsPolicyOther = "other" type SecondaryMailsPolicyChangedDetails (line 19847) | type SecondaryMailsPolicyChangedDetails struct function NewSecondaryMailsPolicyChangedDetails (line 19855) | func NewSecondaryMailsPolicyChangedDetails(PreviousValue *SecondaryMails... type SecondaryMailsPolicyChangedType (line 19863) | type SecondaryMailsPolicyChangedType struct function NewSecondaryMailsPolicyChangedType (line 19869) | func NewSecondaryMailsPolicyChangedType(Description string) *SecondaryMa... type SecondaryTeamRequestAcceptedDetails (line 19877) | type SecondaryTeamRequestAcceptedDetails struct function NewSecondaryTeamRequestAcceptedDetails (line 19886) | func NewSecondaryTeamRequestAcceptedDetails(PrimaryTeam string, SentBy s... type SecondaryTeamRequestCanceledDetails (line 19895) | type SecondaryTeamRequestCanceledDetails struct function NewSecondaryTeamRequestCanceledDetails (line 19905) | func NewSecondaryTeamRequestCanceledDetails(SentTo string, SentBy string... type SecondaryTeamRequestExpiredDetails (line 19914) | type SecondaryTeamRequestExpiredDetails struct function NewSecondaryTeamRequestExpiredDetails (line 19920) | func NewSecondaryTeamRequestExpiredDetails(SentTo string) *SecondaryTeam... type SecondaryTeamRequestReminderDetails (line 19928) | type SecondaryTeamRequestReminderDetails struct function NewSecondaryTeamRequestReminderDetails (line 19934) | func NewSecondaryTeamRequestReminderDetails(SentTo string) *SecondaryTea... type SendForSignaturePolicy (line 19942) | type SendForSignaturePolicy struct constant SendForSignaturePolicyDisabled (line 19948) | SendForSignaturePolicyDisabled = "disabled" constant SendForSignaturePolicyEnabled (line 19949) | SendForSignaturePolicyEnabled = "enabled" constant SendForSignaturePolicyOther (line 19950) | SendForSignaturePolicyOther = "other" type SendForSignaturePolicyChangedDetails (line 19955) | type SendForSignaturePolicyChangedDetails struct function NewSendForSignaturePolicyChangedDetails (line 19963) | func NewSendForSignaturePolicyChangedDetails(NewValue *SendForSignatureP... type SendForSignaturePolicyChangedType (line 19971) | type SendForSignaturePolicyChangedType struct function NewSendForSignaturePolicyChangedType (line 19977) | func NewSendForSignaturePolicyChangedType(Description string) *SendForSi... type SfAddGroupDetails (line 19984) | type SfAddGroupDetails struct function NewSfAddGroupDetails (line 19996) | func NewSfAddGroupDetails(TargetAssetIndex uint64, OriginalFolderName st... type SfAddGroupType (line 20005) | type SfAddGroupType struct function NewSfAddGroupType (line 20011) | func NewSfAddGroupType(Description string) *SfAddGroupType { type SfAllowNonMembersToViewSharedLinksDetails (line 20019) | type SfAllowNonMembersToViewSharedLinksDetails struct function NewSfAllowNonMembersToViewSharedLinksDetails (line 20029) | func NewSfAllowNonMembersToViewSharedLinksDetails(TargetAssetIndex uint6... type SfAllowNonMembersToViewSharedLinksType (line 20037) | type SfAllowNonMembersToViewSharedLinksType struct function NewSfAllowNonMembersToViewSharedLinksType (line 20043) | func NewSfAllowNonMembersToViewSharedLinksType(Description string) *SfAl... type SfExternalInviteWarnDetails (line 20051) | type SfExternalInviteWarnDetails struct function NewSfExternalInviteWarnDetails (line 20063) | func NewSfExternalInviteWarnDetails(TargetAssetIndex uint64, OriginalFol... type SfExternalInviteWarnType (line 20071) | type SfExternalInviteWarnType struct function NewSfExternalInviteWarnType (line 20077) | func NewSfExternalInviteWarnType(Description string) *SfExternalInviteWa... type SfFbInviteChangeRoleDetails (line 20084) | type SfFbInviteChangeRoleDetails struct function NewSfFbInviteChangeRoleDetails (line 20096) | func NewSfFbInviteChangeRoleDetails(TargetAssetIndex uint64, OriginalFol... type SfFbInviteChangeRoleType (line 20104) | type SfFbInviteChangeRoleType struct function NewSfFbInviteChangeRoleType (line 20110) | func NewSfFbInviteChangeRoleType(Description string) *SfFbInviteChangeRo... type SfFbInviteDetails (line 20117) | type SfFbInviteDetails struct function NewSfFbInviteDetails (line 20127) | func NewSfFbInviteDetails(TargetAssetIndex uint64, OriginalFolderName st... type SfFbInviteType (line 20135) | type SfFbInviteType struct function NewSfFbInviteType (line 20141) | func NewSfFbInviteType(Description string) *SfFbInviteType { type SfFbUninviteDetails (line 20148) | type SfFbUninviteDetails struct function NewSfFbUninviteDetails (line 20156) | func NewSfFbUninviteDetails(TargetAssetIndex uint64, OriginalFolderName ... type SfFbUninviteType (line 20164) | type SfFbUninviteType struct function NewSfFbUninviteType (line 20170) | func NewSfFbUninviteType(Description string) *SfFbUninviteType { type SfInviteGroupDetails (line 20177) | type SfInviteGroupDetails struct function NewSfInviteGroupDetails (line 20183) | func NewSfInviteGroupDetails(TargetAssetIndex uint64) *SfInviteGroupDeta... type SfInviteGroupType (line 20190) | type SfInviteGroupType struct function NewSfInviteGroupType (line 20196) | func NewSfInviteGroupType(Description string) *SfInviteGroupType { type SfTeamGrantAccessDetails (line 20203) | type SfTeamGrantAccessDetails struct function NewSfTeamGrantAccessDetails (line 20211) | func NewSfTeamGrantAccessDetails(TargetAssetIndex uint64, OriginalFolder... type SfTeamGrantAccessType (line 20219) | type SfTeamGrantAccessType struct function NewSfTeamGrantAccessType (line 20225) | func NewSfTeamGrantAccessType(Description string) *SfTeamGrantAccessType { type SfTeamInviteChangeRoleDetails (line 20232) | type SfTeamInviteChangeRoleDetails struct function NewSfTeamInviteChangeRoleDetails (line 20244) | func NewSfTeamInviteChangeRoleDetails(TargetAssetIndex uint64, OriginalF... type SfTeamInviteChangeRoleType (line 20252) | type SfTeamInviteChangeRoleType struct function NewSfTeamInviteChangeRoleType (line 20258) | func NewSfTeamInviteChangeRoleType(Description string) *SfTeamInviteChan... type SfTeamInviteDetails (line 20265) | type SfTeamInviteDetails struct function NewSfTeamInviteDetails (line 20275) | func NewSfTeamInviteDetails(TargetAssetIndex uint64, OriginalFolderName ... type SfTeamInviteType (line 20283) | type SfTeamInviteType struct function NewSfTeamInviteType (line 20289) | func NewSfTeamInviteType(Description string) *SfTeamInviteType { type SfTeamJoinDetails (line 20296) | type SfTeamJoinDetails struct function NewSfTeamJoinDetails (line 20304) | func NewSfTeamJoinDetails(TargetAssetIndex uint64, OriginalFolderName st... type SfTeamJoinFromOobLinkDetails (line 20312) | type SfTeamJoinFromOobLinkDetails struct function NewSfTeamJoinFromOobLinkDetails (line 20324) | func NewSfTeamJoinFromOobLinkDetails(TargetAssetIndex uint64, OriginalFo... type SfTeamJoinFromOobLinkType (line 20332) | type SfTeamJoinFromOobLinkType struct function NewSfTeamJoinFromOobLinkType (line 20338) | func NewSfTeamJoinFromOobLinkType(Description string) *SfTeamJoinFromOob... type SfTeamJoinType (line 20345) | type SfTeamJoinType struct function NewSfTeamJoinType (line 20351) | func NewSfTeamJoinType(Description string) *SfTeamJoinType { type SfTeamUninviteDetails (line 20358) | type SfTeamUninviteDetails struct function NewSfTeamUninviteDetails (line 20366) | func NewSfTeamUninviteDetails(TargetAssetIndex uint64, OriginalFolderNam... type SfTeamUninviteType (line 20374) | type SfTeamUninviteType struct function NewSfTeamUninviteType (line 20380) | func NewSfTeamUninviteType(Description string) *SfTeamUninviteType { type SharedContentAddInviteesDetails (line 20388) | type SharedContentAddInviteesDetails struct function NewSharedContentAddInviteesDetails (line 20396) | func NewSharedContentAddInviteesDetails(SharedContentAccessLevel *sharin... type SharedContentAddInviteesType (line 20404) | type SharedContentAddInviteesType struct function NewSharedContentAddInviteesType (line 20410) | func NewSharedContentAddInviteesType(Description string) *SharedContentA... type SharedContentAddLinkExpiryDetails (line 20418) | type SharedContentAddLinkExpiryDetails struct function NewSharedContentAddLinkExpiryDetails (line 20425) | func NewSharedContentAddLinkExpiryDetails() *SharedContentAddLinkExpiryD... type SharedContentAddLinkExpiryType (line 20431) | type SharedContentAddLinkExpiryType struct function NewSharedContentAddLinkExpiryType (line 20437) | func NewSharedContentAddLinkExpiryType(Description string) *SharedConten... type SharedContentAddLinkPasswordDetails (line 20445) | type SharedContentAddLinkPasswordDetails struct function NewSharedContentAddLinkPasswordDetails (line 20449) | func NewSharedContentAddLinkPasswordDetails() *SharedContentAddLinkPassw... type SharedContentAddLinkPasswordType (line 20455) | type SharedContentAddLinkPasswordType struct function NewSharedContentAddLinkPasswordType (line 20461) | func NewSharedContentAddLinkPasswordType(Description string) *SharedCont... type SharedContentAddMemberDetails (line 20469) | type SharedContentAddMemberDetails struct function NewSharedContentAddMemberDetails (line 20475) | func NewSharedContentAddMemberDetails(SharedContentAccessLevel *sharing.... type SharedContentAddMemberType (line 20482) | type SharedContentAddMemberType struct function NewSharedContentAddMemberType (line 20488) | func NewSharedContentAddMemberType(Description string) *SharedContentAdd... type SharedContentChangeDownloadsPolicyDetails (line 20496) | type SharedContentChangeDownloadsPolicyDetails struct function NewSharedContentChangeDownloadsPolicyDetails (line 20505) | func NewSharedContentChangeDownloadsPolicyDetails(NewValue *DownloadPoli... type SharedContentChangeDownloadsPolicyType (line 20512) | type SharedContentChangeDownloadsPolicyType struct function NewSharedContentChangeDownloadsPolicyType (line 20518) | func NewSharedContentChangeDownloadsPolicyType(Description string) *Shar... type SharedContentChangeInviteeRoleDetails (line 20526) | type SharedContentChangeInviteeRoleDetails struct function NewSharedContentChangeInviteeRoleDetails (line 20537) | func NewSharedContentChangeInviteeRoleDetails(NewAccessLevel *sharing.Ac... type SharedContentChangeInviteeRoleType (line 20545) | type SharedContentChangeInviteeRoleType struct function NewSharedContentChangeInviteeRoleType (line 20551) | func NewSharedContentChangeInviteeRoleType(Description string) *SharedCo... type SharedContentChangeLinkAudienceDetails (line 20559) | type SharedContentChangeLinkAudienceDetails struct function NewSharedContentChangeLinkAudienceDetails (line 20567) | func NewSharedContentChangeLinkAudienceDetails(NewValue *sharing.LinkAud... type SharedContentChangeLinkAudienceType (line 20574) | type SharedContentChangeLinkAudienceType struct function NewSharedContentChangeLinkAudienceType (line 20580) | func NewSharedContentChangeLinkAudienceType(Description string) *SharedC... type SharedContentChangeLinkExpiryDetails (line 20588) | type SharedContentChangeLinkExpiryDetails struct function NewSharedContentChangeLinkExpiryDetails (line 20598) | func NewSharedContentChangeLinkExpiryDetails() *SharedContentChangeLinkE... type SharedContentChangeLinkExpiryType (line 20604) | type SharedContentChangeLinkExpiryType struct function NewSharedContentChangeLinkExpiryType (line 20610) | func NewSharedContentChangeLinkExpiryType(Description string) *SharedCon... type SharedContentChangeLinkPasswordDetails (line 20618) | type SharedContentChangeLinkPasswordDetails struct function NewSharedContentChangeLinkPasswordDetails (line 20622) | func NewSharedContentChangeLinkPasswordDetails() *SharedContentChangeLin... type SharedContentChangeLinkPasswordType (line 20628) | type SharedContentChangeLinkPasswordType struct function NewSharedContentChangeLinkPasswordType (line 20634) | func NewSharedContentChangeLinkPasswordType(Description string) *SharedC... type SharedContentChangeMemberRoleDetails (line 20642) | type SharedContentChangeMemberRoleDetails struct function NewSharedContentChangeMemberRoleDetails (line 20651) | func NewSharedContentChangeMemberRoleDetails(NewAccessLevel *sharing.Acc... type SharedContentChangeMemberRoleType (line 20658) | type SharedContentChangeMemberRoleType struct function NewSharedContentChangeMemberRoleType (line 20664) | func NewSharedContentChangeMemberRoleType(Description string) *SharedCon... type SharedContentChangeViewerInfoPolicyDetails (line 20672) | type SharedContentChangeViewerInfoPolicyDetails struct function NewSharedContentChangeViewerInfoPolicyDetails (line 20680) | func NewSharedContentChangeViewerInfoPolicyDetails(NewValue *sharing.Vie... type SharedContentChangeViewerInfoPolicyType (line 20687) | type SharedContentChangeViewerInfoPolicyType struct function NewSharedContentChangeViewerInfoPolicyType (line 20693) | func NewSharedContentChangeViewerInfoPolicyType(Description string) *Sha... type SharedContentClaimInvitationDetails (line 20701) | type SharedContentClaimInvitationDetails struct function NewSharedContentClaimInvitationDetails (line 20707) | func NewSharedContentClaimInvitationDetails() *SharedContentClaimInvitat... type SharedContentClaimInvitationType (line 20713) | type SharedContentClaimInvitationType struct function NewSharedContentClaimInvitationType (line 20719) | func NewSharedContentClaimInvitationType(Description string) *SharedCont... type SharedContentCopyDetails (line 20726) | type SharedContentCopyDetails struct method UnmarshalJSON (line 20747) | func (u *SharedContentCopyDetails) UnmarshalJSON(b []byte) error { function NewSharedContentCopyDetails (line 20738) | func NewSharedContentCopyDetails(SharedContentLink string, SharedContent... type SharedContentCopyType (line 20774) | type SharedContentCopyType struct function NewSharedContentCopyType (line 20780) | func NewSharedContentCopyType(Description string) *SharedContentCopyType { type SharedContentDownloadDetails (line 20787) | type SharedContentDownloadDetails struct method UnmarshalJSON (line 20805) | func (u *SharedContentDownloadDetails) UnmarshalJSON(b []byte) error { function NewSharedContentDownloadDetails (line 20797) | func NewSharedContentDownloadDetails(SharedContentLink string, SharedCon... type SharedContentDownloadType (line 20829) | type SharedContentDownloadType struct function NewSharedContentDownloadType (line 20835) | func NewSharedContentDownloadType(Description string) *SharedContentDown... type SharedContentRelinquishMembershipDetails (line 20842) | type SharedContentRelinquishMembershipDetails struct function NewSharedContentRelinquishMembershipDetails (line 20846) | func NewSharedContentRelinquishMembershipDetails() *SharedContentRelinqu... type SharedContentRelinquishMembershipType (line 20852) | type SharedContentRelinquishMembershipType struct function NewSharedContentRelinquishMembershipType (line 20858) | func NewSharedContentRelinquishMembershipType(Description string) *Share... type SharedContentRemoveInviteesDetails (line 20866) | type SharedContentRemoveInviteesDetails struct function NewSharedContentRemoveInviteesDetails (line 20872) | func NewSharedContentRemoveInviteesDetails(Invitees []string) *SharedCon... type SharedContentRemoveInviteesType (line 20879) | type SharedContentRemoveInviteesType struct function NewSharedContentRemoveInviteesType (line 20885) | func NewSharedContentRemoveInviteesType(Description string) *SharedConte... type SharedContentRemoveLinkExpiryDetails (line 20893) | type SharedContentRemoveLinkExpiryDetails struct function NewSharedContentRemoveLinkExpiryDetails (line 20900) | func NewSharedContentRemoveLinkExpiryDetails() *SharedContentRemoveLinkE... type SharedContentRemoveLinkExpiryType (line 20906) | type SharedContentRemoveLinkExpiryType struct function NewSharedContentRemoveLinkExpiryType (line 20912) | func NewSharedContentRemoveLinkExpiryType(Description string) *SharedCon... type SharedContentRemoveLinkPasswordDetails (line 20920) | type SharedContentRemoveLinkPasswordDetails struct function NewSharedContentRemoveLinkPasswordDetails (line 20924) | func NewSharedContentRemoveLinkPasswordDetails() *SharedContentRemoveLin... type SharedContentRemoveLinkPasswordType (line 20930) | type SharedContentRemoveLinkPasswordType struct function NewSharedContentRemoveLinkPasswordType (line 20936) | func NewSharedContentRemoveLinkPasswordType(Description string) *SharedC... type SharedContentRemoveMemberDetails (line 20944) | type SharedContentRemoveMemberDetails struct function NewSharedContentRemoveMemberDetails (line 20950) | func NewSharedContentRemoveMemberDetails() *SharedContentRemoveMemberDet... type SharedContentRemoveMemberType (line 20956) | type SharedContentRemoveMemberType struct function NewSharedContentRemoveMemberType (line 20962) | func NewSharedContentRemoveMemberType(Description string) *SharedContent... type SharedContentRequestAccessDetails (line 20969) | type SharedContentRequestAccessDetails struct function NewSharedContentRequestAccessDetails (line 20975) | func NewSharedContentRequestAccessDetails() *SharedContentRequestAccessD... type SharedContentRequestAccessType (line 20981) | type SharedContentRequestAccessType struct function NewSharedContentRequestAccessType (line 20987) | func NewSharedContentRequestAccessType(Description string) *SharedConten... type SharedContentRestoreInviteesDetails (line 20994) | type SharedContentRestoreInviteesDetails struct function NewSharedContentRestoreInviteesDetails (line 21002) | func NewSharedContentRestoreInviteesDetails(SharedContentAccessLevel *sh... type SharedContentRestoreInviteesType (line 21010) | type SharedContentRestoreInviteesType struct function NewSharedContentRestoreInviteesType (line 21016) | func NewSharedContentRestoreInviteesType(Description string) *SharedCont... type SharedContentRestoreMemberDetails (line 21024) | type SharedContentRestoreMemberDetails struct function NewSharedContentRestoreMemberDetails (line 21030) | func NewSharedContentRestoreMemberDetails(SharedContentAccessLevel *shar... type SharedContentRestoreMemberType (line 21037) | type SharedContentRestoreMemberType struct function NewSharedContentRestoreMemberType (line 21043) | func NewSharedContentRestoreMemberType(Description string) *SharedConten... type SharedContentUnshareDetails (line 21050) | type SharedContentUnshareDetails struct function NewSharedContentUnshareDetails (line 21054) | func NewSharedContentUnshareDetails() *SharedContentUnshareDetails { type SharedContentUnshareType (line 21060) | type SharedContentUnshareType struct function NewSharedContentUnshareType (line 21066) | func NewSharedContentUnshareType(Description string) *SharedContentUnsha... type SharedContentViewDetails (line 21073) | type SharedContentViewDetails struct method UnmarshalJSON (line 21091) | func (u *SharedContentViewDetails) UnmarshalJSON(b []byte) error { function NewSharedContentViewDetails (line 21083) | func NewSharedContentViewDetails(SharedContentLink string, SharedContent... type SharedContentViewType (line 21115) | type SharedContentViewType struct function NewSharedContentViewType (line 21121) | func NewSharedContentViewType(Description string) *SharedContentViewType { type SharedFolderChangeLinkPolicyDetails (line 21129) | type SharedFolderChangeLinkPolicyDetails struct function NewSharedFolderChangeLinkPolicyDetails (line 21138) | func NewSharedFolderChangeLinkPolicyDetails(NewValue *sharing.SharedLink... type SharedFolderChangeLinkPolicyType (line 21145) | type SharedFolderChangeLinkPolicyType struct function NewSharedFolderChangeLinkPolicyType (line 21151) | func NewSharedFolderChangeLinkPolicyType(Description string) *SharedFold... type SharedFolderChangeMembersInheritancePolicyDetails (line 21159) | type SharedFolderChangeMembersInheritancePolicyDetails struct function NewSharedFolderChangeMembersInheritancePolicyDetails (line 21168) | func NewSharedFolderChangeMembersInheritancePolicyDetails(NewValue *Shar... type SharedFolderChangeMembersInheritancePolicyType (line 21175) | type SharedFolderChangeMembersInheritancePolicyType struct function NewSharedFolderChangeMembersInheritancePolicyType (line 21181) | func NewSharedFolderChangeMembersInheritancePolicyType(Description strin... type SharedFolderChangeMembersManagementPolicyDetails (line 21189) | type SharedFolderChangeMembersManagementPolicyDetails struct function NewSharedFolderChangeMembersManagementPolicyDetails (line 21198) | func NewSharedFolderChangeMembersManagementPolicyDetails(NewValue *shari... type SharedFolderChangeMembersManagementPolicyType (line 21205) | type SharedFolderChangeMembersManagementPolicyType struct function NewSharedFolderChangeMembersManagementPolicyType (line 21211) | func NewSharedFolderChangeMembersManagementPolicyType(Description string... type SharedFolderChangeMembersPolicyDetails (line 21219) | type SharedFolderChangeMembersPolicyDetails struct function NewSharedFolderChangeMembersPolicyDetails (line 21228) | func NewSharedFolderChangeMembersPolicyDetails(NewValue *sharing.MemberP... type SharedFolderChangeMembersPolicyType (line 21235) | type SharedFolderChangeMembersPolicyType struct function NewSharedFolderChangeMembersPolicyType (line 21241) | func NewSharedFolderChangeMembersPolicyType(Description string) *SharedF... type SharedFolderCreateDetails (line 21248) | type SharedFolderCreateDetails struct function NewSharedFolderCreateDetails (line 21254) | func NewSharedFolderCreateDetails() *SharedFolderCreateDetails { type SharedFolderCreateType (line 21260) | type SharedFolderCreateType struct function NewSharedFolderCreateType (line 21266) | func NewSharedFolderCreateType(Description string) *SharedFolderCreateTy... type SharedFolderDeclineInvitationDetails (line 21274) | type SharedFolderDeclineInvitationDetails struct function NewSharedFolderDeclineInvitationDetails (line 21278) | func NewSharedFolderDeclineInvitationDetails() *SharedFolderDeclineInvit... type SharedFolderDeclineInvitationType (line 21284) | type SharedFolderDeclineInvitationType struct function NewSharedFolderDeclineInvitationType (line 21290) | func NewSharedFolderDeclineInvitationType(Description string) *SharedFol... type SharedFolderMembersInheritancePolicy (line 21298) | type SharedFolderMembersInheritancePolicy struct constant SharedFolderMembersInheritancePolicyDontInheritMembers (line 21304) | SharedFolderMembersInheritancePolicyDontInheritMembers = "dont_inherit_m... constant SharedFolderMembersInheritancePolicyInheritMembers (line 21305) | SharedFolderMembersInheritancePolicyInheritMembers = "inherit_members" constant SharedFolderMembersInheritancePolicyOther (line 21306) | SharedFolderMembersInheritancePolicyOther = "other" type SharedFolderMountDetails (line 21310) | type SharedFolderMountDetails struct function NewSharedFolderMountDetails (line 21314) | func NewSharedFolderMountDetails() *SharedFolderMountDetails { type SharedFolderMountType (line 21320) | type SharedFolderMountType struct function NewSharedFolderMountType (line 21326) | func NewSharedFolderMountType(Description string) *SharedFolderMountType { type SharedFolderNestDetails (line 21333) | type SharedFolderNestDetails struct function NewSharedFolderNestDetails (line 21345) | func NewSharedFolderNestDetails() *SharedFolderNestDetails { type SharedFolderNestType (line 21351) | type SharedFolderNestType struct function NewSharedFolderNestType (line 21357) | func NewSharedFolderNestType(Description string) *SharedFolderNestType { type SharedFolderTransferOwnershipDetails (line 21365) | type SharedFolderTransferOwnershipDetails struct function NewSharedFolderTransferOwnershipDetails (line 21374) | func NewSharedFolderTransferOwnershipDetails(NewOwnerEmail string) *Shar... type SharedFolderTransferOwnershipType (line 21381) | type SharedFolderTransferOwnershipType struct function NewSharedFolderTransferOwnershipType (line 21387) | func NewSharedFolderTransferOwnershipType(Description string) *SharedFol... type SharedFolderUnmountDetails (line 21394) | type SharedFolderUnmountDetails struct function NewSharedFolderUnmountDetails (line 21398) | func NewSharedFolderUnmountDetails() *SharedFolderUnmountDetails { type SharedFolderUnmountType (line 21404) | type SharedFolderUnmountType struct function NewSharedFolderUnmountType (line 21410) | func NewSharedFolderUnmountType(Description string) *SharedFolderUnmount... type SharedLinkAccessLevel (line 21417) | type SharedLinkAccessLevel struct constant SharedLinkAccessLevelNone (line 21423) | SharedLinkAccessLevelNone = "none" constant SharedLinkAccessLevelReader (line 21424) | SharedLinkAccessLevelReader = "reader" constant SharedLinkAccessLevelWriter (line 21425) | SharedLinkAccessLevelWriter = "writer" constant SharedLinkAccessLevelOther (line 21426) | SharedLinkAccessLevelOther = "other" type SharedLinkAddExpiryDetails (line 21430) | type SharedLinkAddExpiryDetails struct function NewSharedLinkAddExpiryDetails (line 21436) | func NewSharedLinkAddExpiryDetails(NewValue time.Time) *SharedLinkAddExp... type SharedLinkAddExpiryType (line 21443) | type SharedLinkAddExpiryType struct function NewSharedLinkAddExpiryType (line 21449) | func NewSharedLinkAddExpiryType(Description string) *SharedLinkAddExpiry... type SharedLinkChangeExpiryDetails (line 21456) | type SharedLinkChangeExpiryDetails struct function NewSharedLinkChangeExpiryDetails (line 21466) | func NewSharedLinkChangeExpiryDetails() *SharedLinkChangeExpiryDetails { type SharedLinkChangeExpiryType (line 21472) | type SharedLinkChangeExpiryType struct function NewSharedLinkChangeExpiryType (line 21478) | func NewSharedLinkChangeExpiryType(Description string) *SharedLinkChange... type SharedLinkChangeVisibilityDetails (line 21485) | type SharedLinkChangeVisibilityDetails struct function NewSharedLinkChangeVisibilityDetails (line 21494) | func NewSharedLinkChangeVisibilityDetails(NewValue *SharedLinkVisibility... type SharedLinkChangeVisibilityType (line 21501) | type SharedLinkChangeVisibilityType struct function NewSharedLinkChangeVisibilityType (line 21507) | func NewSharedLinkChangeVisibilityType(Description string) *SharedLinkCh... type SharedLinkCopyDetails (line 21514) | type SharedLinkCopyDetails struct method UnmarshalJSON (line 21527) | func (u *SharedLinkCopyDetails) UnmarshalJSON(b []byte) error { function NewSharedLinkCopyDetails (line 21521) | func NewSharedLinkCopyDetails() *SharedLinkCopyDetails { type SharedLinkCopyType (line 21546) | type SharedLinkCopyType struct function NewSharedLinkCopyType (line 21552) | func NewSharedLinkCopyType(Description string) *SharedLinkCopyType { type SharedLinkCreateDetails (line 21559) | type SharedLinkCreateDetails struct function NewSharedLinkCreateDetails (line 21566) | func NewSharedLinkCreateDetails() *SharedLinkCreateDetails { type SharedLinkCreateType (line 21572) | type SharedLinkCreateType struct function NewSharedLinkCreateType (line 21578) | func NewSharedLinkCreateType(Description string) *SharedLinkCreateType { type SharedLinkDisableDetails (line 21585) | type SharedLinkDisableDetails struct method UnmarshalJSON (line 21598) | func (u *SharedLinkDisableDetails) UnmarshalJSON(b []byte) error { function NewSharedLinkDisableDetails (line 21592) | func NewSharedLinkDisableDetails() *SharedLinkDisableDetails { type SharedLinkDisableType (line 21617) | type SharedLinkDisableType struct function NewSharedLinkDisableType (line 21623) | func NewSharedLinkDisableType(Description string) *SharedLinkDisableType { type SharedLinkDownloadDetails (line 21630) | type SharedLinkDownloadDetails struct method UnmarshalJSON (line 21643) | func (u *SharedLinkDownloadDetails) UnmarshalJSON(b []byte) error { function NewSharedLinkDownloadDetails (line 21637) | func NewSharedLinkDownloadDetails() *SharedLinkDownloadDetails { type SharedLinkDownloadType (line 21662) | type SharedLinkDownloadType struct function NewSharedLinkDownloadType (line 21668) | func NewSharedLinkDownloadType(Description string) *SharedLinkDownloadTy... type SharedLinkRemoveExpiryDetails (line 21675) | type SharedLinkRemoveExpiryDetails struct function NewSharedLinkRemoveExpiryDetails (line 21682) | func NewSharedLinkRemoveExpiryDetails() *SharedLinkRemoveExpiryDetails { type SharedLinkRemoveExpiryType (line 21688) | type SharedLinkRemoveExpiryType struct function NewSharedLinkRemoveExpiryType (line 21694) | func NewSharedLinkRemoveExpiryType(Description string) *SharedLinkRemove... type SharedLinkSettingsAddExpirationDetails (line 21702) | type SharedLinkSettingsAddExpirationDetails struct function NewSharedLinkSettingsAddExpirationDetails (line 21713) | func NewSharedLinkSettingsAddExpirationDetails(SharedContentAccessLevel ... type SharedLinkSettingsAddExpirationType (line 21720) | type SharedLinkSettingsAddExpirationType struct function NewSharedLinkSettingsAddExpirationType (line 21726) | func NewSharedLinkSettingsAddExpirationType(Description string) *SharedL... type SharedLinkSettingsAddPasswordDetails (line 21733) | type SharedLinkSettingsAddPasswordDetails struct function NewSharedLinkSettingsAddPasswordDetails (line 21741) | func NewSharedLinkSettingsAddPasswordDetails(SharedContentAccessLevel *s... type SharedLinkSettingsAddPasswordType (line 21748) | type SharedLinkSettingsAddPasswordType struct function NewSharedLinkSettingsAddPasswordType (line 21754) | func NewSharedLinkSettingsAddPasswordType(Description string) *SharedLin... type SharedLinkSettingsAllowDownloadDisabledDetails (line 21761) | type SharedLinkSettingsAllowDownloadDisabledDetails struct function NewSharedLinkSettingsAllowDownloadDisabledDetails (line 21769) | func NewSharedLinkSettingsAllowDownloadDisabledDetails(SharedContentAcce... type SharedLinkSettingsAllowDownloadDisabledType (line 21776) | type SharedLinkSettingsAllowDownloadDisabledType struct function NewSharedLinkSettingsAllowDownloadDisabledType (line 21782) | func NewSharedLinkSettingsAllowDownloadDisabledType(Description string) ... type SharedLinkSettingsAllowDownloadEnabledDetails (line 21789) | type SharedLinkSettingsAllowDownloadEnabledDetails struct function NewSharedLinkSettingsAllowDownloadEnabledDetails (line 21797) | func NewSharedLinkSettingsAllowDownloadEnabledDetails(SharedContentAcces... type SharedLinkSettingsAllowDownloadEnabledType (line 21804) | type SharedLinkSettingsAllowDownloadEnabledType struct function NewSharedLinkSettingsAllowDownloadEnabledType (line 21810) | func NewSharedLinkSettingsAllowDownloadEnabledType(Description string) *... type SharedLinkSettingsChangeAudienceDetails (line 21818) | type SharedLinkSettingsChangeAudienceDetails struct function NewSharedLinkSettingsChangeAudienceDetails (line 21830) | func NewSharedLinkSettingsChangeAudienceDetails(SharedContentAccessLevel... type SharedLinkSettingsChangeAudienceType (line 21838) | type SharedLinkSettingsChangeAudienceType struct function NewSharedLinkSettingsChangeAudienceType (line 21844) | func NewSharedLinkSettingsChangeAudienceType(Description string) *Shared... type SharedLinkSettingsChangeExpirationDetails (line 21852) | type SharedLinkSettingsChangeExpirationDetails struct function NewSharedLinkSettingsChangeExpirationDetails (line 21866) | func NewSharedLinkSettingsChangeExpirationDetails(SharedContentAccessLev... type SharedLinkSettingsChangeExpirationType (line 21873) | type SharedLinkSettingsChangeExpirationType struct function NewSharedLinkSettingsChangeExpirationType (line 21879) | func NewSharedLinkSettingsChangeExpirationType(Description string) *Shar... type SharedLinkSettingsChangePasswordDetails (line 21887) | type SharedLinkSettingsChangePasswordDetails struct function NewSharedLinkSettingsChangePasswordDetails (line 21895) | func NewSharedLinkSettingsChangePasswordDetails(SharedContentAccessLevel... type SharedLinkSettingsChangePasswordType (line 21902) | type SharedLinkSettingsChangePasswordType struct function NewSharedLinkSettingsChangePasswordType (line 21908) | func NewSharedLinkSettingsChangePasswordType(Description string) *Shared... type SharedLinkSettingsRemoveExpirationDetails (line 21916) | type SharedLinkSettingsRemoveExpirationDetails struct function NewSharedLinkSettingsRemoveExpirationDetails (line 21927) | func NewSharedLinkSettingsRemoveExpirationDetails(SharedContentAccessLev... type SharedLinkSettingsRemoveExpirationType (line 21934) | type SharedLinkSettingsRemoveExpirationType struct function NewSharedLinkSettingsRemoveExpirationType (line 21940) | func NewSharedLinkSettingsRemoveExpirationType(Description string) *Shar... type SharedLinkSettingsRemovePasswordDetails (line 21948) | type SharedLinkSettingsRemovePasswordDetails struct function NewSharedLinkSettingsRemovePasswordDetails (line 21956) | func NewSharedLinkSettingsRemovePasswordDetails(SharedContentAccessLevel... type SharedLinkSettingsRemovePasswordType (line 21963) | type SharedLinkSettingsRemovePasswordType struct function NewSharedLinkSettingsRemovePasswordType (line 21969) | func NewSharedLinkSettingsRemovePasswordType(Description string) *Shared... type SharedLinkShareDetails (line 21976) | type SharedLinkShareDetails struct method UnmarshalJSON (line 21992) | func (u *SharedLinkShareDetails) UnmarshalJSON(b []byte) error { function NewSharedLinkShareDetails (line 21986) | func NewSharedLinkShareDetails() *SharedLinkShareDetails { type SharedLinkShareType (line 22015) | type SharedLinkShareType struct function NewSharedLinkShareType (line 22021) | func NewSharedLinkShareType(Description string) *SharedLinkShareType { type SharedLinkViewDetails (line 22028) | type SharedLinkViewDetails struct method UnmarshalJSON (line 22041) | func (u *SharedLinkViewDetails) UnmarshalJSON(b []byte) error { function NewSharedLinkViewDetails (line 22035) | func NewSharedLinkViewDetails() *SharedLinkViewDetails { type SharedLinkViewType (line 22060) | type SharedLinkViewType struct function NewSharedLinkViewType (line 22066) | func NewSharedLinkViewType(Description string) *SharedLinkViewType { type SharedLinkVisibility (line 22073) | type SharedLinkVisibility struct constant SharedLinkVisibilityNoOne (line 22079) | SharedLinkVisibilityNoOne = "no_one" constant SharedLinkVisibilityPassword (line 22080) | SharedLinkVisibilityPassword = "password" constant SharedLinkVisibilityPublic (line 22081) | SharedLinkVisibilityPublic = "public" constant SharedLinkVisibilityTeamOnly (line 22082) | SharedLinkVisibilityTeamOnly = "team_only" constant SharedLinkVisibilityOther (line 22083) | SharedLinkVisibilityOther = "other" type SharedNoteOpenedDetails (line 22087) | type SharedNoteOpenedDetails struct function NewSharedNoteOpenedDetails (line 22091) | func NewSharedNoteOpenedDetails() *SharedNoteOpenedDetails { type SharedNoteOpenedType (line 22097) | type SharedNoteOpenedType struct function NewSharedNoteOpenedType (line 22103) | func NewSharedNoteOpenedType(Description string) *SharedNoteOpenedType { type SharingChangeFolderJoinPolicyDetails (line 22111) | type SharingChangeFolderJoinPolicyDetails struct function NewSharingChangeFolderJoinPolicyDetails (line 22120) | func NewSharingChangeFolderJoinPolicyDetails(NewValue *SharingFolderJoin... type SharingChangeFolderJoinPolicyType (line 22127) | type SharingChangeFolderJoinPolicyType struct function NewSharingChangeFolderJoinPolicyType (line 22133) | func NewSharingChangeFolderJoinPolicyType(Description string) *SharingCh... type SharingChangeLinkAllowChangeExpirationPolicyDetails (line 22141) | type SharingChangeLinkAllowChangeExpirationPolicyDetails struct function NewSharingChangeLinkAllowChangeExpirationPolicyDetails (line 22149) | func NewSharingChangeLinkAllowChangeExpirationPolicyDetails(NewValue *En... type SharingChangeLinkAllowChangeExpirationPolicyType (line 22156) | type SharingChangeLinkAllowChangeExpirationPolicyType struct function NewSharingChangeLinkAllowChangeExpirationPolicyType (line 22162) | func NewSharingChangeLinkAllowChangeExpirationPolicyType(Description str... type SharingChangeLinkDefaultExpirationPolicyDetails (line 22170) | type SharingChangeLinkDefaultExpirationPolicyDetails struct function NewSharingChangeLinkDefaultExpirationPolicyDetails (line 22178) | func NewSharingChangeLinkDefaultExpirationPolicyDetails(NewValue *Defaul... type SharingChangeLinkDefaultExpirationPolicyType (line 22185) | type SharingChangeLinkDefaultExpirationPolicyType struct function NewSharingChangeLinkDefaultExpirationPolicyType (line 22191) | func NewSharingChangeLinkDefaultExpirationPolicyType(Description string)... type SharingChangeLinkEnforcePasswordPolicyDetails (line 22199) | type SharingChangeLinkEnforcePasswordPolicyDetails struct function NewSharingChangeLinkEnforcePasswordPolicyDetails (line 22207) | func NewSharingChangeLinkEnforcePasswordPolicyDetails(NewValue *ChangeLi... type SharingChangeLinkEnforcePasswordPolicyType (line 22214) | type SharingChangeLinkEnforcePasswordPolicyType struct function NewSharingChangeLinkEnforcePasswordPolicyType (line 22220) | func NewSharingChangeLinkEnforcePasswordPolicyType(Description string) *... type SharingChangeLinkPolicyDetails (line 22229) | type SharingChangeLinkPolicyDetails struct function NewSharingChangeLinkPolicyDetails (line 22238) | func NewSharingChangeLinkPolicyDetails(NewValue *SharingLinkPolicy) *Sha... type SharingChangeLinkPolicyType (line 22245) | type SharingChangeLinkPolicyType struct function NewSharingChangeLinkPolicyType (line 22251) | func NewSharingChangeLinkPolicyType(Description string) *SharingChangeLi... type SharingChangeMemberPolicyDetails (line 22259) | type SharingChangeMemberPolicyDetails struct function NewSharingChangeMemberPolicyDetails (line 22268) | func NewSharingChangeMemberPolicyDetails(NewValue *SharingMemberPolicy) ... type SharingChangeMemberPolicyType (line 22275) | type SharingChangeMemberPolicyType struct function NewSharingChangeMemberPolicyType (line 22281) | func NewSharingChangeMemberPolicyType(Description string) *SharingChange... type SharingFolderJoinPolicy (line 22289) | type SharingFolderJoinPolicy struct constant SharingFolderJoinPolicyFromAnyone (line 22295) | SharingFolderJoinPolicyFromAnyone = "from_anyone" constant SharingFolderJoinPolicyFromTeamOnly (line 22296) | SharingFolderJoinPolicyFromTeamOnly = "from_team_only" constant SharingFolderJoinPolicyOther (line 22297) | SharingFolderJoinPolicyOther = "other" type SharingLinkPolicy (line 22302) | type SharingLinkPolicy struct constant SharingLinkPolicyDefaultNoOne (line 22308) | SharingLinkPolicyDefaultNoOne = "default_no_one" constant SharingLinkPolicyDefaultPrivate (line 22309) | SharingLinkPolicyDefaultPrivate = "default_private" constant SharingLinkPolicyDefaultPublic (line 22310) | SharingLinkPolicyDefaultPublic = "default_public" constant SharingLinkPolicyOnlyPrivate (line 22311) | SharingLinkPolicyOnlyPrivate = "only_private" constant SharingLinkPolicyOther (line 22312) | SharingLinkPolicyOther = "other" type SharingMemberPolicy (line 22316) | type SharingMemberPolicy struct constant SharingMemberPolicyAllow (line 22322) | SharingMemberPolicyAllow = "allow" constant SharingMemberPolicyForbid (line 22323) | SharingMemberPolicyForbid = "forbid" constant SharingMemberPolicyForbidWithExclusions (line 22324) | SharingMemberPolicyForbidWithExclusions = "forbid_with_exclusions" constant SharingMemberPolicyOther (line 22325) | SharingMemberPolicyOther = "other" type ShmodelDisableDownloadsDetails (line 22329) | type ShmodelDisableDownloadsDetails struct method UnmarshalJSON (line 22342) | func (u *ShmodelDisableDownloadsDetails) UnmarshalJSON(b []byte) error { function NewShmodelDisableDownloadsDetails (line 22336) | func NewShmodelDisableDownloadsDetails() *ShmodelDisableDownloadsDetails { type ShmodelDisableDownloadsType (line 22361) | type ShmodelDisableDownloadsType struct function NewShmodelDisableDownloadsType (line 22367) | func NewShmodelDisableDownloadsType(Description string) *ShmodelDisableD... type ShmodelEnableDownloadsDetails (line 22374) | type ShmodelEnableDownloadsDetails struct method UnmarshalJSON (line 22387) | func (u *ShmodelEnableDownloadsDetails) UnmarshalJSON(b []byte) error { function NewShmodelEnableDownloadsDetails (line 22381) | func NewShmodelEnableDownloadsDetails() *ShmodelEnableDownloadsDetails { type ShmodelEnableDownloadsType (line 22406) | type ShmodelEnableDownloadsType struct function NewShmodelEnableDownloadsType (line 22412) | func NewShmodelEnableDownloadsType(Description string) *ShmodelEnableDow... type ShmodelGroupShareDetails (line 22419) | type ShmodelGroupShareDetails struct function NewShmodelGroupShareDetails (line 22423) | func NewShmodelGroupShareDetails() *ShmodelGroupShareDetails { type ShmodelGroupShareType (line 22429) | type ShmodelGroupShareType struct function NewShmodelGroupShareType (line 22435) | func NewShmodelGroupShareType(Description string) *ShmodelGroupShareType { type ShowcaseAccessGrantedDetails (line 22442) | type ShowcaseAccessGrantedDetails struct function NewShowcaseAccessGrantedDetails (line 22448) | func NewShowcaseAccessGrantedDetails(EventUuid string) *ShowcaseAccessGr... type ShowcaseAccessGrantedType (line 22455) | type ShowcaseAccessGrantedType struct function NewShowcaseAccessGrantedType (line 22461) | func NewShowcaseAccessGrantedType(Description string) *ShowcaseAccessGra... type ShowcaseAddMemberDetails (line 22468) | type ShowcaseAddMemberDetails struct function NewShowcaseAddMemberDetails (line 22474) | func NewShowcaseAddMemberDetails(EventUuid string) *ShowcaseAddMemberDet... type ShowcaseAddMemberType (line 22481) | type ShowcaseAddMemberType struct function NewShowcaseAddMemberType (line 22487) | func NewShowcaseAddMemberType(Description string) *ShowcaseAddMemberType { type ShowcaseArchivedDetails (line 22494) | type ShowcaseArchivedDetails struct function NewShowcaseArchivedDetails (line 22500) | func NewShowcaseArchivedDetails(EventUuid string) *ShowcaseArchivedDetai... type ShowcaseArchivedType (line 22507) | type ShowcaseArchivedType struct function NewShowcaseArchivedType (line 22513) | func NewShowcaseArchivedType(Description string) *ShowcaseArchivedType { type ShowcaseChangeDownloadPolicyDetails (line 22521) | type ShowcaseChangeDownloadPolicyDetails struct function NewShowcaseChangeDownloadPolicyDetails (line 22529) | func NewShowcaseChangeDownloadPolicyDetails(NewValue *ShowcaseDownloadPo... type ShowcaseChangeDownloadPolicyType (line 22537) | type ShowcaseChangeDownloadPolicyType struct function NewShowcaseChangeDownloadPolicyType (line 22543) | func NewShowcaseChangeDownloadPolicyType(Description string) *ShowcaseCh... type ShowcaseChangeEnabledPolicyDetails (line 22551) | type ShowcaseChangeEnabledPolicyDetails struct function NewShowcaseChangeEnabledPolicyDetails (line 22559) | func NewShowcaseChangeEnabledPolicyDetails(NewValue *ShowcaseEnabledPoli... type ShowcaseChangeEnabledPolicyType (line 22567) | type ShowcaseChangeEnabledPolicyType struct function NewShowcaseChangeEnabledPolicyType (line 22573) | func NewShowcaseChangeEnabledPolicyType(Description string) *ShowcaseCha... type ShowcaseChangeExternalSharingPolicyDetails (line 22581) | type ShowcaseChangeExternalSharingPolicyDetails struct function NewShowcaseChangeExternalSharingPolicyDetails (line 22589) | func NewShowcaseChangeExternalSharingPolicyDetails(NewValue *ShowcaseExt... type ShowcaseChangeExternalSharingPolicyType (line 22597) | type ShowcaseChangeExternalSharingPolicyType struct function NewShowcaseChangeExternalSharingPolicyType (line 22603) | func NewShowcaseChangeExternalSharingPolicyType(Description string) *Sho... type ShowcaseCreatedDetails (line 22610) | type ShowcaseCreatedDetails struct function NewShowcaseCreatedDetails (line 22616) | func NewShowcaseCreatedDetails(EventUuid string) *ShowcaseCreatedDetails { type ShowcaseCreatedType (line 22623) | type ShowcaseCreatedType struct function NewShowcaseCreatedType (line 22629) | func NewShowcaseCreatedType(Description string) *ShowcaseCreatedType { type ShowcaseDeleteCommentDetails (line 22636) | type ShowcaseDeleteCommentDetails struct function NewShowcaseDeleteCommentDetails (line 22644) | func NewShowcaseDeleteCommentDetails(EventUuid string) *ShowcaseDeleteCo... type ShowcaseDeleteCommentType (line 22651) | type ShowcaseDeleteCommentType struct function NewShowcaseDeleteCommentType (line 22657) | func NewShowcaseDeleteCommentType(Description string) *ShowcaseDeleteCom... type ShowcaseDocumentLogInfo (line 22664) | type ShowcaseDocumentLogInfo struct function NewShowcaseDocumentLogInfo (line 22672) | func NewShowcaseDocumentLogInfo(ShowcaseId string, ShowcaseTitle string)... type ShowcaseDownloadPolicy (line 22681) | type ShowcaseDownloadPolicy struct constant ShowcaseDownloadPolicyDisabled (line 22687) | ShowcaseDownloadPolicyDisabled = "disabled" constant ShowcaseDownloadPolicyEnabled (line 22688) | ShowcaseDownloadPolicyEnabled = "enabled" constant ShowcaseDownloadPolicyOther (line 22689) | ShowcaseDownloadPolicyOther = "other" type ShowcaseEditCommentDetails (line 22693) | type ShowcaseEditCommentDetails struct function NewShowcaseEditCommentDetails (line 22701) | func NewShowcaseEditCommentDetails(EventUuid string) *ShowcaseEditCommen... type ShowcaseEditCommentType (line 22708) | type ShowcaseEditCommentType struct function NewShowcaseEditCommentType (line 22714) | func NewShowcaseEditCommentType(Description string) *ShowcaseEditComment... type ShowcaseEditedDetails (line 22721) | type ShowcaseEditedDetails struct function NewShowcaseEditedDetails (line 22727) | func NewShowcaseEditedDetails(EventUuid string) *ShowcaseEditedDetails { type ShowcaseEditedType (line 22734) | type ShowcaseEditedType struct function NewShowcaseEditedType (line 22740) | func NewShowcaseEditedType(Description string) *ShowcaseEditedType { type ShowcaseEnabledPolicy (line 22747) | type ShowcaseEnabledPolicy struct constant ShowcaseEnabledPolicyDisabled (line 22753) | ShowcaseEnabledPolicyDisabled = "disabled" constant ShowcaseEnabledPolicyEnabled (line 22754) | ShowcaseEnabledPolicyEnabled = "enabled" constant ShowcaseEnabledPolicyOther (line 22755) | ShowcaseEnabledPolicyOther = "other" type ShowcaseExternalSharingPolicy (line 22760) | type ShowcaseExternalSharingPolicy struct constant ShowcaseExternalSharingPolicyDisabled (line 22766) | ShowcaseExternalSharingPolicyDisabled = "disabled" constant ShowcaseExternalSharingPolicyEnabled (line 22767) | ShowcaseExternalSharingPolicyEnabled = "enabled" constant ShowcaseExternalSharingPolicyOther (line 22768) | ShowcaseExternalSharingPolicyOther = "other" type ShowcaseFileAddedDetails (line 22772) | type ShowcaseFileAddedDetails struct function NewShowcaseFileAddedDetails (line 22778) | func NewShowcaseFileAddedDetails(EventUuid string) *ShowcaseFileAddedDet... type ShowcaseFileAddedType (line 22785) | type ShowcaseFileAddedType struct function NewShowcaseFileAddedType (line 22791) | func NewShowcaseFileAddedType(Description string) *ShowcaseFileAddedType { type ShowcaseFileDownloadDetails (line 22798) | type ShowcaseFileDownloadDetails struct function NewShowcaseFileDownloadDetails (line 22806) | func NewShowcaseFileDownloadDetails(EventUuid string, DownloadType strin... type ShowcaseFileDownloadType (line 22814) | type ShowcaseFileDownloadType struct function NewShowcaseFileDownloadType (line 22820) | func NewShowcaseFileDownloadType(Description string) *ShowcaseFileDownlo... type ShowcaseFileRemovedDetails (line 22827) | type ShowcaseFileRemovedDetails struct function NewShowcaseFileRemovedDetails (line 22833) | func NewShowcaseFileRemovedDetails(EventUuid string) *ShowcaseFileRemove... type ShowcaseFileRemovedType (line 22840) | type ShowcaseFileRemovedType struct function NewShowcaseFileRemovedType (line 22846) | func NewShowcaseFileRemovedType(Description string) *ShowcaseFileRemoved... type ShowcaseFileViewDetails (line 22853) | type ShowcaseFileViewDetails struct function NewShowcaseFileViewDetails (line 22859) | func NewShowcaseFileViewDetails(EventUuid string) *ShowcaseFileViewDetai... type ShowcaseFileViewType (line 22866) | type ShowcaseFileViewType struct function NewShowcaseFileViewType (line 22872) | func NewShowcaseFileViewType(Description string) *ShowcaseFileViewType { type ShowcasePermanentlyDeletedDetails (line 22879) | type ShowcasePermanentlyDeletedDetails struct function NewShowcasePermanentlyDeletedDetails (line 22885) | func NewShowcasePermanentlyDeletedDetails(EventUuid string) *ShowcasePer... type ShowcasePermanentlyDeletedType (line 22892) | type ShowcasePermanentlyDeletedType struct function NewShowcasePermanentlyDeletedType (line 22898) | func NewShowcasePermanentlyDeletedType(Description string) *ShowcasePerm... type ShowcasePostCommentDetails (line 22905) | type ShowcasePostCommentDetails struct function NewShowcasePostCommentDetails (line 22913) | func NewShowcasePostCommentDetails(EventUuid string) *ShowcasePostCommen... type ShowcasePostCommentType (line 22920) | type ShowcasePostCommentType struct function NewShowcasePostCommentType (line 22926) | func NewShowcasePostCommentType(Description string) *ShowcasePostComment... type ShowcaseRemoveMemberDetails (line 22933) | type ShowcaseRemoveMemberDetails struct function NewShowcaseRemoveMemberDetails (line 22939) | func NewShowcaseRemoveMemberDetails(EventUuid string) *ShowcaseRemoveMem... type ShowcaseRemoveMemberType (line 22946) | type ShowcaseRemoveMemberType struct function NewShowcaseRemoveMemberType (line 22952) | func NewShowcaseRemoveMemberType(Description string) *ShowcaseRemoveMemb... type ShowcaseRenamedDetails (line 22959) | type ShowcaseRenamedDetails struct function NewShowcaseRenamedDetails (line 22965) | func NewShowcaseRenamedDetails(EventUuid string) *ShowcaseRenamedDetails { type ShowcaseRenamedType (line 22972) | type ShowcaseRenamedType struct function NewShowcaseRenamedType (line 22978) | func NewShowcaseRenamedType(Description string) *ShowcaseRenamedType { type ShowcaseRequestAccessDetails (line 22985) | type ShowcaseRequestAccessDetails struct function NewShowcaseRequestAccessDetails (line 22991) | func NewShowcaseRequestAccessDetails(EventUuid string) *ShowcaseRequestA... type ShowcaseRequestAccessType (line 22998) | type ShowcaseRequestAccessType struct function NewShowcaseRequestAccessType (line 23004) | func NewShowcaseRequestAccessType(Description string) *ShowcaseRequestAc... type ShowcaseResolveCommentDetails (line 23011) | type ShowcaseResolveCommentDetails struct function NewShowcaseResolveCommentDetails (line 23019) | func NewShowcaseResolveCommentDetails(EventUuid string) *ShowcaseResolve... type ShowcaseResolveCommentType (line 23026) | type ShowcaseResolveCommentType struct function NewShowcaseResolveCommentType (line 23032) | func NewShowcaseResolveCommentType(Description string) *ShowcaseResolveC... type ShowcaseRestoredDetails (line 23039) | type ShowcaseRestoredDetails struct function NewShowcaseRestoredDetails (line 23045) | func NewShowcaseRestoredDetails(EventUuid string) *ShowcaseRestoredDetai... type ShowcaseRestoredType (line 23052) | type ShowcaseRestoredType struct function NewShowcaseRestoredType (line 23058) | func NewShowcaseRestoredType(Description string) *ShowcaseRestoredType { type ShowcaseTrashedDeprecatedDetails (line 23065) | type ShowcaseTrashedDeprecatedDetails struct function NewShowcaseTrashedDeprecatedDetails (line 23071) | func NewShowcaseTrashedDeprecatedDetails(EventUuid string) *ShowcaseTras... type ShowcaseTrashedDeprecatedType (line 23078) | type ShowcaseTrashedDeprecatedType struct function NewShowcaseTrashedDeprecatedType (line 23084) | func NewShowcaseTrashedDeprecatedType(Description string) *ShowcaseTrash... type ShowcaseTrashedDetails (line 23091) | type ShowcaseTrashedDetails struct function NewShowcaseTrashedDetails (line 23097) | func NewShowcaseTrashedDetails(EventUuid string) *ShowcaseTrashedDetails { type ShowcaseTrashedType (line 23104) | type ShowcaseTrashedType struct function NewShowcaseTrashedType (line 23110) | func NewShowcaseTrashedType(Description string) *ShowcaseTrashedType { type ShowcaseUnresolveCommentDetails (line 23117) | type ShowcaseUnresolveCommentDetails struct function NewShowcaseUnresolveCommentDetails (line 23125) | func NewShowcaseUnresolveCommentDetails(EventUuid string) *ShowcaseUnres... type ShowcaseUnresolveCommentType (line 23132) | type ShowcaseUnresolveCommentType struct function NewShowcaseUnresolveCommentType (line 23138) | func NewShowcaseUnresolveCommentType(Description string) *ShowcaseUnreso... type ShowcaseUntrashedDeprecatedDetails (line 23145) | type ShowcaseUntrashedDeprecatedDetails struct function NewShowcaseUntrashedDeprecatedDetails (line 23151) | func NewShowcaseUntrashedDeprecatedDetails(EventUuid string) *ShowcaseUn... type ShowcaseUntrashedDeprecatedType (line 23158) | type ShowcaseUntrashedDeprecatedType struct function NewShowcaseUntrashedDeprecatedType (line 23164) | func NewShowcaseUntrashedDeprecatedType(Description string) *ShowcaseUnt... type ShowcaseUntrashedDetails (line 23171) | type ShowcaseUntrashedDetails struct function NewShowcaseUntrashedDetails (line 23177) | func NewShowcaseUntrashedDetails(EventUuid string) *ShowcaseUntrashedDet... type ShowcaseUntrashedType (line 23184) | type ShowcaseUntrashedType struct function NewShowcaseUntrashedType (line 23190) | func NewShowcaseUntrashedType(Description string) *ShowcaseUntrashedType { type ShowcaseViewDetails (line 23197) | type ShowcaseViewDetails struct function NewShowcaseViewDetails (line 23203) | func NewShowcaseViewDetails(EventUuid string) *ShowcaseViewDetails { type ShowcaseViewType (line 23210) | type ShowcaseViewType struct function NewShowcaseViewType (line 23216) | func NewShowcaseViewType(Description string) *ShowcaseViewType { type SignInAsSessionEndDetails (line 23223) | type SignInAsSessionEndDetails struct function NewSignInAsSessionEndDetails (line 23227) | func NewSignInAsSessionEndDetails() *SignInAsSessionEndDetails { type SignInAsSessionEndType (line 23233) | type SignInAsSessionEndType struct function NewSignInAsSessionEndType (line 23239) | func NewSignInAsSessionEndType(Description string) *SignInAsSessionEndTy... type SignInAsSessionStartDetails (line 23246) | type SignInAsSessionStartDetails struct function NewSignInAsSessionStartDetails (line 23250) | func NewSignInAsSessionStartDetails() *SignInAsSessionStartDetails { type SignInAsSessionStartType (line 23256) | type SignInAsSessionStartType struct function NewSignInAsSessionStartType (line 23262) | func NewSignInAsSessionStartType(Description string) *SignInAsSessionSta... type SmartSyncChangePolicyDetails (line 23270) | type SmartSyncChangePolicyDetails struct function NewSmartSyncChangePolicyDetails (line 23278) | func NewSmartSyncChangePolicyDetails() *SmartSyncChangePolicyDetails { type SmartSyncChangePolicyType (line 23284) | type SmartSyncChangePolicyType struct function NewSmartSyncChangePolicyType (line 23290) | func NewSmartSyncChangePolicyType(Description string) *SmartSyncChangePo... type SmartSyncCreateAdminPrivilegeReportDetails (line 23298) | type SmartSyncCreateAdminPrivilegeReportDetails struct function NewSmartSyncCreateAdminPrivilegeReportDetails (line 23302) | func NewSmartSyncCreateAdminPrivilegeReportDetails() *SmartSyncCreateAdm... type SmartSyncCreateAdminPrivilegeReportType (line 23308) | type SmartSyncCreateAdminPrivilegeReportType struct function NewSmartSyncCreateAdminPrivilegeReportType (line 23314) | func NewSmartSyncCreateAdminPrivilegeReportType(Description string) *Sma... type SmartSyncNotOptOutDetails (line 23321) | type SmartSyncNotOptOutDetails struct function NewSmartSyncNotOptOutDetails (line 23329) | func NewSmartSyncNotOptOutDetails(PreviousValue *SmartSyncOptOutPolicy, ... type SmartSyncNotOptOutType (line 23337) | type SmartSyncNotOptOutType struct function NewSmartSyncNotOptOutType (line 23343) | func NewSmartSyncNotOptOutType(Description string) *SmartSyncNotOptOutTy... type SmartSyncOptOutDetails (line 23350) | type SmartSyncOptOutDetails struct function NewSmartSyncOptOutDetails (line 23358) | func NewSmartSyncOptOutDetails(PreviousValue *SmartSyncOptOutPolicy, New... type SmartSyncOptOutPolicy (line 23366) | type SmartSyncOptOutPolicy struct constant SmartSyncOptOutPolicyDefault (line 23372) | SmartSyncOptOutPolicyDefault = "default" constant SmartSyncOptOutPolicyOptedOut (line 23373) | SmartSyncOptOutPolicyOptedOut = "opted_out" constant SmartSyncOptOutPolicyOther (line 23374) | SmartSyncOptOutPolicyOther = "other" type SmartSyncOptOutType (line 23378) | type SmartSyncOptOutType struct function NewSmartSyncOptOutType (line 23384) | func NewSmartSyncOptOutType(Description string) *SmartSyncOptOutType { type SmarterSmartSyncPolicyChangedDetails (line 23392) | type SmarterSmartSyncPolicyChangedDetails struct function NewSmarterSmartSyncPolicyChangedDetails (line 23400) | func NewSmarterSmartSyncPolicyChangedDetails(PreviousValue *team_policie... type SmarterSmartSyncPolicyChangedType (line 23408) | type SmarterSmartSyncPolicyChangedType struct function NewSmarterSmartSyncPolicyChangedType (line 23414) | func NewSmarterSmartSyncPolicyChangedType(Description string) *SmarterSm... type SpaceCapsType (line 23421) | type SpaceCapsType struct constant SpaceCapsTypeHard (line 23427) | SpaceCapsTypeHard = "hard" constant SpaceCapsTypeOff (line 23428) | SpaceCapsTypeOff = "off" constant SpaceCapsTypeSoft (line 23429) | SpaceCapsTypeSoft = "soft" constant SpaceCapsTypeOther (line 23430) | SpaceCapsTypeOther = "other" type SpaceLimitsStatus (line 23434) | type SpaceLimitsStatus struct constant SpaceLimitsStatusNearQuota (line 23440) | SpaceLimitsStatusNearQuota = "near_quota" constant SpaceLimitsStatusOverQuota (line 23441) | SpaceLimitsStatusOverQuota = "over_quota" constant SpaceLimitsStatusWithinQuota (line 23442) | SpaceLimitsStatusWithinQuota = "within_quota" constant SpaceLimitsStatusOther (line 23443) | SpaceLimitsStatusOther = "other" type SsoAddCertDetails (line 23447) | type SsoAddCertDetails struct function NewSsoAddCertDetails (line 23453) | func NewSsoAddCertDetails(CertificateDetails *Certificate) *SsoAddCertDe... type SsoAddCertType (line 23460) | type SsoAddCertType struct function NewSsoAddCertType (line 23466) | func NewSsoAddCertType(Description string) *SsoAddCertType { type SsoAddLoginUrlDetails (line 23473) | type SsoAddLoginUrlDetails struct function NewSsoAddLoginUrlDetails (line 23479) | func NewSsoAddLoginUrlDetails(NewValue string) *SsoAddLoginUrlDetails { type SsoAddLoginUrlType (line 23486) | type SsoAddLoginUrlType struct function NewSsoAddLoginUrlType (line 23492) | func NewSsoAddLoginUrlType(Description string) *SsoAddLoginUrlType { type SsoAddLogoutUrlDetails (line 23499) | type SsoAddLogoutUrlDetails struct function NewSsoAddLogoutUrlDetails (line 23505) | func NewSsoAddLogoutUrlDetails() *SsoAddLogoutUrlDetails { type SsoAddLogoutUrlType (line 23511) | type SsoAddLogoutUrlType struct function NewSsoAddLogoutUrlType (line 23517) | func NewSsoAddLogoutUrlType(Description string) *SsoAddLogoutUrlType { type SsoChangeCertDetails (line 23524) | type SsoChangeCertDetails struct function NewSsoChangeCertDetails (line 23533) | func NewSsoChangeCertDetails(NewCertificateDetails *Certificate) *SsoCha... type SsoChangeCertType (line 23540) | type SsoChangeCertType struct function NewSsoChangeCertType (line 23546) | func NewSsoChangeCertType(Description string) *SsoChangeCertType { type SsoChangeLoginUrlDetails (line 23553) | type SsoChangeLoginUrlDetails struct function NewSsoChangeLoginUrlDetails (line 23561) | func NewSsoChangeLoginUrlDetails(PreviousValue string, NewValue string) ... type SsoChangeLoginUrlType (line 23569) | type SsoChangeLoginUrlType struct function NewSsoChangeLoginUrlType (line 23575) | func NewSsoChangeLoginUrlType(Description string) *SsoChangeLoginUrlType { type SsoChangeLogoutUrlDetails (line 23582) | type SsoChangeLogoutUrlDetails struct function NewSsoChangeLogoutUrlDetails (line 23591) | func NewSsoChangeLogoutUrlDetails() *SsoChangeLogoutUrlDetails { type SsoChangeLogoutUrlType (line 23597) | type SsoChangeLogoutUrlType struct function NewSsoChangeLogoutUrlType (line 23603) | func NewSsoChangeLogoutUrlType(Description string) *SsoChangeLogoutUrlTy... type SsoChangePolicyDetails (line 23610) | type SsoChangePolicyDetails struct function NewSsoChangePolicyDetails (line 23619) | func NewSsoChangePolicyDetails(NewValue *team_policies.SsoPolicy) *SsoCh... type SsoChangePolicyType (line 23626) | type SsoChangePolicyType struct function NewSsoChangePolicyType (line 23632) | func NewSsoChangePolicyType(Description string) *SsoChangePolicyType { type SsoChangeSamlIdentityModeDetails (line 23639) | type SsoChangeSamlIdentityModeDetails struct function NewSsoChangeSamlIdentityModeDetails (line 23647) | func NewSsoChangeSamlIdentityModeDetails(PreviousValue int64, NewValue i... type SsoChangeSamlIdentityModeType (line 23655) | type SsoChangeSamlIdentityModeType struct function NewSsoChangeSamlIdentityModeType (line 23661) | func NewSsoChangeSamlIdentityModeType(Description string) *SsoChangeSaml... type SsoErrorDetails (line 23668) | type SsoErrorDetails struct function NewSsoErrorDetails (line 23674) | func NewSsoErrorDetails(ErrorDetails *FailureDetailsLogInfo) *SsoErrorDe... type SsoErrorType (line 23681) | type SsoErrorType struct function NewSsoErrorType (line 23687) | func NewSsoErrorType(Description string) *SsoErrorType { type SsoRemoveCertDetails (line 23694) | type SsoRemoveCertDetails struct function NewSsoRemoveCertDetails (line 23698) | func NewSsoRemoveCertDetails() *SsoRemoveCertDetails { type SsoRemoveCertType (line 23704) | type SsoRemoveCertType struct function NewSsoRemoveCertType (line 23710) | func NewSsoRemoveCertType(Description string) *SsoRemoveCertType { type SsoRemoveLoginUrlDetails (line 23717) | type SsoRemoveLoginUrlDetails struct function NewSsoRemoveLoginUrlDetails (line 23723) | func NewSsoRemoveLoginUrlDetails(PreviousValue string) *SsoRemoveLoginUr... type SsoRemoveLoginUrlType (line 23730) | type SsoRemoveLoginUrlType struct function NewSsoRemoveLoginUrlType (line 23736) | func NewSsoRemoveLoginUrlType(Description string) *SsoRemoveLoginUrlType { type SsoRemoveLogoutUrlDetails (line 23743) | type SsoRemoveLogoutUrlDetails struct function NewSsoRemoveLogoutUrlDetails (line 23749) | func NewSsoRemoveLogoutUrlDetails(PreviousValue string) *SsoRemoveLogout... type SsoRemoveLogoutUrlType (line 23756) | type SsoRemoveLogoutUrlType struct function NewSsoRemoveLogoutUrlType (line 23762) | func NewSsoRemoveLogoutUrlType(Description string) *SsoRemoveLogoutUrlTy... type StartedEnterpriseAdminSessionDetails (line 23769) | type StartedEnterpriseAdminSessionDetails struct function NewStartedEnterpriseAdminSessionDetails (line 23775) | func NewStartedEnterpriseAdminSessionDetails(FederationExtraDetails *Fed... type StartedEnterpriseAdminSessionType (line 23782) | type StartedEnterpriseAdminSessionType struct function NewStartedEnterpriseAdminSessionType (line 23788) | func NewStartedEnterpriseAdminSessionType(Description string) *StartedEn... type TeamActivityCreateReportDetails (line 23795) | type TeamActivityCreateReportDetails struct function NewTeamActivityCreateReportDetails (line 23803) | func NewTeamActivityCreateReportDetails(StartDate time.Time, EndDate tim... type TeamActivityCreateReportFailDetails (line 23811) | type TeamActivityCreateReportFailDetails struct function NewTeamActivityCreateReportFailDetails (line 23817) | func NewTeamActivityCreateReportFailDetails(FailureReason *team.TeamRepo... type TeamActivityCreateReportFailType (line 23824) | type TeamActivityCreateReportFailType struct function NewTeamActivityCreateReportFailType (line 23830) | func NewTeamActivityCreateReportFailType(Description string) *TeamActivi... type TeamActivityCreateReportType (line 23837) | type TeamActivityCreateReportType struct function NewTeamActivityCreateReportType (line 23843) | func NewTeamActivityCreateReportType(Description string) *TeamActivityCr... type TeamBrandingPolicy (line 23851) | type TeamBrandingPolicy struct constant TeamBrandingPolicyDisabled (line 23857) | TeamBrandingPolicyDisabled = "disabled" constant TeamBrandingPolicyEnabled (line 23858) | TeamBrandingPolicyEnabled = "enabled" constant TeamBrandingPolicyOther (line 23859) | TeamBrandingPolicyOther = "other" type TeamBrandingPolicyChangedDetails (line 23863) | type TeamBrandingPolicyChangedDetails struct function NewTeamBrandingPolicyChangedDetails (line 23871) | func NewTeamBrandingPolicyChangedDetails(NewValue *TeamBrandingPolicy, P... type TeamBrandingPolicyChangedType (line 23879) | type TeamBrandingPolicyChangedType struct function NewTeamBrandingPolicyChangedType (line 23885) | func NewTeamBrandingPolicyChangedType(Description string) *TeamBrandingP... type TeamDetails (line 23892) | type TeamDetails struct function NewTeamDetails (line 23898) | func NewTeamDetails(Team string) *TeamDetails { type TeamEvent (line 23905) | type TeamEvent struct function NewTeamEvent (line 23941) | func NewTeamEvent(Timestamp time.Time, EventCategory *EventCategory, Eve... type TeamExtensionsPolicy (line 23952) | type TeamExtensionsPolicy struct constant TeamExtensionsPolicyDisabled (line 23958) | TeamExtensionsPolicyDisabled = "disabled" constant TeamExtensionsPolicyEnabled (line 23959) | TeamExtensionsPolicyEnabled = "enabled" constant TeamExtensionsPolicyOther (line 23960) | TeamExtensionsPolicyOther = "other" type TeamExtensionsPolicyChangedDetails (line 23965) | type TeamExtensionsPolicyChangedDetails struct function NewTeamExtensionsPolicyChangedDetails (line 23973) | func NewTeamExtensionsPolicyChangedDetails(NewValue *TeamExtensionsPolic... type TeamExtensionsPolicyChangedType (line 23981) | type TeamExtensionsPolicyChangedType struct function NewTeamExtensionsPolicyChangedType (line 23987) | func NewTeamExtensionsPolicyChangedType(Description string) *TeamExtensi... type TeamFolderChangeStatusDetails (line 23994) | type TeamFolderChangeStatusDetails struct function NewTeamFolderChangeStatusDetails (line 24003) | func NewTeamFolderChangeStatusDetails(NewValue *team.TeamFolderStatus) *... type TeamFolderChangeStatusType (line 24010) | type TeamFolderChangeStatusType struct function NewTeamFolderChangeStatusType (line 24016) | func NewTeamFolderChangeStatusType(Description string) *TeamFolderChange... type TeamFolderCreateDetails (line 24023) | type TeamFolderCreateDetails struct function NewTeamFolderCreateDetails (line 24027) | func NewTeamFolderCreateDetails() *TeamFolderCreateDetails { type TeamFolderCreateType (line 24033) | type TeamFolderCreateType struct function NewTeamFolderCreateType (line 24039) | func NewTeamFolderCreateType(Description string) *TeamFolderCreateType { type TeamFolderDowngradeDetails (line 24046) | type TeamFolderDowngradeDetails struct function NewTeamFolderDowngradeDetails (line 24052) | func NewTeamFolderDowngradeDetails(TargetAssetIndex uint64) *TeamFolderD... type TeamFolderDowngradeType (line 24059) | type TeamFolderDowngradeType struct function NewTeamFolderDowngradeType (line 24065) | func NewTeamFolderDowngradeType(Description string) *TeamFolderDowngrade... type TeamFolderPermanentlyDeleteDetails (line 24073) | type TeamFolderPermanentlyDeleteDetails struct function NewTeamFolderPermanentlyDeleteDetails (line 24077) | func NewTeamFolderPermanentlyDeleteDetails() *TeamFolderPermanentlyDelet... type TeamFolderPermanentlyDeleteType (line 24083) | type TeamFolderPermanentlyDeleteType struct function NewTeamFolderPermanentlyDeleteType (line 24089) | func NewTeamFolderPermanentlyDeleteType(Description string) *TeamFolderP... type TeamFolderRenameDetails (line 24096) | type TeamFolderRenameDetails struct function NewTeamFolderRenameDetails (line 24104) | func NewTeamFolderRenameDetails(PreviousFolderName string, NewFolderName... type TeamFolderRenameType (line 24112) | type TeamFolderRenameType struct function NewTeamFolderRenameType (line 24118) | func NewTeamFolderRenameType(Description string) *TeamFolderRenameType { type TeamInviteDetails (line 24125) | type TeamInviteDetails struct function NewTeamInviteDetails (line 24134) | func NewTeamInviteDetails(InviteMethod *InviteMethod) *TeamInviteDetails { type TeamLinkedAppLogInfo (line 24141) | type TeamLinkedAppLogInfo struct function NewTeamLinkedAppLogInfo (line 24146) | func NewTeamLinkedAppLogInfo() *TeamLinkedAppLogInfo { type TeamLogInfo (line 24152) | type TeamLogInfo struct function NewTeamLogInfo (line 24158) | func NewTeamLogInfo(DisplayName string) *TeamLogInfo { type TeamMemberLogInfo (line 24165) | type TeamMemberLogInfo struct function NewTeamMemberLogInfo (line 24176) | func NewTeamMemberLogInfo() *TeamMemberLogInfo { type TeamMembershipType (line 24182) | type TeamMembershipType struct constant TeamMembershipTypeFree (line 24188) | TeamMembershipTypeFree = "free" constant TeamMembershipTypeFull (line 24189) | TeamMembershipTypeFull = "full" constant TeamMembershipTypeGuest (line 24190) | TeamMembershipTypeGuest = "guest" constant TeamMembershipTypeOther (line 24191) | TeamMembershipTypeOther = "other" type TeamMergeFromDetails (line 24195) | type TeamMergeFromDetails struct function NewTeamMergeFromDetails (line 24201) | func NewTeamMergeFromDetails(TeamName string) *TeamMergeFromDetails { type TeamMergeFromType (line 24208) | type TeamMergeFromType struct function NewTeamMergeFromType (line 24214) | func NewTeamMergeFromType(Description string) *TeamMergeFromType { type TeamMergeRequestAcceptedDetails (line 24221) | type TeamMergeRequestAcceptedDetails struct function NewTeamMergeRequestAcceptedDetails (line 24227) | func NewTeamMergeRequestAcceptedDetails(RequestAcceptedDetails *TeamMerg... type TeamMergeRequestAcceptedExtraDetails (line 24234) | type TeamMergeRequestAcceptedExtraDetails struct method UnmarshalJSON (line 24252) | func (u *TeamMergeRequestAcceptedExtraDetails) UnmarshalJSON(body []by... constant TeamMergeRequestAcceptedExtraDetailsPrimaryTeam (line 24246) | TeamMergeRequestAcceptedExtraDetailsPrimaryTeam = "primary_team" constant TeamMergeRequestAcceptedExtraDetailsSecondaryTeam (line 24247) | TeamMergeRequestAcceptedExtraDetailsSecondaryTeam = "secondary_team" constant TeamMergeRequestAcceptedExtraDetailsOther (line 24248) | TeamMergeRequestAcceptedExtraDetailsOther = "other" type TeamMergeRequestAcceptedShownToPrimaryTeamDetails (line 24279) | type TeamMergeRequestAcceptedShownToPrimaryTeamDetails struct function NewTeamMergeRequestAcceptedShownToPrimaryTeamDetails (line 24288) | func NewTeamMergeRequestAcceptedShownToPrimaryTeamDetails(SecondaryTeam ... type TeamMergeRequestAcceptedShownToPrimaryTeamType (line 24296) | type TeamMergeRequestAcceptedShownToPrimaryTeamType struct function NewTeamMergeRequestAcceptedShownToPrimaryTeamType (line 24302) | func NewTeamMergeRequestAcceptedShownToPrimaryTeamType(Description strin... type TeamMergeRequestAcceptedShownToSecondaryTeamDetails (line 24310) | type TeamMergeRequestAcceptedShownToSecondaryTeamDetails struct function NewTeamMergeRequestAcceptedShownToSecondaryTeamDetails (line 24319) | func NewTeamMergeRequestAcceptedShownToSecondaryTeamDetails(PrimaryTeam ... type TeamMergeRequestAcceptedShownToSecondaryTeamType (line 24327) | type TeamMergeRequestAcceptedShownToSecondaryTeamType struct function NewTeamMergeRequestAcceptedShownToSecondaryTeamType (line 24333) | func NewTeamMergeRequestAcceptedShownToSecondaryTeamType(Description str... type TeamMergeRequestAcceptedType (line 24340) | type TeamMergeRequestAcceptedType struct function NewTeamMergeRequestAcceptedType (line 24346) | func NewTeamMergeRequestAcceptedType(Description string) *TeamMergeReque... type TeamMergeRequestAutoCanceledDetails (line 24354) | type TeamMergeRequestAutoCanceledDetails struct function NewTeamMergeRequestAutoCanceledDetails (line 24360) | func NewTeamMergeRequestAutoCanceledDetails() *TeamMergeRequestAutoCance... type TeamMergeRequestAutoCanceledType (line 24366) | type TeamMergeRequestAutoCanceledType struct function NewTeamMergeRequestAutoCanceledType (line 24372) | func NewTeamMergeRequestAutoCanceledType(Description string) *TeamMergeR... type TeamMergeRequestCanceledDetails (line 24379) | type TeamMergeRequestCanceledDetails struct function NewTeamMergeRequestCanceledDetails (line 24385) | func NewTeamMergeRequestCanceledDetails(RequestCanceledDetails *TeamMerg... type TeamMergeRequestCanceledExtraDetails (line 24393) | type TeamMergeRequestCanceledExtraDetails struct method UnmarshalJSON (line 24411) | func (u *TeamMergeRequestCanceledExtraDetails) UnmarshalJSON(body []by... constant TeamMergeRequestCanceledExtraDetailsPrimaryTeam (line 24405) | TeamMergeRequestCanceledExtraDetailsPrimaryTeam = "primary_team" constant TeamMergeRequestCanceledExtraDetailsSecondaryTeam (line 24406) | TeamMergeRequestCanceledExtraDetailsSecondaryTeam = "secondary_team" constant TeamMergeRequestCanceledExtraDetailsOther (line 24407) | TeamMergeRequestCanceledExtraDetailsOther = "other" type TeamMergeRequestCanceledShownToPrimaryTeamDetails (line 24438) | type TeamMergeRequestCanceledShownToPrimaryTeamDetails struct function NewTeamMergeRequestCanceledShownToPrimaryTeamDetails (line 24447) | func NewTeamMergeRequestCanceledShownToPrimaryTeamDetails(SecondaryTeam ... type TeamMergeRequestCanceledShownToPrimaryTeamType (line 24455) | type TeamMergeRequestCanceledShownToPrimaryTeamType struct function NewTeamMergeRequestCanceledShownToPrimaryTeamType (line 24461) | func NewTeamMergeRequestCanceledShownToPrimaryTeamType(Description strin... type TeamMergeRequestCanceledShownToSecondaryTeamDetails (line 24469) | type TeamMergeRequestCanceledShownToSecondaryTeamDetails struct function NewTeamMergeRequestCanceledShownToSecondaryTeamDetails (line 24479) | func NewTeamMergeRequestCanceledShownToSecondaryTeamDetails(SentTo strin... type TeamMergeRequestCanceledShownToSecondaryTeamType (line 24487) | type TeamMergeRequestCanceledShownToSecondaryTeamType struct function NewTeamMergeRequestCanceledShownToSecondaryTeamType (line 24493) | func NewTeamMergeRequestCanceledShownToSecondaryTeamType(Description str... type TeamMergeRequestCanceledType (line 24500) | type TeamMergeRequestCanceledType struct function NewTeamMergeRequestCanceledType (line 24506) | func NewTeamMergeRequestCanceledType(Description string) *TeamMergeReque... type TeamMergeRequestExpiredDetails (line 24513) | type TeamMergeRequestExpiredDetails struct function NewTeamMergeRequestExpiredDetails (line 24519) | func NewTeamMergeRequestExpiredDetails(RequestExpiredDetails *TeamMergeR... type TeamMergeRequestExpiredExtraDetails (line 24526) | type TeamMergeRequestExpiredExtraDetails struct method UnmarshalJSON (line 24544) | func (u *TeamMergeRequestExpiredExtraDetails) UnmarshalJSON(body []byt... constant TeamMergeRequestExpiredExtraDetailsPrimaryTeam (line 24538) | TeamMergeRequestExpiredExtraDetailsPrimaryTeam = "primary_team" constant TeamMergeRequestExpiredExtraDetailsSecondaryTeam (line 24539) | TeamMergeRequestExpiredExtraDetailsSecondaryTeam = "secondary_team" constant TeamMergeRequestExpiredExtraDetailsOther (line 24540) | TeamMergeRequestExpiredExtraDetailsOther = "other" type TeamMergeRequestExpiredShownToPrimaryTeamDetails (line 24571) | type TeamMergeRequestExpiredShownToPrimaryTeamDetails struct function NewTeamMergeRequestExpiredShownToPrimaryTeamDetails (line 24580) | func NewTeamMergeRequestExpiredShownToPrimaryTeamDetails(SecondaryTeam s... type TeamMergeRequestExpiredShownToPrimaryTeamType (line 24588) | type TeamMergeRequestExpiredShownToPrimaryTeamType struct function NewTeamMergeRequestExpiredShownToPrimaryTeamType (line 24594) | func NewTeamMergeRequestExpiredShownToPrimaryTeamType(Description string... type TeamMergeRequestExpiredShownToSecondaryTeamDetails (line 24602) | type TeamMergeRequestExpiredShownToSecondaryTeamDetails struct function NewTeamMergeRequestExpiredShownToSecondaryTeamDetails (line 24608) | func NewTeamMergeRequestExpiredShownToSecondaryTeamDetails(SentTo string... type TeamMergeRequestExpiredShownToSecondaryTeamType (line 24615) | type TeamMergeRequestExpiredShownToSecondaryTeamType struct function NewTeamMergeRequestExpiredShownToSecondaryTeamType (line 24621) | func NewTeamMergeRequestExpiredShownToSecondaryTeamType(Description stri... type TeamMergeRequestExpiredType (line 24628) | type TeamMergeRequestExpiredType struct function NewTeamMergeRequestExpiredType (line 24634) | func NewTeamMergeRequestExpiredType(Description string) *TeamMergeReques... type TeamMergeRequestRejectedShownToPrimaryTeamDetails (line 24642) | type TeamMergeRequestRejectedShownToPrimaryTeamDetails struct function NewTeamMergeRequestRejectedShownToPrimaryTeamDetails (line 24651) | func NewTeamMergeRequestRejectedShownToPrimaryTeamDetails(SecondaryTeam ... type TeamMergeRequestRejectedShownToPrimaryTeamType (line 24659) | type TeamMergeRequestRejectedShownToPrimaryTeamType struct function NewTeamMergeRequestRejectedShownToPrimaryTeamType (line 24665) | func NewTeamMergeRequestRejectedShownToPrimaryTeamType(Description strin... type TeamMergeRequestRejectedShownToSecondaryTeamDetails (line 24673) | type TeamMergeRequestRejectedShownToSecondaryTeamDetails struct function NewTeamMergeRequestRejectedShownToSecondaryTeamDetails (line 24680) | func NewTeamMergeRequestRejectedShownToSecondaryTeamDetails(SentBy strin... type TeamMergeRequestRejectedShownToSecondaryTeamType (line 24687) | type TeamMergeRequestRejectedShownToSecondaryTeamType struct function NewTeamMergeRequestRejectedShownToSecondaryTeamType (line 24693) | func NewTeamMergeRequestRejectedShownToSecondaryTeamType(Description str... type TeamMergeRequestReminderDetails (line 24700) | type TeamMergeRequestReminderDetails struct function NewTeamMergeRequestReminderDetails (line 24706) | func NewTeamMergeRequestReminderDetails(RequestReminderDetails *TeamMerg... type TeamMergeRequestReminderExtraDetails (line 24713) | type TeamMergeRequestReminderExtraDetails struct method UnmarshalJSON (line 24731) | func (u *TeamMergeRequestReminderExtraDetails) UnmarshalJSON(body []by... constant TeamMergeRequestReminderExtraDetailsPrimaryTeam (line 24725) | TeamMergeRequestReminderExtraDetailsPrimaryTeam = "primary_team" constant TeamMergeRequestReminderExtraDetailsSecondaryTeam (line 24726) | TeamMergeRequestReminderExtraDetailsSecondaryTeam = "secondary_team" constant TeamMergeRequestReminderExtraDetailsOther (line 24727) | TeamMergeRequestReminderExtraDetailsOther = "other" type TeamMergeRequestReminderShownToPrimaryTeamDetails (line 24758) | type TeamMergeRequestReminderShownToPrimaryTeamDetails struct function NewTeamMergeRequestReminderShownToPrimaryTeamDetails (line 24766) | func NewTeamMergeRequestReminderShownToPrimaryTeamDetails(SecondaryTeam ... type TeamMergeRequestReminderShownToPrimaryTeamType (line 24774) | type TeamMergeRequestReminderShownToPrimaryTeamType struct function NewTeamMergeRequestReminderShownToPrimaryTeamType (line 24780) | func NewTeamMergeRequestReminderShownToPrimaryTeamType(Description strin... type TeamMergeRequestReminderShownToSecondaryTeamDetails (line 24788) | type TeamMergeRequestReminderShownToSecondaryTeamDetails struct function NewTeamMergeRequestReminderShownToSecondaryTeamDetails (line 24794) | func NewTeamMergeRequestReminderShownToSecondaryTeamDetails(SentTo strin... type TeamMergeRequestReminderShownToSecondaryTeamType (line 24801) | type TeamMergeRequestReminderShownToSecondaryTeamType struct function NewTeamMergeRequestReminderShownToSecondaryTeamType (line 24807) | func NewTeamMergeRequestReminderShownToSecondaryTeamType(Description str... type TeamMergeRequestReminderType (line 24814) | type TeamMergeRequestReminderType struct function NewTeamMergeRequestReminderType (line 24820) | func NewTeamMergeRequestReminderType(Description string) *TeamMergeReque... type TeamMergeRequestRevokedDetails (line 24827) | type TeamMergeRequestRevokedDetails struct function NewTeamMergeRequestRevokedDetails (line 24833) | func NewTeamMergeRequestRevokedDetails(Team string) *TeamMergeRequestRev... type TeamMergeRequestRevokedType (line 24840) | type TeamMergeRequestRevokedType struct function NewTeamMergeRequestRevokedType (line 24846) | func NewTeamMergeRequestRevokedType(Description string) *TeamMergeReques... type TeamMergeRequestSentShownToPrimaryTeamDetails (line 24854) | type TeamMergeRequestSentShownToPrimaryTeamDetails struct function NewTeamMergeRequestSentShownToPrimaryTeamDetails (line 24862) | func NewTeamMergeRequestSentShownToPrimaryTeamDetails(SecondaryTeam stri... type TeamMergeRequestSentShownToPrimaryTeamType (line 24870) | type TeamMergeRequestSentShownToPrimaryTeamType struct function NewTeamMergeRequestSentShownToPrimaryTeamType (line 24876) | func NewTeamMergeRequestSentShownToPrimaryTeamType(Description string) *... type TeamMergeRequestSentShownToSecondaryTeamDetails (line 24884) | type TeamMergeRequestSentShownToSecondaryTeamDetails struct function NewTeamMergeRequestSentShownToSecondaryTeamDetails (line 24890) | func NewTeamMergeRequestSentShownToSecondaryTeamDetails(SentTo string) *... type TeamMergeRequestSentShownToSecondaryTeamType (line 24897) | type TeamMergeRequestSentShownToSecondaryTeamType struct function NewTeamMergeRequestSentShownToSecondaryTeamType (line 24903) | func NewTeamMergeRequestSentShownToSecondaryTeamType(Description string)... type TeamMergeToDetails (line 24910) | type TeamMergeToDetails struct function NewTeamMergeToDetails (line 24916) | func NewTeamMergeToDetails(TeamName string) *TeamMergeToDetails { type TeamMergeToType (line 24923) | type TeamMergeToType struct function NewTeamMergeToType (line 24929) | func NewTeamMergeToType(Description string) *TeamMergeToType { type TeamName (line 24936) | type TeamName struct function NewTeamName (line 24944) | func NewTeamName(TeamDisplayName string, TeamLegalName string) *TeamName { type TeamProfileAddBackgroundDetails (line 24953) | type TeamProfileAddBackgroundDetails struct function NewTeamProfileAddBackgroundDetails (line 24957) | func NewTeamProfileAddBackgroundDetails() *TeamProfileAddBackgroundDetai... type TeamProfileAddBackgroundType (line 24963) | type TeamProfileAddBackgroundType struct function NewTeamProfileAddBackgroundType (line 24969) | func NewTeamProfileAddBackgroundType(Description string) *TeamProfileAdd... type TeamProfileAddLogoDetails (line 24977) | type TeamProfileAddLogoDetails struct function NewTeamProfileAddLogoDetails (line 24981) | func NewTeamProfileAddLogoDetails() *TeamProfileAddLogoDetails { type TeamProfileAddLogoType (line 24987) | type TeamProfileAddLogoType struct function NewTeamProfileAddLogoType (line 24993) | func NewTeamProfileAddLogoType(Description string) *TeamProfileAddLogoTy... type TeamProfileChangeBackgroundDetails (line 25001) | type TeamProfileChangeBackgroundDetails struct function NewTeamProfileChangeBackgroundDetails (line 25005) | func NewTeamProfileChangeBackgroundDetails() *TeamProfileChangeBackgroun... type TeamProfileChangeBackgroundType (line 25011) | type TeamProfileChangeBackgroundType struct function NewTeamProfileChangeBackgroundType (line 25017) | func NewTeamProfileChangeBackgroundType(Description string) *TeamProfile... type TeamProfileChangeDefaultLanguageDetails (line 25024) | type TeamProfileChangeDefaultLanguageDetails struct function NewTeamProfileChangeDefaultLanguageDetails (line 25032) | func NewTeamProfileChangeDefaultLanguageDetails(NewValue string, Previou... type TeamProfileChangeDefaultLanguageType (line 25040) | type TeamProfileChangeDefaultLanguageType struct function NewTeamProfileChangeDefaultLanguageType (line 25046) | func NewTeamProfileChangeDefaultLanguageType(Description string) *TeamPr... type TeamProfileChangeLogoDetails (line 25054) | type TeamProfileChangeLogoDetails struct function NewTeamProfileChangeLogoDetails (line 25058) | func NewTeamProfileChangeLogoDetails() *TeamProfileChangeLogoDetails { type TeamProfileChangeLogoType (line 25064) | type TeamProfileChangeLogoType struct function NewTeamProfileChangeLogoType (line 25070) | func NewTeamProfileChangeLogoType(Description string) *TeamProfileChange... type TeamProfileChangeNameDetails (line 25077) | type TeamProfileChangeNameDetails struct function NewTeamProfileChangeNameDetails (line 25086) | func NewTeamProfileChangeNameDetails(NewValue *TeamName) *TeamProfileCha... type TeamProfileChangeNameType (line 25093) | type TeamProfileChangeNameType struct function NewTeamProfileChangeNameType (line 25099) | func NewTeamProfileChangeNameType(Description string) *TeamProfileChange... type TeamProfileRemoveBackgroundDetails (line 25107) | type TeamProfileRemoveBackgroundDetails struct function NewTeamProfileRemoveBackgroundDetails (line 25111) | func NewTeamProfileRemoveBackgroundDetails() *TeamProfileRemoveBackgroun... type TeamProfileRemoveBackgroundType (line 25117) | type TeamProfileRemoveBackgroundType struct function NewTeamProfileRemoveBackgroundType (line 25123) | func NewTeamProfileRemoveBackgroundType(Description string) *TeamProfile... type TeamProfileRemoveLogoDetails (line 25131) | type TeamProfileRemoveLogoDetails struct function NewTeamProfileRemoveLogoDetails (line 25135) | func NewTeamProfileRemoveLogoDetails() *TeamProfileRemoveLogoDetails { type TeamProfileRemoveLogoType (line 25141) | type TeamProfileRemoveLogoType struct function NewTeamProfileRemoveLogoType (line 25147) | func NewTeamProfileRemoveLogoType(Description string) *TeamProfileRemove... type TeamSelectiveSyncPolicy (line 25155) | type TeamSelectiveSyncPolicy struct constant TeamSelectiveSyncPolicyDisabled (line 25161) | TeamSelectiveSyncPolicyDisabled = "disabled" constant TeamSelectiveSyncPolicyEnabled (line 25162) | TeamSelectiveSyncPolicyEnabled = "enabled" constant TeamSelectiveSyncPolicyOther (line 25163) | TeamSelectiveSyncPolicyOther = "other" type TeamSelectiveSyncPolicyChangedDetails (line 25168) | type TeamSelectiveSyncPolicyChangedDetails struct function NewTeamSelectiveSyncPolicyChangedDetails (line 25176) | func NewTeamSelectiveSyncPolicyChangedDetails(NewValue *TeamSelectiveSyn... type TeamSelectiveSyncPolicyChangedType (line 25184) | type TeamSelectiveSyncPolicyChangedType struct function NewTeamSelectiveSyncPolicyChangedType (line 25190) | func NewTeamSelectiveSyncPolicyChangedType(Description string) *TeamSele... type TeamSelectiveSyncSettingsChangedDetails (line 25197) | type TeamSelectiveSyncSettingsChangedDetails struct function NewTeamSelectiveSyncSettingsChangedDetails (line 25205) | func NewTeamSelectiveSyncSettingsChangedDetails(PreviousValue *files.Syn... type TeamSelectiveSyncSettingsChangedType (line 25213) | type TeamSelectiveSyncSettingsChangedType struct function NewTeamSelectiveSyncSettingsChangedType (line 25219) | func NewTeamSelectiveSyncSettingsChangedType(Description string) *TeamSe... type TeamSharingWhitelistSubjectsChangedDetails (line 25227) | type TeamSharingWhitelistSubjectsChangedDetails struct function NewTeamSharingWhitelistSubjectsChangedDetails (line 25237) | func NewTeamSharingWhitelistSubjectsChangedDetails(AddedWhitelistSubject... type TeamSharingWhitelistSubjectsChangedType (line 25245) | type TeamSharingWhitelistSubjectsChangedType struct function NewTeamSharingWhitelistSubjectsChangedType (line 25251) | func NewTeamSharingWhitelistSubjectsChangedType(Description string) *Tea... type TfaAddBackupPhoneDetails (line 25258) | type TfaAddBackupPhoneDetails struct function NewTfaAddBackupPhoneDetails (line 25262) | func NewTfaAddBackupPhoneDetails() *TfaAddBackupPhoneDetails { type TfaAddBackupPhoneType (line 25268) | type TfaAddBackupPhoneType struct function NewTfaAddBackupPhoneType (line 25274) | func NewTfaAddBackupPhoneType(Description string) *TfaAddBackupPhoneType { type TfaAddExceptionDetails (line 25282) | type TfaAddExceptionDetails struct function NewTfaAddExceptionDetails (line 25286) | func NewTfaAddExceptionDetails() *TfaAddExceptionDetails { type TfaAddExceptionType (line 25292) | type TfaAddExceptionType struct function NewTfaAddExceptionType (line 25298) | func NewTfaAddExceptionType(Description string) *TfaAddExceptionType { type TfaAddSecurityKeyDetails (line 25305) | type TfaAddSecurityKeyDetails struct function NewTfaAddSecurityKeyDetails (line 25309) | func NewTfaAddSecurityKeyDetails() *TfaAddSecurityKeyDetails { type TfaAddSecurityKeyType (line 25315) | type TfaAddSecurityKeyType struct function NewTfaAddSecurityKeyType (line 25321) | func NewTfaAddSecurityKeyType(Description string) *TfaAddSecurityKeyType { type TfaChangeBackupPhoneDetails (line 25328) | type TfaChangeBackupPhoneDetails struct function NewTfaChangeBackupPhoneDetails (line 25332) | func NewTfaChangeBackupPhoneDetails() *TfaChangeBackupPhoneDetails { type TfaChangeBackupPhoneType (line 25338) | type TfaChangeBackupPhoneType struct function NewTfaChangeBackupPhoneType (line 25344) | func NewTfaChangeBackupPhoneType(Description string) *TfaChangeBackupPho... type TfaChangePolicyDetails (line 25351) | type TfaChangePolicyDetails struct function NewTfaChangePolicyDetails (line 25360) | func NewTfaChangePolicyDetails(NewValue *team_policies.TwoStepVerificati... type TfaChangePolicyType (line 25367) | type TfaChangePolicyType struct function NewTfaChangePolicyType (line 25373) | func NewTfaChangePolicyType(Description string) *TfaChangePolicyType { type TfaChangeStatusDetails (line 25381) | type TfaChangeStatusDetails struct function NewTfaChangeStatusDetails (line 25393) | func NewTfaChangeStatusDetails(NewValue *TfaConfiguration) *TfaChangeSta... type TfaChangeStatusType (line 25400) | type TfaChangeStatusType struct function NewTfaChangeStatusType (line 25406) | func NewTfaChangeStatusType(Description string) *TfaChangeStatusType { type TfaConfiguration (line 25414) | type TfaConfiguration struct constant TfaConfigurationAuthenticator (line 25420) | TfaConfigurationAuthenticator = "authenticator" constant TfaConfigurationDisabled (line 25421) | TfaConfigurationDisabled = "disabled" constant TfaConfigurationEnabled (line 25422) | TfaConfigurationEnabled = "enabled" constant TfaConfigurationSms (line 25423) | TfaConfigurationSms = "sms" constant TfaConfigurationOther (line 25424) | TfaConfigurationOther = "other" type TfaRemoveBackupPhoneDetails (line 25428) | type TfaRemoveBackupPhoneDetails struct function NewTfaRemoveBackupPhoneDetails (line 25432) | func NewTfaRemoveBackupPhoneDetails() *TfaRemoveBackupPhoneDetails { type TfaRemoveBackupPhoneType (line 25438) | type TfaRemoveBackupPhoneType struct function NewTfaRemoveBackupPhoneType (line 25444) | func NewTfaRemoveBackupPhoneType(Description string) *TfaRemoveBackupPho... type TfaRemoveExceptionDetails (line 25452) | type TfaRemoveExceptionDetails struct function NewTfaRemoveExceptionDetails (line 25456) | func NewTfaRemoveExceptionDetails() *TfaRemoveExceptionDetails { type TfaRemoveExceptionType (line 25462) | type TfaRemoveExceptionType struct function NewTfaRemoveExceptionType (line 25468) | func NewTfaRemoveExceptionType(Description string) *TfaRemoveExceptionTy... type TfaRemoveSecurityKeyDetails (line 25475) | type TfaRemoveSecurityKeyDetails struct function NewTfaRemoveSecurityKeyDetails (line 25479) | func NewTfaRemoveSecurityKeyDetails() *TfaRemoveSecurityKeyDetails { type TfaRemoveSecurityKeyType (line 25485) | type TfaRemoveSecurityKeyType struct function NewTfaRemoveSecurityKeyType (line 25491) | func NewTfaRemoveSecurityKeyType(Description string) *TfaRemoveSecurityK... type TfaResetDetails (line 25498) | type TfaResetDetails struct function NewTfaResetDetails (line 25502) | func NewTfaResetDetails() *TfaResetDetails { type TfaResetType (line 25508) | type TfaResetType struct function NewTfaResetType (line 25514) | func NewTfaResetType(Description string) *TfaResetType { type TimeUnit (line 25521) | type TimeUnit struct constant TimeUnitDays (line 25527) | TimeUnitDays = "days" constant TimeUnitHours (line 25528) | TimeUnitHours = "hours" constant TimeUnitMilliseconds (line 25529) | TimeUnitMilliseconds = "milliseconds" constant TimeUnitMinutes (line 25530) | TimeUnitMinutes = "minutes" constant TimeUnitMonths (line 25531) | TimeUnitMonths = "months" constant TimeUnitSeconds (line 25532) | TimeUnitSeconds = "seconds" constant TimeUnitWeeks (line 25533) | TimeUnitWeeks = "weeks" constant TimeUnitYears (line 25534) | TimeUnitYears = "years" constant TimeUnitOther (line 25535) | TimeUnitOther = "other" type TrustedNonTeamMemberLogInfo (line 25540) | type TrustedNonTeamMemberLogInfo struct function NewTrustedNonTeamMemberLogInfo (line 25550) | func NewTrustedNonTeamMemberLogInfo(TrustedNonTeamMemberType *TrustedNon... type TrustedNonTeamMemberType (line 25557) | type TrustedNonTeamMemberType struct constant TrustedNonTeamMemberTypeEnterpriseAdmin (line 25563) | TrustedNonTeamMemberTypeEnterpriseAdmin = "enterprise_admin" constant TrustedNonTeamMemberTypeMultiInstanceAdmin (line 25564) | TrustedNonTeamMemberTypeMultiInstanceAdmin = "multi_instance_admin" constant TrustedNonTeamMemberTypeOther (line 25565) | TrustedNonTeamMemberTypeOther = "other" type TrustedTeamsRequestAction (line 25569) | type TrustedTeamsRequestAction struct constant TrustedTeamsRequestActionAccepted (line 25575) | TrustedTeamsRequestActionAccepted = "accepted" constant TrustedTeamsRequestActionDeclined (line 25576) | TrustedTeamsRequestActionDeclined = "declined" constant TrustedTeamsRequestActionExpired (line 25577) | TrustedTeamsRequestActionExpired = "expired" constant TrustedTeamsRequestActionInvited (line 25578) | TrustedTeamsRequestActionInvited = "invited" constant TrustedTeamsRequestActionRevoked (line 25579) | TrustedTeamsRequestActionRevoked = "revoked" constant TrustedTeamsRequestActionOther (line 25580) | TrustedTeamsRequestActionOther = "other" type TrustedTeamsRequestState (line 25584) | type TrustedTeamsRequestState struct constant TrustedTeamsRequestStateInvited (line 25590) | TrustedTeamsRequestStateInvited = "invited" constant TrustedTeamsRequestStateLinked (line 25591) | TrustedTeamsRequestStateLinked = "linked" constant TrustedTeamsRequestStateUnlinked (line 25592) | TrustedTeamsRequestStateUnlinked = "unlinked" constant TrustedTeamsRequestStateOther (line 25593) | TrustedTeamsRequestStateOther = "other" type TwoAccountChangePolicyDetails (line 25598) | type TwoAccountChangePolicyDetails struct function NewTwoAccountChangePolicyDetails (line 25607) | func NewTwoAccountChangePolicyDetails(NewValue *TwoAccountPolicy) *TwoAc... type TwoAccountChangePolicyType (line 25614) | type TwoAccountChangePolicyType struct function NewTwoAccountChangePolicyType (line 25620) | func NewTwoAccountChangePolicyType(Description string) *TwoAccountChange... type TwoAccountPolicy (line 25627) | type TwoAccountPolicy struct constant TwoAccountPolicyDisabled (line 25633) | TwoAccountPolicyDisabled = "disabled" constant TwoAccountPolicyEnabled (line 25634) | TwoAccountPolicyEnabled = "enabled" constant TwoAccountPolicyOther (line 25635) | TwoAccountPolicyOther = "other" type UndoNamingConventionDetails (line 25639) | type UndoNamingConventionDetails struct function NewUndoNamingConventionDetails (line 25643) | func NewUndoNamingConventionDetails() *UndoNamingConventionDetails { type UndoNamingConventionType (line 25649) | type UndoNamingConventionType struct function NewUndoNamingConventionType (line 25655) | func NewUndoNamingConventionType(Description string) *UndoNamingConventi... type UndoOrganizeFolderWithTidyDetails (line 25662) | type UndoOrganizeFolderWithTidyDetails struct function NewUndoOrganizeFolderWithTidyDetails (line 25666) | func NewUndoOrganizeFolderWithTidyDetails() *UndoOrganizeFolderWithTidyD... type UndoOrganizeFolderWithTidyType (line 25672) | type UndoOrganizeFolderWithTidyType struct function NewUndoOrganizeFolderWithTidyType (line 25678) | func NewUndoOrganizeFolderWithTidyType(Description string) *UndoOrganize... type UserLinkedAppLogInfo (line 25685) | type UserLinkedAppLogInfo struct function NewUserLinkedAppLogInfo (line 25690) | func NewUserLinkedAppLogInfo() *UserLinkedAppLogInfo { type UserNameLogInfo (line 25696) | type UserNameLogInfo struct function NewUserNameLogInfo (line 25706) | func NewUserNameLogInfo(GivenName string, Surname string) *UserNameLogIn... type UserOrTeamLinkedAppLogInfo (line 25715) | type UserOrTeamLinkedAppLogInfo struct function NewUserOrTeamLinkedAppLogInfo (line 25720) | func NewUserOrTeamLinkedAppLogInfo() *UserOrTeamLinkedAppLogInfo { type UserTagsAddedDetails (line 25726) | type UserTagsAddedDetails struct function NewUserTagsAddedDetails (line 25732) | func NewUserTagsAddedDetails(Values []string) *UserTagsAddedDetails { type UserTagsAddedType (line 25739) | type UserTagsAddedType struct function NewUserTagsAddedType (line 25745) | func NewUserTagsAddedType(Description string) *UserTagsAddedType { type UserTagsRemovedDetails (line 25752) | type UserTagsRemovedDetails struct function NewUserTagsRemovedDetails (line 25758) | func NewUserTagsRemovedDetails(Values []string) *UserTagsRemovedDetails { type UserTagsRemovedType (line 25765) | type UserTagsRemovedType struct function NewUserTagsRemovedType (line 25771) | func NewUserTagsRemovedType(Description string) *UserTagsRemovedType { type ViewerInfoPolicyChangedDetails (line 25778) | type ViewerInfoPolicyChangedDetails struct function NewViewerInfoPolicyChangedDetails (line 25786) | func NewViewerInfoPolicyChangedDetails(PreviousValue *PassPolicy, NewVal... type ViewerInfoPolicyChangedType (line 25794) | type ViewerInfoPolicyChangedType struct function NewViewerInfoPolicyChangedType (line 25800) | func NewViewerInfoPolicyChangedType(Description string) *ViewerInfoPolic... type WatermarkingPolicy (line 25808) | type WatermarkingPolicy struct constant WatermarkingPolicyDisabled (line 25814) | WatermarkingPolicyDisabled = "disabled" constant WatermarkingPolicyEnabled (line 25815) | WatermarkingPolicyEnabled = "enabled" constant WatermarkingPolicyOther (line 25816) | WatermarkingPolicyOther = "other" type WatermarkingPolicyChangedDetails (line 25820) | type WatermarkingPolicyChangedDetails struct function NewWatermarkingPolicyChangedDetails (line 25828) | func NewWatermarkingPolicyChangedDetails(NewValue *WatermarkingPolicy, P... type WatermarkingPolicyChangedType (line 25836) | type WatermarkingPolicyChangedType struct function NewWatermarkingPolicyChangedType (line 25842) | func NewWatermarkingPolicyChangedType(Description string) *WatermarkingP... type WebDeviceSessionLogInfo (line 25849) | type WebDeviceSessionLogInfo struct function NewWebDeviceSessionLogInfo (line 25862) | func NewWebDeviceSessionLogInfo(UserAgent string, Os string, Browser str... type WebSessionLogInfo (line 25871) | type WebSessionLogInfo struct function NewWebSessionLogInfo (line 25876) | func NewWebSessionLogInfo() *WebSessionLogInfo { type WebSessionsChangeActiveSessionLimitDetails (line 25883) | type WebSessionsChangeActiveSessionLimitDetails struct function NewWebSessionsChangeActiveSessionLimitDetails (line 25891) | func NewWebSessionsChangeActiveSessionLimitDetails(PreviousValue string,... type WebSessionsChangeActiveSessionLimitType (line 25899) | type WebSessionsChangeActiveSessionLimitType struct function NewWebSessionsChangeActiveSessionLimitType (line 25905) | func NewWebSessionsChangeActiveSessionLimitType(Description string) *Web... type WebSessionsChangeFixedLengthPolicyDetails (line 25913) | type WebSessionsChangeFixedLengthPolicyDetails struct function NewWebSessionsChangeFixedLengthPolicyDetails (line 25923) | func NewWebSessionsChangeFixedLengthPolicyDetails() *WebSessionsChangeFi... type WebSessionsChangeFixedLengthPolicyType (line 25929) | type WebSessionsChangeFixedLengthPolicyType struct function NewWebSessionsChangeFixedLengthPolicyType (line 25935) | func NewWebSessionsChangeFixedLengthPolicyType(Description string) *WebS... type WebSessionsChangeIdleLengthPolicyDetails (line 25943) | type WebSessionsChangeIdleLengthPolicyDetails struct function NewWebSessionsChangeIdleLengthPolicyDetails (line 25953) | func NewWebSessionsChangeIdleLengthPolicyDetails() *WebSessionsChangeIdl... type WebSessionsChangeIdleLengthPolicyType (line 25959) | type WebSessionsChangeIdleLengthPolicyType struct function NewWebSessionsChangeIdleLengthPolicyType (line 25965) | func NewWebSessionsChangeIdleLengthPolicyType(Description string) *WebSe... type WebSessionsFixedLengthPolicy (line 25972) | type WebSessionsFixedLengthPolicy struct method UnmarshalJSON (line 25986) | func (u *WebSessionsFixedLengthPolicy) UnmarshalJSON(body []byte) error { constant WebSessionsFixedLengthPolicyDefined (line 25980) | WebSessionsFixedLengthPolicyDefined = "defined" constant WebSessionsFixedLengthPolicyUndefined (line 25981) | WebSessionsFixedLengthPolicyUndefined = "undefined" constant WebSessionsFixedLengthPolicyOther (line 25982) | WebSessionsFixedLengthPolicyOther = "other" type WebSessionsIdleLengthPolicy (line 26007) | type WebSessionsIdleLengthPolicy struct method UnmarshalJSON (line 26021) | func (u *WebSessionsIdleLengthPolicy) UnmarshalJSON(body []byte) error { constant WebSessionsIdleLengthPolicyDefined (line 26015) | WebSessionsIdleLengthPolicyDefined = "defined" constant WebSessionsIdleLengthPolicyUndefined (line 26016) | WebSessionsIdleLengthPolicyUndefined = "undefined" constant WebSessionsIdleLengthPolicyOther (line 26017) | WebSessionsIdleLengthPolicyOther = "other" FILE: v6/dropbox/team_policies/types.go type CameraUploadsPolicyState (line 27) | type CameraUploadsPolicyState struct constant CameraUploadsPolicyStateDisabled (line 33) | CameraUploadsPolicyStateDisabled = "disabled" constant CameraUploadsPolicyStateEnabled (line 34) | CameraUploadsPolicyStateEnabled = "enabled" constant CameraUploadsPolicyStateOther (line 35) | CameraUploadsPolicyStateOther = "other" type ComputerBackupPolicyState (line 39) | type ComputerBackupPolicyState struct constant ComputerBackupPolicyStateDisabled (line 45) | ComputerBackupPolicyStateDisabled = "disabled" constant ComputerBackupPolicyStateEnabled (line 46) | ComputerBackupPolicyStateEnabled = "enabled" constant ComputerBackupPolicyStateDefault (line 47) | ComputerBackupPolicyStateDefault = "default" constant ComputerBackupPolicyStateOther (line 48) | ComputerBackupPolicyStateOther = "other" type EmmState (line 52) | type EmmState struct constant EmmStateDisabled (line 58) | EmmStateDisabled = "disabled" constant EmmStateOptional (line 59) | EmmStateOptional = "optional" constant EmmStateRequired (line 60) | EmmStateRequired = "required" constant EmmStateOther (line 61) | EmmStateOther = "other" type ExternalDriveBackupPolicyState (line 65) | type ExternalDriveBackupPolicyState struct constant ExternalDriveBackupPolicyStateDisabled (line 71) | ExternalDriveBackupPolicyStateDisabled = "disabled" constant ExternalDriveBackupPolicyStateEnabled (line 72) | ExternalDriveBackupPolicyStateEnabled = "enabled" constant ExternalDriveBackupPolicyStateDefault (line 73) | ExternalDriveBackupPolicyStateDefault = "default" constant ExternalDriveBackupPolicyStateOther (line 74) | ExternalDriveBackupPolicyStateOther = "other" type FileLockingPolicyState (line 78) | type FileLockingPolicyState struct constant FileLockingPolicyStateDisabled (line 84) | FileLockingPolicyStateDisabled = "disabled" constant FileLockingPolicyStateEnabled (line 85) | FileLockingPolicyStateEnabled = "enabled" constant FileLockingPolicyStateOther (line 86) | FileLockingPolicyStateOther = "other" type FileProviderMigrationPolicyState (line 90) | type FileProviderMigrationPolicyState struct constant FileProviderMigrationPolicyStateDisabled (line 96) | FileProviderMigrationPolicyStateDisabled = "disabled" constant FileProviderMigrationPolicyStateEnabled (line 97) | FileProviderMigrationPolicyStateEnabled = "enabled" constant FileProviderMigrationPolicyStateDefault (line 98) | FileProviderMigrationPolicyStateDefault = "default" constant FileProviderMigrationPolicyStateOther (line 99) | FileProviderMigrationPolicyStateOther = "other" type GroupCreation (line 103) | type GroupCreation struct constant GroupCreationAdminsAndMembers (line 109) | GroupCreationAdminsAndMembers = "admins_and_members" constant GroupCreationAdminsOnly (line 110) | GroupCreationAdminsOnly = "admins_only" type OfficeAddInPolicy (line 114) | type OfficeAddInPolicy struct constant OfficeAddInPolicyDisabled (line 120) | OfficeAddInPolicyDisabled = "disabled" constant OfficeAddInPolicyEnabled (line 121) | OfficeAddInPolicyEnabled = "enabled" constant OfficeAddInPolicyOther (line 122) | OfficeAddInPolicyOther = "other" type PaperDefaultFolderPolicy (line 126) | type PaperDefaultFolderPolicy struct constant PaperDefaultFolderPolicyEveryoneInTeam (line 132) | PaperDefaultFolderPolicyEveryoneInTeam = "everyone_in_team" constant PaperDefaultFolderPolicyInviteOnly (line 133) | PaperDefaultFolderPolicyInviteOnly = "invite_only" constant PaperDefaultFolderPolicyOther (line 134) | PaperDefaultFolderPolicyOther = "other" type PaperDeploymentPolicy (line 138) | type PaperDeploymentPolicy struct constant PaperDeploymentPolicyFull (line 144) | PaperDeploymentPolicyFull = "full" constant PaperDeploymentPolicyPartial (line 145) | PaperDeploymentPolicyPartial = "partial" constant PaperDeploymentPolicyOther (line 146) | PaperDeploymentPolicyOther = "other" type PaperDesktopPolicy (line 150) | type PaperDesktopPolicy struct constant PaperDesktopPolicyDisabled (line 156) | PaperDesktopPolicyDisabled = "disabled" constant PaperDesktopPolicyEnabled (line 157) | PaperDesktopPolicyEnabled = "enabled" constant PaperDesktopPolicyOther (line 158) | PaperDesktopPolicyOther = "other" type PaperEnabledPolicy (line 162) | type PaperEnabledPolicy struct constant PaperEnabledPolicyDisabled (line 168) | PaperEnabledPolicyDisabled = "disabled" constant PaperEnabledPolicyEnabled (line 169) | PaperEnabledPolicyEnabled = "enabled" constant PaperEnabledPolicyUnspecified (line 170) | PaperEnabledPolicyUnspecified = "unspecified" constant PaperEnabledPolicyOther (line 171) | PaperEnabledPolicyOther = "other" type PasswordControlMode (line 175) | type PasswordControlMode struct constant PasswordControlModeDisabled (line 181) | PasswordControlModeDisabled = "disabled" constant PasswordControlModeEnabled (line 182) | PasswordControlModeEnabled = "enabled" constant PasswordControlModeOther (line 183) | PasswordControlModeOther = "other" type PasswordStrengthPolicy (line 187) | type PasswordStrengthPolicy struct constant PasswordStrengthPolicyMinimalRequirements (line 193) | PasswordStrengthPolicyMinimalRequirements = "minimal_requirements" constant PasswordStrengthPolicyModeratePassword (line 194) | PasswordStrengthPolicyModeratePassword = "moderate_password" constant PasswordStrengthPolicyStrongPassword (line 195) | PasswordStrengthPolicyStrongPassword = "strong_password" constant PasswordStrengthPolicyOther (line 196) | PasswordStrengthPolicyOther = "other" type RolloutMethod (line 200) | type RolloutMethod struct constant RolloutMethodUnlinkAll (line 206) | RolloutMethodUnlinkAll = "unlink_all" constant RolloutMethodUnlinkMostInactive (line 207) | RolloutMethodUnlinkMostInactive = "unlink_most_inactive" constant RolloutMethodAddMemberToExceptions (line 208) | RolloutMethodAddMemberToExceptions = "add_member_to_exceptions" type SharedFolderJoinPolicy (line 213) | type SharedFolderJoinPolicy struct constant SharedFolderJoinPolicyFromTeamOnly (line 219) | SharedFolderJoinPolicyFromTeamOnly = "from_team_only" constant SharedFolderJoinPolicyFromAnyone (line 220) | SharedFolderJoinPolicyFromAnyone = "from_anyone" constant SharedFolderJoinPolicyOther (line 221) | SharedFolderJoinPolicyOther = "other" type SharedFolderMemberPolicy (line 226) | type SharedFolderMemberPolicy struct constant SharedFolderMemberPolicyTeam (line 232) | SharedFolderMemberPolicyTeam = "team" constant SharedFolderMemberPolicyAnyone (line 233) | SharedFolderMemberPolicyAnyone = "anyone" constant SharedFolderMemberPolicyOther (line 234) | SharedFolderMemberPolicyOther = "other" type SharedLinkCreatePolicy (line 239) | type SharedLinkCreatePolicy struct constant SharedLinkCreatePolicyDefaultPublic (line 245) | SharedLinkCreatePolicyDefaultPublic = "default_public" constant SharedLinkCreatePolicyDefaultTeamOnly (line 246) | SharedLinkCreatePolicyDefaultTeamOnly = "default_team_only" constant SharedLinkCreatePolicyTeamOnly (line 247) | SharedLinkCreatePolicyTeamOnly = "team_only" constant SharedLinkCreatePolicyDefaultNoOne (line 248) | SharedLinkCreatePolicyDefaultNoOne = "default_no_one" constant SharedLinkCreatePolicyOther (line 249) | SharedLinkCreatePolicyOther = "other" type ShowcaseDownloadPolicy (line 253) | type ShowcaseDownloadPolicy struct constant ShowcaseDownloadPolicyDisabled (line 259) | ShowcaseDownloadPolicyDisabled = "disabled" constant ShowcaseDownloadPolicyEnabled (line 260) | ShowcaseDownloadPolicyEnabled = "enabled" constant ShowcaseDownloadPolicyOther (line 261) | ShowcaseDownloadPolicyOther = "other" type ShowcaseEnabledPolicy (line 265) | type ShowcaseEnabledPolicy struct constant ShowcaseEnabledPolicyDisabled (line 271) | ShowcaseEnabledPolicyDisabled = "disabled" constant ShowcaseEnabledPolicyEnabled (line 272) | ShowcaseEnabledPolicyEnabled = "enabled" constant ShowcaseEnabledPolicyOther (line 273) | ShowcaseEnabledPolicyOther = "other" type ShowcaseExternalSharingPolicy (line 277) | type ShowcaseExternalSharingPolicy struct constant ShowcaseExternalSharingPolicyDisabled (line 283) | ShowcaseExternalSharingPolicyDisabled = "disabled" constant ShowcaseExternalSharingPolicyEnabled (line 284) | ShowcaseExternalSharingPolicyEnabled = "enabled" constant ShowcaseExternalSharingPolicyOther (line 285) | ShowcaseExternalSharingPolicyOther = "other" type SmartSyncPolicy (line 289) | type SmartSyncPolicy struct constant SmartSyncPolicyLocal (line 295) | SmartSyncPolicyLocal = "local" constant SmartSyncPolicyOnDemand (line 296) | SmartSyncPolicyOnDemand = "on_demand" constant SmartSyncPolicyOther (line 297) | SmartSyncPolicyOther = "other" type SmarterSmartSyncPolicyState (line 301) | type SmarterSmartSyncPolicyState struct constant SmarterSmartSyncPolicyStateDisabled (line 307) | SmarterSmartSyncPolicyStateDisabled = "disabled" constant SmarterSmartSyncPolicyStateEnabled (line 308) | SmarterSmartSyncPolicyStateEnabled = "enabled" constant SmarterSmartSyncPolicyStateOther (line 309) | SmarterSmartSyncPolicyStateOther = "other" type SsoPolicy (line 313) | type SsoPolicy struct constant SsoPolicyDisabled (line 319) | SsoPolicyDisabled = "disabled" constant SsoPolicyOptional (line 320) | SsoPolicyOptional = "optional" constant SsoPolicyRequired (line 321) | SsoPolicyRequired = "required" constant SsoPolicyOther (line 322) | SsoPolicyOther = "other" type SuggestMembersPolicy (line 326) | type SuggestMembersPolicy struct constant SuggestMembersPolicyDisabled (line 332) | SuggestMembersPolicyDisabled = "disabled" constant SuggestMembersPolicyEnabled (line 333) | SuggestMembersPolicyEnabled = "enabled" constant SuggestMembersPolicyOther (line 334) | SuggestMembersPolicyOther = "other" type TeamMemberPolicies (line 338) | type TeamMemberPolicies struct function NewTeamMemberPolicies (line 357) | func NewTeamMemberPolicies(Sharing *TeamSharingPolicies, EmmState *EmmSt... type TeamSharingPolicies (line 368) | type TeamSharingPolicies struct function NewTeamSharingPolicies (line 378) | func NewTeamSharingPolicies(SharedFolderMemberPolicy *SharedFolderMember... type TwoStepVerificationPolicy (line 387) | type TwoStepVerificationPolicy struct constant TwoStepVerificationPolicyRequireTfaEnable (line 393) | TwoStepVerificationPolicyRequireTfaEnable = "require_tfa_enable" constant TwoStepVerificationPolicyRequireTfaDisable (line 394) | TwoStepVerificationPolicyRequireTfaDisable = "require_tfa_disable" constant TwoStepVerificationPolicyOther (line 395) | TwoStepVerificationPolicyOther = "other" type TwoStepVerificationState (line 399) | type TwoStepVerificationState struct constant TwoStepVerificationStateRequired (line 405) | TwoStepVerificationStateRequired = "required" constant TwoStepVerificationStateOptional (line 406) | TwoStepVerificationStateOptional = "optional" constant TwoStepVerificationStateDisabled (line 407) | TwoStepVerificationStateDisabled = "disabled" constant TwoStepVerificationStateOther (line 408) | TwoStepVerificationStateOther = "other" FILE: v6/dropbox/users/client.go type Client (line 32) | type Client interface type apiImpl (line 48) | type apiImpl method FeaturesGetValues (line 56) | func (dbx *apiImpl) FeaturesGetValues(arg *UserFeaturesGetValuesBatchA... method GetAccount (line 94) | func (dbx *apiImpl) GetAccount(arg *GetAccountArg) (res *BasicAccount,... method GetAccountBatch (line 132) | func (dbx *apiImpl) GetAccountBatch(arg *GetAccountBatchArg) (res []*B... method GetCurrentAccount (line 170) | func (dbx *apiImpl) GetCurrentAccount() (res *FullAccount, err error) { method GetSpaceUsage (line 208) | func (dbx *apiImpl) GetSpaceUsage() (res *SpaceUsage, err error) { type FeaturesGetValuesAPIError (line 51) | type FeaturesGetValuesAPIError struct type GetAccountAPIError (line 89) | type GetAccountAPIError struct type GetAccountBatchAPIError (line 127) | type GetAccountBatchAPIError struct type GetCurrentAccountAPIError (line 165) | type GetCurrentAccountAPIError struct type GetSpaceUsageAPIError (line 203) | type GetSpaceUsageAPIError struct function New (line 241) | func New(c dropbox.Config) Client { FILE: v6/dropbox/users/types.go type Account (line 37) | type Account struct function NewAccount (line 55) | func NewAccount(AccountId string, Name *Name, Email string, EmailVerifie... type BasicAccount (line 66) | type BasicAccount struct function NewBasicAccount (line 77) | func NewBasicAccount(AccountId string, Name *Name, Email string, EmailVe... type FileLockingValue (line 89) | type FileLockingValue struct method UnmarshalJSON (line 104) | func (u *FileLockingValue) UnmarshalJSON(body []byte) error { constant FileLockingValueEnabled (line 99) | FileLockingValueEnabled = "enabled" constant FileLockingValueOther (line 100) | FileLockingValueOther = "other" type FullAccount (line 127) | type FullAccount struct method UnmarshalJSON (line 171) | func (u *FullAccount) UnmarshalJSON(b []byte) error { function NewFullAccount (line 155) | func NewFullAccount(AccountId string, Name *Name, Email string, EmailVer... type Team (line 240) | type Team struct function NewTeam (line 248) | func NewTeam(Id string, Name string) *Team { type FullTeam (line 256) | type FullTeam struct function NewFullTeam (line 265) | func NewFullTeam(Id string, Name string, SharingPolicies *team_policies.... type GetAccountArg (line 275) | type GetAccountArg struct function NewGetAccountArg (line 281) | func NewGetAccountArg(AccountId string) *GetAccountArg { type GetAccountBatchArg (line 288) | type GetAccountBatchArg struct function NewGetAccountBatchArg (line 295) | func NewGetAccountBatchArg(AccountIds []string) *GetAccountBatchArg { type GetAccountBatchError (line 302) | type GetAccountBatchError struct method UnmarshalJSON (line 316) | func (u *GetAccountBatchError) UnmarshalJSON(body []byte) error { constant GetAccountBatchErrorNoAccount (line 311) | GetAccountBatchErrorNoAccount = "no_account" constant GetAccountBatchErrorOther (line 312) | GetAccountBatchErrorOther = "other" type GetAccountError (line 338) | type GetAccountError struct constant GetAccountErrorNoAccount (line 344) | GetAccountErrorNoAccount = "no_account" constant GetAccountErrorOther (line 345) | GetAccountErrorOther = "other" type IndividualSpaceAllocation (line 349) | type IndividualSpaceAllocation struct function NewIndividualSpaceAllocation (line 355) | func NewIndividualSpaceAllocation(Allocated uint64) *IndividualSpaceAllo... type Name (line 363) | type Name struct function NewName (line 381) | func NewName(GivenName string, Surname string, FamiliarName string, Disp... type PaperAsFilesValue (line 392) | type PaperAsFilesValue struct method UnmarshalJSON (line 409) | func (u *PaperAsFilesValue) UnmarshalJSON(body []byte) error { constant PaperAsFilesValueEnabled (line 404) | PaperAsFilesValueEnabled = "enabled" constant PaperAsFilesValueOther (line 405) | PaperAsFilesValueOther = "other" type SpaceAllocation (line 435) | type SpaceAllocation struct method UnmarshalJSON (line 452) | func (u *SpaceAllocation) UnmarshalJSON(body []byte) error { constant SpaceAllocationIndividual (line 446) | SpaceAllocationIndividual = "individual" constant SpaceAllocationTeam (line 447) | SpaceAllocationTeam = "team" constant SpaceAllocationOther (line 448) | SpaceAllocationOther = "other" type SpaceUsage (line 478) | type SpaceUsage struct function NewSpaceUsage (line 486) | func NewSpaceUsage(Used uint64, Allocation *SpaceAllocation) *SpaceUsage { type TeamSpaceAllocation (line 494) | type TeamSpaceAllocation struct function NewTeamSpaceAllocation (line 512) | func NewTeamSpaceAllocation(Used uint64, Allocated uint64, UserWithinTea... type UserFeature (line 524) | type UserFeature struct constant UserFeaturePaperAsFiles (line 530) | UserFeaturePaperAsFiles = "paper_as_files" constant UserFeatureFileLocking (line 531) | UserFeatureFileLocking = "file_locking" constant UserFeatureOther (line 532) | UserFeatureOther = "other" type UserFeatureValue (line 536) | type UserFeatureValue struct method UnmarshalJSON (line 552) | func (u *UserFeatureValue) UnmarshalJSON(body []byte) error { constant UserFeatureValuePaperAsFiles (line 546) | UserFeatureValuePaperAsFiles = "paper_as_files" constant UserFeatureValueFileLocking (line 547) | UserFeatureValueFileLocking = "file_locking" constant UserFeatureValueOther (line 548) | UserFeatureValueOther = "other" type UserFeaturesGetValuesBatchArg (line 578) | type UserFeaturesGetValuesBatchArg struct function NewUserFeaturesGetValuesBatchArg (line 585) | func NewUserFeaturesGetValuesBatchArg(Features []*UserFeature) *UserFeat... type UserFeaturesGetValuesBatchError (line 592) | type UserFeaturesGetValuesBatchError struct constant UserFeaturesGetValuesBatchErrorEmptyFeaturesList (line 598) | UserFeaturesGetValuesBatchErrorEmptyFeaturesList = "empty_features_list" constant UserFeaturesGetValuesBatchErrorOther (line 599) | UserFeaturesGetValuesBatchErrorOther = "other" type UserFeaturesGetValuesBatchResult (line 603) | type UserFeaturesGetValuesBatchResult struct function NewUserFeaturesGetValuesBatchResult (line 609) | func NewUserFeaturesGetValuesBatchResult(Values []*UserFeatureValue) *Us... FILE: v6/dropbox/users_common/types.go type AccountType (line 28) | type AccountType struct constant AccountTypeBasic (line 34) | AccountTypeBasic = "basic" constant AccountTypePro (line 35) | AccountTypePro = "pro" constant AccountTypeBusiness (line 36) | AccountTypeBusiness = "business"