DBTEAMLOGEventDetails
Objective-C
@interface DBTEAMLOGEventDetails : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGEventDetails : NSObject, DBSerializable, NSCopying
                The EventDetails union.
Additional fields depending on the event type.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
Represents the union’s current tag state.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEventDetailsTag tag;Swift
var tag: DBTEAMLOGEventDetailsTag { get } - 
                  
                  
(no description). - note: Ensure the
isAdminAlertingAlertStateChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingAlertStateChangedDetails *_Nonnull adminAlertingAlertStateChangedDetails;Swift
var adminAlertingAlertStateChangedDetails: DBTEAMLOGAdminAlertingAlertStateChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAdminAlertingChangedAlertConfigDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingChangedAlertConfigDetails *_Nonnull adminAlertingChangedAlertConfigDetails;Swift
var adminAlertingChangedAlertConfigDetails: DBTEAMLOGAdminAlertingChangedAlertConfigDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAdminAlertingTriggeredAlertDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingTriggeredAlertDetails *_Nonnull adminAlertingTriggeredAlertDetails;Swift
var adminAlertingTriggeredAlertDetails: DBTEAMLOGAdminAlertingTriggeredAlertDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAppBlockedByPermissionsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppBlockedByPermissionsDetails *_Nonnull appBlockedByPermissionsDetails;Swift
var appBlockedByPermissionsDetails: DBTEAMLOGAppBlockedByPermissionsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAppLinkTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppLinkTeamDetails *_Nonnull appLinkTeamDetails;Swift
var appLinkTeamDetails: DBTEAMLOGAppLinkTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAppLinkUserDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppLinkUserDetails *_Nonnull appLinkUserDetails;Swift
var appLinkUserDetails: DBTEAMLOGAppLinkUserDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAppUnlinkTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppUnlinkTeamDetails *_Nonnull appUnlinkTeamDetails;Swift
var appUnlinkTeamDetails: DBTEAMLOGAppUnlinkTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAppUnlinkUserDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppUnlinkUserDetails *_Nonnull appUnlinkUserDetails;Swift
var appUnlinkUserDetails: DBTEAMLOGAppUnlinkUserDetails { get } - 
                  
                  
(no description). - note: Ensure the
isIntegrationConnectedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationConnectedDetails *_Nonnull integrationConnectedDetails;Swift
var integrationConnectedDetails: DBTEAMLOGIntegrationConnectedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isIntegrationDisconnectedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationDisconnectedDetails *_Nonnull integrationDisconnectedDetails;Swift
var integrationDisconnectedDetails: DBTEAMLOGIntegrationDisconnectedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileAddCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileAddCommentDetails *_Nonnull fileAddCommentDetails;Swift
var fileAddCommentDetails: DBTEAMLOGFileAddCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileChangeCommentSubscriptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileChangeCommentSubscriptionDetails *_Nonnull fileChangeCommentSubscriptionDetails;Swift
var fileChangeCommentSubscriptionDetails: DBTEAMLOGFileChangeCommentSubscriptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileDeleteCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDeleteCommentDetails *_Nonnull fileDeleteCommentDetails;Swift
var fileDeleteCommentDetails: DBTEAMLOGFileDeleteCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileEditCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileEditCommentDetails *_Nonnull fileEditCommentDetails;Swift
var fileEditCommentDetails: DBTEAMLOGFileEditCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileLikeCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLikeCommentDetails *_Nonnull fileLikeCommentDetails;Swift
var fileLikeCommentDetails: DBTEAMLOGFileLikeCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileResolveCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileResolveCommentDetails *_Nonnull fileResolveCommentDetails;Swift
var fileResolveCommentDetails: DBTEAMLOGFileResolveCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileUnlikeCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileUnlikeCommentDetails *_Nonnull fileUnlikeCommentDetails;Swift
var fileUnlikeCommentDetails: DBTEAMLOGFileUnlikeCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileUnresolveCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileUnresolveCommentDetails *_Nonnull fileUnresolveCommentDetails;Swift
var fileUnresolveCommentDetails: DBTEAMLOGFileUnresolveCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyAddFoldersDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyAddFoldersDetails *_Nonnull governancePolicyAddFoldersDetails;Swift
var governancePolicyAddFoldersDetails: DBTEAMLOGGovernancePolicyAddFoldersDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyAddFolderFailedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyAddFolderFailedDetails *_Nonnull governancePolicyAddFolderFailedDetails;Swift
var governancePolicyAddFolderFailedDetails: DBTEAMLOGGovernancePolicyAddFolderFailedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyContentDisposedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyContentDisposedDetails *_Nonnull governancePolicyContentDisposedDetails;Swift
var governancePolicyContentDisposedDetails: DBTEAMLOGGovernancePolicyContentDisposedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyCreateDetails *_Nonnull governancePolicyCreateDetails;Swift
var governancePolicyCreateDetails: DBTEAMLOGGovernancePolicyCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyDeleteDetails *_Nonnull governancePolicyDeleteDetails;Swift
var governancePolicyDeleteDetails: DBTEAMLOGGovernancePolicyDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyEditDetailsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyEditDetailsDetails *_Nonnull governancePolicyEditDetailsDetails;Swift
var governancePolicyEditDetailsDetails: DBTEAMLOGGovernancePolicyEditDetailsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyEditDurationDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyEditDurationDetails *_Nonnull governancePolicyEditDurationDetails;Swift
var governancePolicyEditDurationDetails: DBTEAMLOGGovernancePolicyEditDurationDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyExportCreatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyExportCreatedDetails *_Nonnull governancePolicyExportCreatedDetails;Swift
var governancePolicyExportCreatedDetails: DBTEAMLOGGovernancePolicyExportCreatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyExportRemovedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyExportRemovedDetails *_Nonnull governancePolicyExportRemovedDetails;Swift
var governancePolicyExportRemovedDetails: DBTEAMLOGGovernancePolicyExportRemovedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyRemoveFoldersDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyRemoveFoldersDetails *_Nonnull governancePolicyRemoveFoldersDetails;Swift
var governancePolicyRemoveFoldersDetails: DBTEAMLOGGovernancePolicyRemoveFoldersDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyReportCreatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyReportCreatedDetails *_Nonnull governancePolicyReportCreatedDetails;Swift
var governancePolicyReportCreatedDetails: DBTEAMLOGGovernancePolicyReportCreatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGovernancePolicyZipPartDownloadedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyZipPartDownloadedDetails *_Nonnull governancePolicyZipPartDownloadedDetails;Swift
var governancePolicyZipPartDownloadedDetails: DBTEAMLOGGovernancePolicyZipPartDownloadedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsActivateAHoldDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsActivateAHoldDetails *_Nonnull legalHoldsActivateAHoldDetails;Swift
var legalHoldsActivateAHoldDetails: DBTEAMLOGLegalHoldsActivateAHoldDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsAddMembersDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsAddMembersDetails *_Nonnull legalHoldsAddMembersDetails;Swift
var legalHoldsAddMembersDetails: DBTEAMLOGLegalHoldsAddMembersDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsChangeHoldDetailsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsChangeHoldDetailsDetails *_Nonnull legalHoldsChangeHoldDetailsDetails;Swift
var legalHoldsChangeHoldDetailsDetails: DBTEAMLOGLegalHoldsChangeHoldDetailsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsChangeHoldNameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsChangeHoldNameDetails *_Nonnull legalHoldsChangeHoldNameDetails;Swift
var legalHoldsChangeHoldNameDetails: DBTEAMLOGLegalHoldsChangeHoldNameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsExportAHoldDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportAHoldDetails *_Nonnull legalHoldsExportAHoldDetails;Swift
var legalHoldsExportAHoldDetails: DBTEAMLOGLegalHoldsExportAHoldDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsExportCancelledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportCancelledDetails *_Nonnull legalHoldsExportCancelledDetails;Swift
var legalHoldsExportCancelledDetails: DBTEAMLOGLegalHoldsExportCancelledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsExportDownloadedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportDownloadedDetails *_Nonnull legalHoldsExportDownloadedDetails;Swift
var legalHoldsExportDownloadedDetails: DBTEAMLOGLegalHoldsExportDownloadedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsExportRemovedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportRemovedDetails *_Nonnull legalHoldsExportRemovedDetails;Swift
var legalHoldsExportRemovedDetails: DBTEAMLOGLegalHoldsExportRemovedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsReleaseAHoldDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsReleaseAHoldDetails *_Nonnull legalHoldsReleaseAHoldDetails;Swift
var legalHoldsReleaseAHoldDetails: DBTEAMLOGLegalHoldsReleaseAHoldDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsRemoveMembersDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsRemoveMembersDetails *_Nonnull legalHoldsRemoveMembersDetails;Swift
var legalHoldsRemoveMembersDetails: DBTEAMLOGLegalHoldsRemoveMembersDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLegalHoldsReportAHoldDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsReportAHoldDetails *_Nonnull legalHoldsReportAHoldDetails;Swift
var legalHoldsReportAHoldDetails: DBTEAMLOGLegalHoldsReportAHoldDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceChangeIpDesktopDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpDesktopDetails *_Nonnull deviceChangeIpDesktopDetails;Swift
var deviceChangeIpDesktopDetails: DBTEAMLOGDeviceChangeIpDesktopDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceChangeIpMobileDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpMobileDetails *_Nonnull deviceChangeIpMobileDetails;Swift
var deviceChangeIpMobileDetails: DBTEAMLOGDeviceChangeIpMobileDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceChangeIpWebDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpWebDetails *_Nonnull deviceChangeIpWebDetails;Swift
var deviceChangeIpWebDetails: DBTEAMLOGDeviceChangeIpWebDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceDeleteOnUnlinkFailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceDeleteOnUnlinkFailDetails *_Nonnull deviceDeleteOnUnlinkFailDetails;Swift
var deviceDeleteOnUnlinkFailDetails: DBTEAMLOGDeviceDeleteOnUnlinkFailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceDeleteOnUnlinkSuccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails *_Nonnull deviceDeleteOnUnlinkSuccessDetails;Swift
var deviceDeleteOnUnlinkSuccessDetails: DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceLinkFailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceLinkFailDetails *_Nonnull deviceLinkFailDetails;Swift
var deviceLinkFailDetails: DBTEAMLOGDeviceLinkFailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceLinkSuccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceLinkSuccessDetails *_Nonnull deviceLinkSuccessDetails;Swift
var deviceLinkSuccessDetails: DBTEAMLOGDeviceLinkSuccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceManagementDisabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceManagementDisabledDetails *_Nonnull deviceManagementDisabledDetails;Swift
var deviceManagementDisabledDetails: DBTEAMLOGDeviceManagementDisabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceManagementEnabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceManagementEnabledDetails *_Nonnull deviceManagementEnabledDetails;Swift
var deviceManagementEnabledDetails: DBTEAMLOGDeviceManagementEnabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceSyncBackupStatusChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceSyncBackupStatusChangedDetails *_Nonnull deviceSyncBackupStatusChangedDetails;Swift
var deviceSyncBackupStatusChangedDetails: DBTEAMLOGDeviceSyncBackupStatusChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceUnlinkDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceUnlinkDetails *_Nonnull deviceUnlinkDetails;Swift
var deviceUnlinkDetails: DBTEAMLOGDeviceUnlinkDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDropboxPasswordsExportedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsExportedDetails *_Nonnull dropboxPasswordsExportedDetails;Swift
var dropboxPasswordsExportedDetails: DBTEAMLOGDropboxPasswordsExportedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDropboxPasswordsNewDeviceEnrolledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsNewDeviceEnrolledDetails *_Nonnull dropboxPasswordsNewDeviceEnrolledDetails;Swift
var dropboxPasswordsNewDeviceEnrolledDetails: DBTEAMLOGDropboxPasswordsNewDeviceEnrolledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmmRefreshAuthTokenDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmRefreshAuthTokenDetails *_Nonnull emmRefreshAuthTokenDetails;Swift
var emmRefreshAuthTokenDetails: DBTEAMLOGEmmRefreshAuthTokenDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExternalDriveBackupEligibilityStatusCheckedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedDetails *_Nonnull externalDriveBackupEligibilityStatusCheckedDetails;Swift
var externalDriveBackupEligibilityStatusCheckedDetails: DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExternalDriveBackupStatusChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupStatusChangedDetails *_Nonnull externalDriveBackupStatusChangedDetails;Swift
var externalDriveBackupStatusChangedDetails: DBTEAMLOGExternalDriveBackupStatusChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAccountCaptureChangeAvailabilityDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureChangeAvailabilityDetails *_Nonnull accountCaptureChangeAvailabilityDetails;Swift
var accountCaptureChangeAvailabilityDetails: DBTEAMLOGAccountCaptureChangeAvailabilityDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAccountCaptureMigrateAccountDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureMigrateAccountDetails *_Nonnull accountCaptureMigrateAccountDetails;Swift
var accountCaptureMigrateAccountDetails: DBTEAMLOGAccountCaptureMigrateAccountDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAccountCaptureNotificationEmailsSentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureNotificationEmailsSentDetails *_Nonnull accountCaptureNotificationEmailsSentDetails;Swift
var accountCaptureNotificationEmailsSentDetails: DBTEAMLOGAccountCaptureNotificationEmailsSentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAccountCaptureRelinquishAccountDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureRelinquishAccountDetails *_Nonnull accountCaptureRelinquishAccountDetails;Swift
var accountCaptureRelinquishAccountDetails: DBTEAMLOGAccountCaptureRelinquishAccountDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDisabledDomainInvitesDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDisabledDomainInvitesDetails *_Nonnull disabledDomainInvitesDetails;Swift
var disabledDomainInvitesDetails: DBTEAMLOGDisabledDomainInvitesDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainInvitesApproveRequestToJoinTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails *_Nonnull domainInvitesApproveRequestToJoinTeamDetails;Swift
var domainInvitesApproveRequestToJoinTeamDetails: DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainInvitesDeclineRequestToJoinTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails *_Nonnull domainInvitesDeclineRequestToJoinTeamDetails;Swift
var domainInvitesDeclineRequestToJoinTeamDetails: DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainInvitesEmailExistingUsersDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesEmailExistingUsersDetails *_Nonnull domainInvitesEmailExistingUsersDetails;Swift
var domainInvitesEmailExistingUsersDetails: DBTEAMLOGDomainInvitesEmailExistingUsersDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainInvitesRequestToJoinTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesRequestToJoinTeamDetails *_Nonnull domainInvitesRequestToJoinTeamDetails;Swift
var domainInvitesRequestToJoinTeamDetails: DBTEAMLOGDomainInvitesRequestToJoinTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainInvitesSetInviteNewUserPrefToNoDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails *_Nonnull domainInvitesSetInviteNewUserPrefToNoDetails;Swift
var domainInvitesSetInviteNewUserPrefToNoDetails: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainInvitesSetInviteNewUserPrefToYesDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails *_Nonnull domainInvitesSetInviteNewUserPrefToYesDetails;Swift
var domainInvitesSetInviteNewUserPrefToYesDetails: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainVerificationAddDomainFailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationAddDomainFailDetails *_Nonnull domainVerificationAddDomainFailDetails;Swift
var domainVerificationAddDomainFailDetails: DBTEAMLOGDomainVerificationAddDomainFailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainVerificationAddDomainSuccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationAddDomainSuccessDetails *_Nonnull domainVerificationAddDomainSuccessDetails;Swift
var domainVerificationAddDomainSuccessDetails: DBTEAMLOGDomainVerificationAddDomainSuccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDomainVerificationRemoveDomainDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationRemoveDomainDetails *_Nonnull domainVerificationRemoveDomainDetails;Swift
var domainVerificationRemoveDomainDetails: DBTEAMLOGDomainVerificationRemoveDomainDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEnabledDomainInvitesDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEnabledDomainInvitesDetails *_Nonnull enabledDomainInvitesDetails;Swift
var enabledDomainInvitesDetails: DBTEAMLOGEnabledDomainInvitesDetails { get } - 
                  
                  
(no description). - note: Ensure the
isApplyNamingConventionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGApplyNamingConventionDetails *_Nonnull applyNamingConventionDetails;Swift
var applyNamingConventionDetails: DBTEAMLOGApplyNamingConventionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isCreateFolderDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCreateFolderDetails *_Nonnull createFolderDetails;Swift
var createFolderDetails: DBTEAMLOGCreateFolderDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileAddDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileAddDetails *_Nonnull fileAddDetails;Swift
var fileAddDetails: DBTEAMLOGFileAddDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileCopyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileCopyDetails *_Nonnull fileCopyDetails;Swift
var fileCopyDetails: DBTEAMLOGFileCopyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDeleteDetails *_Nonnull fileDeleteDetails;Swift
var fileDeleteDetails: DBTEAMLOGFileDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileDownloadDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDownloadDetails *_Nonnull fileDownloadDetails;Swift
var fileDownloadDetails: DBTEAMLOGFileDownloadDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileEditDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileEditDetails *_Nonnull fileEditDetails;Swift
var fileEditDetails: DBTEAMLOGFileEditDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileGetCopyReferenceDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileGetCopyReferenceDetails *_Nonnull fileGetCopyReferenceDetails;Swift
var fileGetCopyReferenceDetails: DBTEAMLOGFileGetCopyReferenceDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileLockingLockStatusChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLockingLockStatusChangedDetails *_Nonnull fileLockingLockStatusChangedDetails;Swift
var fileLockingLockStatusChangedDetails: DBTEAMLOGFileLockingLockStatusChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileMoveDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileMoveDetails *_Nonnull fileMoveDetails;Swift
var fileMoveDetails: DBTEAMLOGFileMoveDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFilePermanentlyDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFilePermanentlyDeleteDetails *_Nonnull filePermanentlyDeleteDetails;Swift
var filePermanentlyDeleteDetails: DBTEAMLOGFilePermanentlyDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFilePreviewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFilePreviewDetails *_Nonnull filePreviewDetails;Swift
var filePreviewDetails: DBTEAMLOGFilePreviewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRenameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRenameDetails *_Nonnull fileRenameDetails;Swift
var fileRenameDetails: DBTEAMLOGFileRenameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRestoreDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRestoreDetails *_Nonnull fileRestoreDetails;Swift
var fileRestoreDetails: DBTEAMLOGFileRestoreDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRevertDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRevertDetails *_Nonnull fileRevertDetails;Swift
var fileRevertDetails: DBTEAMLOGFileRevertDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRollbackChangesDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRollbackChangesDetails *_Nonnull fileRollbackChangesDetails;Swift
var fileRollbackChangesDetails: DBTEAMLOGFileRollbackChangesDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileSaveCopyReferenceDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileSaveCopyReferenceDetails *_Nonnull fileSaveCopyReferenceDetails;Swift
var fileSaveCopyReferenceDetails: DBTEAMLOGFileSaveCopyReferenceDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFolderOverviewDescriptionChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewDescriptionChangedDetails *_Nonnull folderOverviewDescriptionChangedDetails;Swift
var folderOverviewDescriptionChangedDetails: DBTEAMLOGFolderOverviewDescriptionChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFolderOverviewItemPinnedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewItemPinnedDetails *_Nonnull folderOverviewItemPinnedDetails;Swift
var folderOverviewItemPinnedDetails: DBTEAMLOGFolderOverviewItemPinnedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFolderOverviewItemUnpinnedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewItemUnpinnedDetails *_Nonnull folderOverviewItemUnpinnedDetails;Swift
var folderOverviewItemUnpinnedDetails: DBTEAMLOGFolderOverviewItemUnpinnedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isObjectLabelAddedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelAddedDetails *_Nonnull objectLabelAddedDetails;Swift
var objectLabelAddedDetails: DBTEAMLOGObjectLabelAddedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isObjectLabelRemovedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelRemovedDetails *_Nonnull objectLabelRemovedDetails;Swift
var objectLabelRemovedDetails: DBTEAMLOGObjectLabelRemovedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isObjectLabelUpdatedValueDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelUpdatedValueDetails *_Nonnull objectLabelUpdatedValueDetails;Swift
var objectLabelUpdatedValueDetails: DBTEAMLOGObjectLabelUpdatedValueDetails { get } - 
                  
                  
(no description). - note: Ensure the
isOrganizeFolderWithTidyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOrganizeFolderWithTidyDetails *_Nonnull organizeFolderWithTidyDetails;Swift
var organizeFolderWithTidyDetails: DBTEAMLOGOrganizeFolderWithTidyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isRewindFolderDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGRewindFolderDetails *_Nonnull rewindFolderDetails;Swift
var rewindFolderDetails: DBTEAMLOGRewindFolderDetails { get } - 
                  
                  
(no description). - note: Ensure the
isUndoNamingConventionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUndoNamingConventionDetails *_Nonnull undoNamingConventionDetails;Swift
var undoNamingConventionDetails: DBTEAMLOGUndoNamingConventionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isUndoOrganizeFolderWithTidyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUndoOrganizeFolderWithTidyDetails *_Nonnull undoOrganizeFolderWithTidyDetails;Swift
var undoOrganizeFolderWithTidyDetails: DBTEAMLOGUndoOrganizeFolderWithTidyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isUserTagsAddedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUserTagsAddedDetails *_Nonnull userTagsAddedDetails;Swift
var userTagsAddedDetails: DBTEAMLOGUserTagsAddedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isUserTagsRemovedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUserTagsRemovedDetails *_Nonnull userTagsRemovedDetails;Swift
var userTagsRemovedDetails: DBTEAMLOGUserTagsRemovedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmailIngestReceiveFileDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmailIngestReceiveFileDetails *_Nonnull emailIngestReceiveFileDetails;Swift
var emailIngestReceiveFileDetails: DBTEAMLOGEmailIngestReceiveFileDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestChangeDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestChangeDetails *_Nonnull fileRequestChangeDetails;Swift
var fileRequestChangeDetails: DBTEAMLOGFileRequestChangeDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestCloseDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestCloseDetails *_Nonnull fileRequestCloseDetails;Swift
var fileRequestCloseDetails: DBTEAMLOGFileRequestCloseDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestCreateDetails *_Nonnull fileRequestCreateDetails;Swift
var fileRequestCreateDetails: DBTEAMLOGFileRequestCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestDeleteDetails *_Nonnull fileRequestDeleteDetails;Swift
var fileRequestDeleteDetails: DBTEAMLOGFileRequestDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestReceiveFileDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestReceiveFileDetails *_Nonnull fileRequestReceiveFileDetails;Swift
var fileRequestReceiveFileDetails: DBTEAMLOGFileRequestReceiveFileDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupAddExternalIdDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupAddExternalIdDetails *_Nonnull groupAddExternalIdDetails;Swift
var groupAddExternalIdDetails: DBTEAMLOGGroupAddExternalIdDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupAddMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupAddMemberDetails *_Nonnull groupAddMemberDetails;Swift
var groupAddMemberDetails: DBTEAMLOGGroupAddMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupChangeExternalIdDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeExternalIdDetails *_Nonnull groupChangeExternalIdDetails;Swift
var groupChangeExternalIdDetails: DBTEAMLOGGroupChangeExternalIdDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupChangeManagementTypeDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeManagementTypeDetails *_Nonnull groupChangeManagementTypeDetails;Swift
var groupChangeManagementTypeDetails: DBTEAMLOGGroupChangeManagementTypeDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupChangeMemberRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeMemberRoleDetails *_Nonnull groupChangeMemberRoleDetails;Swift
var groupChangeMemberRoleDetails: DBTEAMLOGGroupChangeMemberRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupCreateDetails *_Nonnull groupCreateDetails;Swift
var groupCreateDetails: DBTEAMLOGGroupCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupDeleteDetails *_Nonnull groupDeleteDetails;Swift
var groupDeleteDetails: DBTEAMLOGGroupDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupDescriptionUpdatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupDescriptionUpdatedDetails *_Nonnull groupDescriptionUpdatedDetails;Swift
var groupDescriptionUpdatedDetails: DBTEAMLOGGroupDescriptionUpdatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupJoinPolicyUpdatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupJoinPolicyUpdatedDetails *_Nonnull groupJoinPolicyUpdatedDetails;Swift
var groupJoinPolicyUpdatedDetails: DBTEAMLOGGroupJoinPolicyUpdatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupMovedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupMovedDetails *_Nonnull groupMovedDetails;Swift
var groupMovedDetails: DBTEAMLOGGroupMovedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupRemoveExternalIdDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRemoveExternalIdDetails *_Nonnull groupRemoveExternalIdDetails;Swift
var groupRemoveExternalIdDetails: DBTEAMLOGGroupRemoveExternalIdDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupRemoveMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRemoveMemberDetails *_Nonnull groupRemoveMemberDetails;Swift
var groupRemoveMemberDetails: DBTEAMLOGGroupRemoveMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupRenameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRenameDetails *_Nonnull groupRenameDetails;Swift
var groupRenameDetails: DBTEAMLOGGroupRenameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAccountLockOrUnlockedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountLockOrUnlockedDetails *_Nonnull accountLockOrUnlockedDetails;Swift
var accountLockOrUnlockedDetails: DBTEAMLOGAccountLockOrUnlockedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmmErrorDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmErrorDetails *_Nonnull emmErrorDetails;Swift
var emmErrorDetails: DBTEAMLOGEmmErrorDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGuestAdminSignedInViaTrustedTeamsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminSignedInViaTrustedTeamsDetails *_Nonnull guestAdminSignedInViaTrustedTeamsDetails;Swift
var guestAdminSignedInViaTrustedTeamsDetails: DBTEAMLOGGuestAdminSignedInViaTrustedTeamsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGuestAdminSignedOutViaTrustedTeamsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsDetails *_Nonnull guestAdminSignedOutViaTrustedTeamsDetails;Swift
var guestAdminSignedOutViaTrustedTeamsDetails: DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLoginFailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLoginFailDetails *_Nonnull loginFailDetails;Swift
var loginFailDetails: DBTEAMLOGLoginFailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLoginSuccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLoginSuccessDetails *_Nonnull loginSuccessDetails;Swift
var loginSuccessDetails: DBTEAMLOGLoginSuccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isLogoutDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLogoutDetails *_Nonnull logoutDetails;Swift
var logoutDetails: DBTEAMLOGLogoutDetails { get } - 
                  
                  
(no description). - note: Ensure the
isResellerSupportSessionEndDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportSessionEndDetails *_Nonnull resellerSupportSessionEndDetails;Swift
var resellerSupportSessionEndDetails: DBTEAMLOGResellerSupportSessionEndDetails { get } - 
                  
                  
(no description). - note: Ensure the
isResellerSupportSessionStartDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportSessionStartDetails *_Nonnull resellerSupportSessionStartDetails;Swift
var resellerSupportSessionStartDetails: DBTEAMLOGResellerSupportSessionStartDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSignInAsSessionEndDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSignInAsSessionEndDetails *_Nonnull signInAsSessionEndDetails;Swift
var signInAsSessionEndDetails: DBTEAMLOGSignInAsSessionEndDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSignInAsSessionStartDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSignInAsSessionStartDetails *_Nonnull signInAsSessionStartDetails;Swift
var signInAsSessionStartDetails: DBTEAMLOGSignInAsSessionStartDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoErrorDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoErrorDetails *_Nonnull ssoErrorDetails;Swift
var ssoErrorDetails: DBTEAMLOGSsoErrorDetails { get } - 
                  
                  
(no description). - note: Ensure the
isCreateTeamInviteLinkDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCreateTeamInviteLinkDetails *_Nonnull createTeamInviteLinkDetails;Swift
var createTeamInviteLinkDetails: DBTEAMLOGCreateTeamInviteLinkDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeleteTeamInviteLinkDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeleteTeamInviteLinkDetails *_Nonnull deleteTeamInviteLinkDetails;Swift
var deleteTeamInviteLinkDetails: DBTEAMLOGDeleteTeamInviteLinkDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberAddExternalIdDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberAddExternalIdDetails *_Nonnull memberAddExternalIdDetails;Swift
var memberAddExternalIdDetails: DBTEAMLOGMemberAddExternalIdDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberAddNameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberAddNameDetails *_Nonnull memberAddNameDetails;Swift
var memberAddNameDetails: DBTEAMLOGMemberAddNameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberChangeAdminRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeAdminRoleDetails *_Nonnull memberChangeAdminRoleDetails;Swift
var memberChangeAdminRoleDetails: DBTEAMLOGMemberChangeAdminRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberChangeEmailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeEmailDetails *_Nonnull memberChangeEmailDetails;Swift
var memberChangeEmailDetails: DBTEAMLOGMemberChangeEmailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberChangeExternalIdDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeExternalIdDetails *_Nonnull memberChangeExternalIdDetails;Swift
var memberChangeExternalIdDetails: DBTEAMLOGMemberChangeExternalIdDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberChangeMembershipTypeDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeMembershipTypeDetails *_Nonnull memberChangeMembershipTypeDetails;Swift
var memberChangeMembershipTypeDetails: DBTEAMLOGMemberChangeMembershipTypeDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberChangeNameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeNameDetails *_Nonnull memberChangeNameDetails;Swift
var memberChangeNameDetails: DBTEAMLOGMemberChangeNameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberChangeResellerRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeResellerRoleDetails *_Nonnull memberChangeResellerRoleDetails;Swift
var memberChangeResellerRoleDetails: DBTEAMLOGMemberChangeResellerRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberChangeStatusDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeStatusDetails *_Nonnull memberChangeStatusDetails;Swift
var memberChangeStatusDetails: DBTEAMLOGMemberChangeStatusDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberDeleteManualContactsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberDeleteManualContactsDetails *_Nonnull memberDeleteManualContactsDetails;Swift
var memberDeleteManualContactsDetails: DBTEAMLOGMemberDeleteManualContactsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberDeleteProfilePhotoDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberDeleteProfilePhotoDetails *_Nonnull memberDeleteProfilePhotoDetails;Swift
var memberDeleteProfilePhotoDetails: DBTEAMLOGMemberDeleteProfilePhotoDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberPermanentlyDeleteAccountContentsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails *_Nonnull memberPermanentlyDeleteAccountContentsDetails;Swift
var memberPermanentlyDeleteAccountContentsDetails: DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberRemoveExternalIdDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberRemoveExternalIdDetails *_Nonnull memberRemoveExternalIdDetails;Swift
var memberRemoveExternalIdDetails: DBTEAMLOGMemberRemoveExternalIdDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSetProfilePhotoDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSetProfilePhotoDetails *_Nonnull memberSetProfilePhotoDetails;Swift
var memberSetProfilePhotoDetails: DBTEAMLOGMemberSetProfilePhotoDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsAddCustomQuotaDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsAddCustomQuotaDetails *_Nonnull memberSpaceLimitsAddCustomQuotaDetails;Swift
var memberSpaceLimitsAddCustomQuotaDetails: DBTEAMLOGMemberSpaceLimitsAddCustomQuotaDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsChangeCustomQuotaDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaDetails *_Nonnull memberSpaceLimitsChangeCustomQuotaDetails;Swift
var memberSpaceLimitsChangeCustomQuotaDetails: DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsChangeStatusDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeStatusDetails *_Nonnull memberSpaceLimitsChangeStatusDetails;Swift
var memberSpaceLimitsChangeStatusDetails: DBTEAMLOGMemberSpaceLimitsChangeStatusDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsRemoveCustomQuotaDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaDetails *_Nonnull memberSpaceLimitsRemoveCustomQuotaDetails;Swift
var memberSpaceLimitsRemoveCustomQuotaDetails: DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSuggestDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSuggestDetails *_Nonnull memberSuggestDetails;Swift
var memberSuggestDetails: DBTEAMLOGMemberSuggestDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberTransferAccountContentsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberTransferAccountContentsDetails *_Nonnull memberTransferAccountContentsDetails;Swift
var memberTransferAccountContentsDetails: DBTEAMLOGMemberTransferAccountContentsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPendingSecondaryEmailAddedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPendingSecondaryEmailAddedDetails *_Nonnull pendingSecondaryEmailAddedDetails;Swift
var pendingSecondaryEmailAddedDetails: DBTEAMLOGPendingSecondaryEmailAddedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSecondaryEmailDeletedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryEmailDeletedDetails *_Nonnull secondaryEmailDeletedDetails;Swift
var secondaryEmailDeletedDetails: DBTEAMLOGSecondaryEmailDeletedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSecondaryEmailVerifiedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryEmailVerifiedDetails *_Nonnull secondaryEmailVerifiedDetails;Swift
var secondaryEmailVerifiedDetails: DBTEAMLOGSecondaryEmailVerifiedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSecondaryMailsPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryMailsPolicyChangedDetails *_Nonnull secondaryMailsPolicyChangedDetails;Swift
var secondaryMailsPolicyChangedDetails: DBTEAMLOGSecondaryMailsPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderAddPageDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderAddPageDetails *_Nonnull binderAddPageDetails;Swift
var binderAddPageDetails: DBTEAMLOGBinderAddPageDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderAddSectionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderAddSectionDetails *_Nonnull binderAddSectionDetails;Swift
var binderAddSectionDetails: DBTEAMLOGBinderAddSectionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderRemovePageDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRemovePageDetails *_Nonnull binderRemovePageDetails;Swift
var binderRemovePageDetails: DBTEAMLOGBinderRemovePageDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderRemoveSectionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRemoveSectionDetails *_Nonnull binderRemoveSectionDetails;Swift
var binderRemoveSectionDetails: DBTEAMLOGBinderRemoveSectionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderRenamePageDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRenamePageDetails *_Nonnull binderRenamePageDetails;Swift
var binderRenamePageDetails: DBTEAMLOGBinderRenamePageDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderRenameSectionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRenameSectionDetails *_Nonnull binderRenameSectionDetails;Swift
var binderRenameSectionDetails: DBTEAMLOGBinderRenameSectionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderReorderPageDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderReorderPageDetails *_Nonnull binderReorderPageDetails;Swift
var binderReorderPageDetails: DBTEAMLOGBinderReorderPageDetails { get } - 
                  
                  
(no description). - note: Ensure the
isBinderReorderSectionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderReorderSectionDetails *_Nonnull binderReorderSectionDetails;Swift
var binderReorderSectionDetails: DBTEAMLOGBinderReorderSectionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentAddMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentAddMemberDetails *_Nonnull paperContentAddMemberDetails;Swift
var paperContentAddMemberDetails: DBTEAMLOGPaperContentAddMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentAddToFolderDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentAddToFolderDetails *_Nonnull paperContentAddToFolderDetails;Swift
var paperContentAddToFolderDetails: DBTEAMLOGPaperContentAddToFolderDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentArchiveDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentArchiveDetails *_Nonnull paperContentArchiveDetails;Swift
var paperContentArchiveDetails: DBTEAMLOGPaperContentArchiveDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentCreateDetails *_Nonnull paperContentCreateDetails;Swift
var paperContentCreateDetails: DBTEAMLOGPaperContentCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentPermanentlyDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentPermanentlyDeleteDetails *_Nonnull paperContentPermanentlyDeleteDetails;Swift
var paperContentPermanentlyDeleteDetails: DBTEAMLOGPaperContentPermanentlyDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentRemoveFromFolderDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRemoveFromFolderDetails *_Nonnull paperContentRemoveFromFolderDetails;Swift
var paperContentRemoveFromFolderDetails: DBTEAMLOGPaperContentRemoveFromFolderDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentRemoveMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRemoveMemberDetails *_Nonnull paperContentRemoveMemberDetails;Swift
var paperContentRemoveMemberDetails: DBTEAMLOGPaperContentRemoveMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentRenameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRenameDetails *_Nonnull paperContentRenameDetails;Swift
var paperContentRenameDetails: DBTEAMLOGPaperContentRenameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperContentRestoreDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRestoreDetails *_Nonnull paperContentRestoreDetails;Swift
var paperContentRestoreDetails: DBTEAMLOGPaperContentRestoreDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocAddCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocAddCommentDetails *_Nonnull paperDocAddCommentDetails;Swift
var paperDocAddCommentDetails: DBTEAMLOGPaperDocAddCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocChangeMemberRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeMemberRoleDetails *_Nonnull paperDocChangeMemberRoleDetails;Swift
var paperDocChangeMemberRoleDetails: DBTEAMLOGPaperDocChangeMemberRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocChangeSharingPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSharingPolicyDetails *_Nonnull paperDocChangeSharingPolicyDetails;Swift
var paperDocChangeSharingPolicyDetails: DBTEAMLOGPaperDocChangeSharingPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocChangeSubscriptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSubscriptionDetails *_Nonnull paperDocChangeSubscriptionDetails;Swift
var paperDocChangeSubscriptionDetails: DBTEAMLOGPaperDocChangeSubscriptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocDeletedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDeletedDetails *_Nonnull paperDocDeletedDetails;Swift
var paperDocDeletedDetails: DBTEAMLOGPaperDocDeletedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocDeleteCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDeleteCommentDetails *_Nonnull paperDocDeleteCommentDetails;Swift
var paperDocDeleteCommentDetails: DBTEAMLOGPaperDocDeleteCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocDownloadDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDownloadDetails *_Nonnull paperDocDownloadDetails;Swift
var paperDocDownloadDetails: DBTEAMLOGPaperDocDownloadDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocEditDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocEditDetails *_Nonnull paperDocEditDetails;Swift
var paperDocEditDetails: DBTEAMLOGPaperDocEditDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocEditCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocEditCommentDetails *_Nonnull paperDocEditCommentDetails;Swift
var paperDocEditCommentDetails: DBTEAMLOGPaperDocEditCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocFollowedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocFollowedDetails *_Nonnull paperDocFollowedDetails;Swift
var paperDocFollowedDetails: DBTEAMLOGPaperDocFollowedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocMentionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocMentionDetails *_Nonnull paperDocMentionDetails;Swift
var paperDocMentionDetails: DBTEAMLOGPaperDocMentionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocOwnershipChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocOwnershipChangedDetails *_Nonnull paperDocOwnershipChangedDetails;Swift
var paperDocOwnershipChangedDetails: DBTEAMLOGPaperDocOwnershipChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocRequestAccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocRequestAccessDetails *_Nonnull paperDocRequestAccessDetails;Swift
var paperDocRequestAccessDetails: DBTEAMLOGPaperDocRequestAccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocResolveCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocResolveCommentDetails *_Nonnull paperDocResolveCommentDetails;Swift
var paperDocResolveCommentDetails: DBTEAMLOGPaperDocResolveCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocRevertDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocRevertDetails *_Nonnull paperDocRevertDetails;Swift
var paperDocRevertDetails: DBTEAMLOGPaperDocRevertDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocSlackShareDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocSlackShareDetails *_Nonnull paperDocSlackShareDetails;Swift
var paperDocSlackShareDetails: DBTEAMLOGPaperDocSlackShareDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocTeamInviteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocTeamInviteDetails *_Nonnull paperDocTeamInviteDetails;Swift
var paperDocTeamInviteDetails: DBTEAMLOGPaperDocTeamInviteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocTrashedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocTrashedDetails *_Nonnull paperDocTrashedDetails;Swift
var paperDocTrashedDetails: DBTEAMLOGPaperDocTrashedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocUnresolveCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocUnresolveCommentDetails *_Nonnull paperDocUnresolveCommentDetails;Swift
var paperDocUnresolveCommentDetails: DBTEAMLOGPaperDocUnresolveCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocUntrashedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocUntrashedDetails *_Nonnull paperDocUntrashedDetails;Swift
var paperDocUntrashedDetails: DBTEAMLOGPaperDocUntrashedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDocViewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocViewDetails *_Nonnull paperDocViewDetails;Swift
var paperDocViewDetails: DBTEAMLOGPaperDocViewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperExternalViewAllowDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewAllowDetails *_Nonnull paperExternalViewAllowDetails;Swift
var paperExternalViewAllowDetails: DBTEAMLOGPaperExternalViewAllowDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperExternalViewDefaultTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewDefaultTeamDetails *_Nonnull paperExternalViewDefaultTeamDetails;Swift
var paperExternalViewDefaultTeamDetails: DBTEAMLOGPaperExternalViewDefaultTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperExternalViewForbidDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewForbidDetails *_Nonnull paperExternalViewForbidDetails;Swift
var paperExternalViewForbidDetails: DBTEAMLOGPaperExternalViewForbidDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperFolderChangeSubscriptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderChangeSubscriptionDetails *_Nonnull paperFolderChangeSubscriptionDetails;Swift
var paperFolderChangeSubscriptionDetails: DBTEAMLOGPaperFolderChangeSubscriptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperFolderDeletedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderDeletedDetails *_Nonnull paperFolderDeletedDetails;Swift
var paperFolderDeletedDetails: DBTEAMLOGPaperFolderDeletedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperFolderFollowedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderFollowedDetails *_Nonnull paperFolderFollowedDetails;Swift
var paperFolderFollowedDetails: DBTEAMLOGPaperFolderFollowedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperFolderTeamInviteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderTeamInviteDetails *_Nonnull paperFolderTeamInviteDetails;Swift
var paperFolderTeamInviteDetails: DBTEAMLOGPaperFolderTeamInviteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperPublishedLinkChangePermissionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkChangePermissionDetails *_Nonnull paperPublishedLinkChangePermissionDetails;Swift
var paperPublishedLinkChangePermissionDetails: DBTEAMLOGPaperPublishedLinkChangePermissionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperPublishedLinkCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkCreateDetails *_Nonnull paperPublishedLinkCreateDetails;Swift
var paperPublishedLinkCreateDetails: DBTEAMLOGPaperPublishedLinkCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperPublishedLinkDisabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkDisabledDetails *_Nonnull paperPublishedLinkDisabledDetails;Swift
var paperPublishedLinkDisabledDetails: DBTEAMLOGPaperPublishedLinkDisabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperPublishedLinkViewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkViewDetails *_Nonnull paperPublishedLinkViewDetails;Swift
var paperPublishedLinkViewDetails: DBTEAMLOGPaperPublishedLinkViewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPasswordChangeDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordChangeDetails *_Nonnull passwordChangeDetails;Swift
var passwordChangeDetails: DBTEAMLOGPasswordChangeDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPasswordResetDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordResetDetails *_Nonnull passwordResetDetails;Swift
var passwordResetDetails: DBTEAMLOGPasswordResetDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPasswordResetAllDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordResetAllDetails *_Nonnull passwordResetAllDetails;Swift
var passwordResetAllDetails: DBTEAMLOGPasswordResetAllDetails { get } - 
                  
                  
(no description). - note: Ensure the
isClassificationCreateReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationCreateReportDetails *_Nonnull classificationCreateReportDetails;Swift
var classificationCreateReportDetails: DBTEAMLOGClassificationCreateReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isClassificationCreateReportFailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationCreateReportFailDetails *_Nonnull classificationCreateReportFailDetails;Swift
var classificationCreateReportFailDetails: DBTEAMLOGClassificationCreateReportFailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmmCreateExceptionsReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmCreateExceptionsReportDetails *_Nonnull emmCreateExceptionsReportDetails;Swift
var emmCreateExceptionsReportDetails: DBTEAMLOGEmmCreateExceptionsReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmmCreateUsageReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmCreateUsageReportDetails *_Nonnull emmCreateUsageReportDetails;Swift
var emmCreateUsageReportDetails: DBTEAMLOGEmmCreateUsageReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExportMembersReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExportMembersReportDetails *_Nonnull exportMembersReportDetails;Swift
var exportMembersReportDetails: DBTEAMLOGExportMembersReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExportMembersReportFailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExportMembersReportFailDetails *_Nonnull exportMembersReportFailDetails;Swift
var exportMembersReportFailDetails: DBTEAMLOGExportMembersReportFailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExternalSharingCreateReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalSharingCreateReportDetails *_Nonnull externalSharingCreateReportDetails;Swift
var externalSharingCreateReportDetails: DBTEAMLOGExternalSharingCreateReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExternalSharingReportFailedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalSharingReportFailedDetails *_Nonnull externalSharingReportFailedDetails;Swift
var externalSharingReportFailedDetails: DBTEAMLOGExternalSharingReportFailedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoExpirationLinkGenCreateReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoExpirationLinkGenCreateReportDetails *_Nonnull noExpirationLinkGenCreateReportDetails;Swift
var noExpirationLinkGenCreateReportDetails: DBTEAMLOGNoExpirationLinkGenCreateReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoExpirationLinkGenReportFailedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoExpirationLinkGenReportFailedDetails *_Nonnull noExpirationLinkGenReportFailedDetails;Swift
var noExpirationLinkGenReportFailedDetails: DBTEAMLOGNoExpirationLinkGenReportFailedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoPasswordLinkGenCreateReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkGenCreateReportDetails *_Nonnull noPasswordLinkGenCreateReportDetails;Swift
var noPasswordLinkGenCreateReportDetails: DBTEAMLOGNoPasswordLinkGenCreateReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoPasswordLinkGenReportFailedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkGenReportFailedDetails *_Nonnull noPasswordLinkGenReportFailedDetails;Swift
var noPasswordLinkGenReportFailedDetails: DBTEAMLOGNoPasswordLinkGenReportFailedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoPasswordLinkViewCreateReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkViewCreateReportDetails *_Nonnull noPasswordLinkViewCreateReportDetails;Swift
var noPasswordLinkViewCreateReportDetails: DBTEAMLOGNoPasswordLinkViewCreateReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoPasswordLinkViewReportFailedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkViewReportFailedDetails *_Nonnull noPasswordLinkViewReportFailedDetails;Swift
var noPasswordLinkViewReportFailedDetails: DBTEAMLOGNoPasswordLinkViewReportFailedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isOutdatedLinkViewCreateReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOutdatedLinkViewCreateReportDetails *_Nonnull outdatedLinkViewCreateReportDetails;Swift
var outdatedLinkViewCreateReportDetails: DBTEAMLOGOutdatedLinkViewCreateReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isOutdatedLinkViewReportFailedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOutdatedLinkViewReportFailedDetails *_Nonnull outdatedLinkViewReportFailedDetails;Swift
var outdatedLinkViewReportFailedDetails: DBTEAMLOGOutdatedLinkViewReportFailedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperAdminExportStartDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperAdminExportStartDetails *_Nonnull paperAdminExportStartDetails;Swift
var paperAdminExportStartDetails: DBTEAMLOGPaperAdminExportStartDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSmartSyncCreateAdminPrivilegeReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails *_Nonnull smartSyncCreateAdminPrivilegeReportDetails;Swift
var smartSyncCreateAdminPrivilegeReportDetails: DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamActivityCreateReportDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamActivityCreateReportDetails *_Nonnull teamActivityCreateReportDetails;Swift
var teamActivityCreateReportDetails: DBTEAMLOGTeamActivityCreateReportDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamActivityCreateReportFailDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamActivityCreateReportFailDetails *_Nonnull teamActivityCreateReportFailDetails;Swift
var teamActivityCreateReportFailDetails: DBTEAMLOGTeamActivityCreateReportFailDetails { get } - 
                  
                  
(no description). - note: Ensure the
isCollectionShareDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCollectionShareDetails *_Nonnull collectionShareDetails;Swift
var collectionShareDetails: DBTEAMLOGCollectionShareDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileTransfersFileAddDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersFileAddDetails *_Nonnull fileTransfersFileAddDetails;Swift
var fileTransfersFileAddDetails: DBTEAMLOGFileTransfersFileAddDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileTransfersTransferDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferDeleteDetails *_Nonnull fileTransfersTransferDeleteDetails;Swift
var fileTransfersTransferDeleteDetails: DBTEAMLOGFileTransfersTransferDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileTransfersTransferDownloadDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferDownloadDetails *_Nonnull fileTransfersTransferDownloadDetails;Swift
var fileTransfersTransferDownloadDetails: DBTEAMLOGFileTransfersTransferDownloadDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileTransfersTransferSendDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferSendDetails *_Nonnull fileTransfersTransferSendDetails;Swift
var fileTransfersTransferSendDetails: DBTEAMLOGFileTransfersTransferSendDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileTransfersTransferViewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferViewDetails *_Nonnull fileTransfersTransferViewDetails;Swift
var fileTransfersTransferViewDetails: DBTEAMLOGFileTransfersTransferViewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoteAclInviteOnlyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclInviteOnlyDetails *_Nonnull noteAclInviteOnlyDetails;Swift
var noteAclInviteOnlyDetails: DBTEAMLOGNoteAclInviteOnlyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoteAclLinkDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclLinkDetails *_Nonnull noteAclLinkDetails;Swift
var noteAclLinkDetails: DBTEAMLOGNoteAclLinkDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoteAclTeamLinkDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclTeamLinkDetails *_Nonnull noteAclTeamLinkDetails;Swift
var noteAclTeamLinkDetails: DBTEAMLOGNoteAclTeamLinkDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoteSharedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteSharedDetails *_Nonnull noteSharedDetails;Swift
var noteSharedDetails: DBTEAMLOGNoteSharedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNoteShareReceiveDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteShareReceiveDetails *_Nonnull noteShareReceiveDetails;Swift
var noteShareReceiveDetails: DBTEAMLOGNoteShareReceiveDetails { get } - 
                  
                  
(no description). - note: Ensure the
isOpenNoteSharedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOpenNoteSharedDetails *_Nonnull openNoteSharedDetails;Swift
var openNoteSharedDetails: DBTEAMLOGOpenNoteSharedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfAddGroupDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfAddGroupDetails *_Nonnull sfAddGroupDetails;Swift
var sfAddGroupDetails: DBTEAMLOGSfAddGroupDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfAllowNonMembersToViewSharedLinksDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails *_Nonnull sfAllowNonMembersToViewSharedLinksDetails;Swift
var sfAllowNonMembersToViewSharedLinksDetails: DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfExternalInviteWarnDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfExternalInviteWarnDetails *_Nonnull sfExternalInviteWarnDetails;Swift
var sfExternalInviteWarnDetails: DBTEAMLOGSfExternalInviteWarnDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfFbInviteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbInviteDetails *_Nonnull sfFbInviteDetails;Swift
var sfFbInviteDetails: DBTEAMLOGSfFbInviteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfFbInviteChangeRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbInviteChangeRoleDetails *_Nonnull sfFbInviteChangeRoleDetails;Swift
var sfFbInviteChangeRoleDetails: DBTEAMLOGSfFbInviteChangeRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfFbUninviteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbUninviteDetails *_Nonnull sfFbUninviteDetails;Swift
var sfFbUninviteDetails: DBTEAMLOGSfFbUninviteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfInviteGroupDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfInviteGroupDetails *_Nonnull sfInviteGroupDetails;Swift
var sfInviteGroupDetails: DBTEAMLOGSfInviteGroupDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfTeamGrantAccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamGrantAccessDetails *_Nonnull sfTeamGrantAccessDetails;Swift
var sfTeamGrantAccessDetails: DBTEAMLOGSfTeamGrantAccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfTeamInviteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamInviteDetails *_Nonnull sfTeamInviteDetails;Swift
var sfTeamInviteDetails: DBTEAMLOGSfTeamInviteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfTeamInviteChangeRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamInviteChangeRoleDetails *_Nonnull sfTeamInviteChangeRoleDetails;Swift
var sfTeamInviteChangeRoleDetails: DBTEAMLOGSfTeamInviteChangeRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfTeamJoinDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamJoinDetails *_Nonnull sfTeamJoinDetails;Swift
var sfTeamJoinDetails: DBTEAMLOGSfTeamJoinDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfTeamJoinFromOobLinkDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamJoinFromOobLinkDetails *_Nonnull sfTeamJoinFromOobLinkDetails;Swift
var sfTeamJoinFromOobLinkDetails: DBTEAMLOGSfTeamJoinFromOobLinkDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSfTeamUninviteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamUninviteDetails *_Nonnull sfTeamUninviteDetails;Swift
var sfTeamUninviteDetails: DBTEAMLOGSfTeamUninviteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentAddInviteesDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddInviteesDetails *_Nonnull sharedContentAddInviteesDetails;Swift
var sharedContentAddInviteesDetails: DBTEAMLOGSharedContentAddInviteesDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentAddLinkExpiryDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddLinkExpiryDetails *_Nonnull sharedContentAddLinkExpiryDetails;Swift
var sharedContentAddLinkExpiryDetails: DBTEAMLOGSharedContentAddLinkExpiryDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentAddLinkPasswordDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddLinkPasswordDetails *_Nonnull sharedContentAddLinkPasswordDetails;Swift
var sharedContentAddLinkPasswordDetails: DBTEAMLOGSharedContentAddLinkPasswordDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentAddMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddMemberDetails *_Nonnull sharedContentAddMemberDetails;Swift
var sharedContentAddMemberDetails: DBTEAMLOGSharedContentAddMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentChangeDownloadsPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeDownloadsPolicyDetails *_Nonnull sharedContentChangeDownloadsPolicyDetails;Swift
var sharedContentChangeDownloadsPolicyDetails: DBTEAMLOGSharedContentChangeDownloadsPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentChangeInviteeRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeInviteeRoleDetails *_Nonnull sharedContentChangeInviteeRoleDetails;Swift
var sharedContentChangeInviteeRoleDetails: DBTEAMLOGSharedContentChangeInviteeRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentChangeLinkAudienceDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkAudienceDetails *_Nonnull sharedContentChangeLinkAudienceDetails;Swift
var sharedContentChangeLinkAudienceDetails: DBTEAMLOGSharedContentChangeLinkAudienceDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentChangeLinkExpiryDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkExpiryDetails *_Nonnull sharedContentChangeLinkExpiryDetails;Swift
var sharedContentChangeLinkExpiryDetails: DBTEAMLOGSharedContentChangeLinkExpiryDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentChangeLinkPasswordDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkPasswordDetails *_Nonnull sharedContentChangeLinkPasswordDetails;Swift
var sharedContentChangeLinkPasswordDetails: DBTEAMLOGSharedContentChangeLinkPasswordDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentChangeMemberRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeMemberRoleDetails *_Nonnull sharedContentChangeMemberRoleDetails;Swift
var sharedContentChangeMemberRoleDetails: DBTEAMLOGSharedContentChangeMemberRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentChangeViewerInfoPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails *_Nonnull sharedContentChangeViewerInfoPolicyDetails;Swift
var sharedContentChangeViewerInfoPolicyDetails: DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentClaimInvitationDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentClaimInvitationDetails *_Nonnull sharedContentClaimInvitationDetails;Swift
var sharedContentClaimInvitationDetails: DBTEAMLOGSharedContentClaimInvitationDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentCopyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentCopyDetails *_Nonnull sharedContentCopyDetails;Swift
var sharedContentCopyDetails: DBTEAMLOGSharedContentCopyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentDownloadDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentDownloadDetails *_Nonnull sharedContentDownloadDetails;Swift
var sharedContentDownloadDetails: DBTEAMLOGSharedContentDownloadDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRelinquishMembershipDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRelinquishMembershipDetails *_Nonnull sharedContentRelinquishMembershipDetails;Swift
var sharedContentRelinquishMembershipDetails: DBTEAMLOGSharedContentRelinquishMembershipDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRemoveInviteesDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveInviteesDetails *_Nonnull sharedContentRemoveInviteesDetails;Swift
var sharedContentRemoveInviteesDetails: DBTEAMLOGSharedContentRemoveInviteesDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRemoveLinkExpiryDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveLinkExpiryDetails *_Nonnull sharedContentRemoveLinkExpiryDetails;Swift
var sharedContentRemoveLinkExpiryDetails: DBTEAMLOGSharedContentRemoveLinkExpiryDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRemoveLinkPasswordDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveLinkPasswordDetails *_Nonnull sharedContentRemoveLinkPasswordDetails;Swift
var sharedContentRemoveLinkPasswordDetails: DBTEAMLOGSharedContentRemoveLinkPasswordDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRemoveMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveMemberDetails *_Nonnull sharedContentRemoveMemberDetails;Swift
var sharedContentRemoveMemberDetails: DBTEAMLOGSharedContentRemoveMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRequestAccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRequestAccessDetails *_Nonnull sharedContentRequestAccessDetails;Swift
var sharedContentRequestAccessDetails: DBTEAMLOGSharedContentRequestAccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRestoreInviteesDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRestoreInviteesDetails *_Nonnull sharedContentRestoreInviteesDetails;Swift
var sharedContentRestoreInviteesDetails: DBTEAMLOGSharedContentRestoreInviteesDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentRestoreMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRestoreMemberDetails *_Nonnull sharedContentRestoreMemberDetails;Swift
var sharedContentRestoreMemberDetails: DBTEAMLOGSharedContentRestoreMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentUnshareDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentUnshareDetails *_Nonnull sharedContentUnshareDetails;Swift
var sharedContentUnshareDetails: DBTEAMLOGSharedContentUnshareDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedContentViewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentViewDetails *_Nonnull sharedContentViewDetails;Swift
var sharedContentViewDetails: DBTEAMLOGSharedContentViewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderChangeLinkPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeLinkPolicyDetails *_Nonnull sharedFolderChangeLinkPolicyDetails;Swift
var sharedFolderChangeLinkPolicyDetails: DBTEAMLOGSharedFolderChangeLinkPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderChangeMembersInheritancePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersInheritancePolicyDetails *_Nonnull sharedFolderChangeMembersInheritancePolicyDetails;Swift
var sharedFolderChangeMembersInheritancePolicyDetails: DBTEAMLOGSharedFolderChangeMembersInheritancePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderChangeMembersManagementPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersManagementPolicyDetails *_Nonnull sharedFolderChangeMembersManagementPolicyDetails;Swift
var sharedFolderChangeMembersManagementPolicyDetails: DBTEAMLOGSharedFolderChangeMembersManagementPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderChangeMembersPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersPolicyDetails *_Nonnull sharedFolderChangeMembersPolicyDetails;Swift
var sharedFolderChangeMembersPolicyDetails: DBTEAMLOGSharedFolderChangeMembersPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderCreateDetails *_Nonnull sharedFolderCreateDetails;Swift
var sharedFolderCreateDetails: DBTEAMLOGSharedFolderCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderDeclineInvitationDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderDeclineInvitationDetails *_Nonnull sharedFolderDeclineInvitationDetails;Swift
var sharedFolderDeclineInvitationDetails: DBTEAMLOGSharedFolderDeclineInvitationDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderMountDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderMountDetails *_Nonnull sharedFolderMountDetails;Swift
var sharedFolderMountDetails: DBTEAMLOGSharedFolderMountDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderNestDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderNestDetails *_Nonnull sharedFolderNestDetails;Swift
var sharedFolderNestDetails: DBTEAMLOGSharedFolderNestDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderTransferOwnershipDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderTransferOwnershipDetails *_Nonnull sharedFolderTransferOwnershipDetails;Swift
var sharedFolderTransferOwnershipDetails: DBTEAMLOGSharedFolderTransferOwnershipDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedFolderUnmountDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderUnmountDetails *_Nonnull sharedFolderUnmountDetails;Swift
var sharedFolderUnmountDetails: DBTEAMLOGSharedFolderUnmountDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkAddExpiryDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkAddExpiryDetails *_Nonnull sharedLinkAddExpiryDetails;Swift
var sharedLinkAddExpiryDetails: DBTEAMLOGSharedLinkAddExpiryDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkChangeExpiryDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkChangeExpiryDetails *_Nonnull sharedLinkChangeExpiryDetails;Swift
var sharedLinkChangeExpiryDetails: DBTEAMLOGSharedLinkChangeExpiryDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkChangeVisibilityDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkChangeVisibilityDetails *_Nonnull sharedLinkChangeVisibilityDetails;Swift
var sharedLinkChangeVisibilityDetails: DBTEAMLOGSharedLinkChangeVisibilityDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkCopyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkCopyDetails *_Nonnull sharedLinkCopyDetails;Swift
var sharedLinkCopyDetails: DBTEAMLOGSharedLinkCopyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkCreateDetails *_Nonnull sharedLinkCreateDetails;Swift
var sharedLinkCreateDetails: DBTEAMLOGSharedLinkCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkDisableDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkDisableDetails *_Nonnull sharedLinkDisableDetails;Swift
var sharedLinkDisableDetails: DBTEAMLOGSharedLinkDisableDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkDownloadDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkDownloadDetails *_Nonnull sharedLinkDownloadDetails;Swift
var sharedLinkDownloadDetails: DBTEAMLOGSharedLinkDownloadDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkRemoveExpiryDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkRemoveExpiryDetails *_Nonnull sharedLinkRemoveExpiryDetails;Swift
var sharedLinkRemoveExpiryDetails: DBTEAMLOGSharedLinkRemoveExpiryDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsAddExpirationDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAddExpirationDetails *_Nonnull sharedLinkSettingsAddExpirationDetails;Swift
var sharedLinkSettingsAddExpirationDetails: DBTEAMLOGSharedLinkSettingsAddExpirationDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsAddPasswordDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAddPasswordDetails *_Nonnull sharedLinkSettingsAddPasswordDetails;Swift
var sharedLinkSettingsAddPasswordDetails: DBTEAMLOGSharedLinkSettingsAddPasswordDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsAllowDownloadDisabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledDetails *_Nonnull sharedLinkSettingsAllowDownloadDisabledDetails;Swift
var sharedLinkSettingsAllowDownloadDisabledDetails: DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsAllowDownloadEnabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledDetails *_Nonnull sharedLinkSettingsAllowDownloadEnabledDetails;Swift
var sharedLinkSettingsAllowDownloadEnabledDetails: DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsChangeAudienceDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangeAudienceDetails *_Nonnull sharedLinkSettingsChangeAudienceDetails;Swift
var sharedLinkSettingsChangeAudienceDetails: DBTEAMLOGSharedLinkSettingsChangeAudienceDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsChangeExpirationDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangeExpirationDetails *_Nonnull sharedLinkSettingsChangeExpirationDetails;Swift
var sharedLinkSettingsChangeExpirationDetails: DBTEAMLOGSharedLinkSettingsChangeExpirationDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsChangePasswordDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangePasswordDetails *_Nonnull sharedLinkSettingsChangePasswordDetails;Swift
var sharedLinkSettingsChangePasswordDetails: DBTEAMLOGSharedLinkSettingsChangePasswordDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsRemoveExpirationDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsRemoveExpirationDetails *_Nonnull sharedLinkSettingsRemoveExpirationDetails;Swift
var sharedLinkSettingsRemoveExpirationDetails: DBTEAMLOGSharedLinkSettingsRemoveExpirationDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkSettingsRemovePasswordDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsRemovePasswordDetails *_Nonnull sharedLinkSettingsRemovePasswordDetails;Swift
var sharedLinkSettingsRemovePasswordDetails: DBTEAMLOGSharedLinkSettingsRemovePasswordDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkShareDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkShareDetails *_Nonnull sharedLinkShareDetails;Swift
var sharedLinkShareDetails: DBTEAMLOGSharedLinkShareDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedLinkViewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkViewDetails *_Nonnull sharedLinkViewDetails;Swift
var sharedLinkViewDetails: DBTEAMLOGSharedLinkViewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharedNoteOpenedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedNoteOpenedDetails *_Nonnull sharedNoteOpenedDetails;Swift
var sharedNoteOpenedDetails: DBTEAMLOGSharedNoteOpenedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShmodelDisableDownloadsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelDisableDownloadsDetails *_Nonnull shmodelDisableDownloadsDetails;Swift
var shmodelDisableDownloadsDetails: DBTEAMLOGShmodelDisableDownloadsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShmodelEnableDownloadsDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelEnableDownloadsDetails *_Nonnull shmodelEnableDownloadsDetails;Swift
var shmodelEnableDownloadsDetails: DBTEAMLOGShmodelEnableDownloadsDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShmodelGroupShareDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelGroupShareDetails *_Nonnull shmodelGroupShareDetails;Swift
var shmodelGroupShareDetails: DBTEAMLOGShmodelGroupShareDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseAccessGrantedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseAccessGrantedDetails *_Nonnull showcaseAccessGrantedDetails;Swift
var showcaseAccessGrantedDetails: DBTEAMLOGShowcaseAccessGrantedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseAddMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseAddMemberDetails *_Nonnull showcaseAddMemberDetails;Swift
var showcaseAddMemberDetails: DBTEAMLOGShowcaseAddMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseArchivedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseArchivedDetails *_Nonnull showcaseArchivedDetails;Swift
var showcaseArchivedDetails: DBTEAMLOGShowcaseArchivedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseCreatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseCreatedDetails *_Nonnull showcaseCreatedDetails;Swift
var showcaseCreatedDetails: DBTEAMLOGShowcaseCreatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseDeleteCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseDeleteCommentDetails *_Nonnull showcaseDeleteCommentDetails;Swift
var showcaseDeleteCommentDetails: DBTEAMLOGShowcaseDeleteCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseEditedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseEditedDetails *_Nonnull showcaseEditedDetails;Swift
var showcaseEditedDetails: DBTEAMLOGShowcaseEditedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseEditCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseEditCommentDetails *_Nonnull showcaseEditCommentDetails;Swift
var showcaseEditCommentDetails: DBTEAMLOGShowcaseEditCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseFileAddedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileAddedDetails *_Nonnull showcaseFileAddedDetails;Swift
var showcaseFileAddedDetails: DBTEAMLOGShowcaseFileAddedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseFileDownloadDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileDownloadDetails *_Nonnull showcaseFileDownloadDetails;Swift
var showcaseFileDownloadDetails: DBTEAMLOGShowcaseFileDownloadDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseFileRemovedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileRemovedDetails *_Nonnull showcaseFileRemovedDetails;Swift
var showcaseFileRemovedDetails: DBTEAMLOGShowcaseFileRemovedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseFileViewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileViewDetails *_Nonnull showcaseFileViewDetails;Swift
var showcaseFileViewDetails: DBTEAMLOGShowcaseFileViewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcasePermanentlyDeletedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcasePermanentlyDeletedDetails *_Nonnull showcasePermanentlyDeletedDetails;Swift
var showcasePermanentlyDeletedDetails: DBTEAMLOGShowcasePermanentlyDeletedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcasePostCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcasePostCommentDetails *_Nonnull showcasePostCommentDetails;Swift
var showcasePostCommentDetails: DBTEAMLOGShowcasePostCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseRemoveMemberDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRemoveMemberDetails *_Nonnull showcaseRemoveMemberDetails;Swift
var showcaseRemoveMemberDetails: DBTEAMLOGShowcaseRemoveMemberDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseRenamedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRenamedDetails *_Nonnull showcaseRenamedDetails;Swift
var showcaseRenamedDetails: DBTEAMLOGShowcaseRenamedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseRequestAccessDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRequestAccessDetails *_Nonnull showcaseRequestAccessDetails;Swift
var showcaseRequestAccessDetails: DBTEAMLOGShowcaseRequestAccessDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseResolveCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseResolveCommentDetails *_Nonnull showcaseResolveCommentDetails;Swift
var showcaseResolveCommentDetails: DBTEAMLOGShowcaseResolveCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseRestoredDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRestoredDetails *_Nonnull showcaseRestoredDetails;Swift
var showcaseRestoredDetails: DBTEAMLOGShowcaseRestoredDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseTrashedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseTrashedDetails *_Nonnull showcaseTrashedDetails;Swift
var showcaseTrashedDetails: DBTEAMLOGShowcaseTrashedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseTrashedDeprecatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseTrashedDeprecatedDetails *_Nonnull showcaseTrashedDeprecatedDetails;Swift
var showcaseTrashedDeprecatedDetails: DBTEAMLOGShowcaseTrashedDeprecatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseUnresolveCommentDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUnresolveCommentDetails *_Nonnull showcaseUnresolveCommentDetails;Swift
var showcaseUnresolveCommentDetails: DBTEAMLOGShowcaseUnresolveCommentDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseUntrashedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUntrashedDetails *_Nonnull showcaseUntrashedDetails;Swift
var showcaseUntrashedDetails: DBTEAMLOGShowcaseUntrashedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseUntrashedDeprecatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUntrashedDeprecatedDetails *_Nonnull showcaseUntrashedDeprecatedDetails;Swift
var showcaseUntrashedDeprecatedDetails: DBTEAMLOGShowcaseUntrashedDeprecatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseViewDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseViewDetails *_Nonnull showcaseViewDetails;Swift
var showcaseViewDetails: DBTEAMLOGShowcaseViewDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoAddCertDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddCertDetails *_Nonnull ssoAddCertDetails;Swift
var ssoAddCertDetails: DBTEAMLOGSsoAddCertDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoAddLoginUrlDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddLoginUrlDetails *_Nonnull ssoAddLoginUrlDetails;Swift
var ssoAddLoginUrlDetails: DBTEAMLOGSsoAddLoginUrlDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoAddLogoutUrlDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddLogoutUrlDetails *_Nonnull ssoAddLogoutUrlDetails;Swift
var ssoAddLogoutUrlDetails: DBTEAMLOGSsoAddLogoutUrlDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoChangeCertDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeCertDetails *_Nonnull ssoChangeCertDetails;Swift
var ssoChangeCertDetails: DBTEAMLOGSsoChangeCertDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoChangeLoginUrlDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeLoginUrlDetails *_Nonnull ssoChangeLoginUrlDetails;Swift
var ssoChangeLoginUrlDetails: DBTEAMLOGSsoChangeLoginUrlDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoChangeLogoutUrlDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeLogoutUrlDetails *_Nonnull ssoChangeLogoutUrlDetails;Swift
var ssoChangeLogoutUrlDetails: DBTEAMLOGSsoChangeLogoutUrlDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoChangeSamlIdentityModeDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeSamlIdentityModeDetails *_Nonnull ssoChangeSamlIdentityModeDetails;Swift
var ssoChangeSamlIdentityModeDetails: DBTEAMLOGSsoChangeSamlIdentityModeDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoRemoveCertDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveCertDetails *_Nonnull ssoRemoveCertDetails;Swift
var ssoRemoveCertDetails: DBTEAMLOGSsoRemoveCertDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoRemoveLoginUrlDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLoginUrlDetails *_Nonnull ssoRemoveLoginUrlDetails;Swift
var ssoRemoveLoginUrlDetails: DBTEAMLOGSsoRemoveLoginUrlDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoRemoveLogoutUrlDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLogoutUrlDetails *_Nonnull ssoRemoveLogoutUrlDetails;Swift
var ssoRemoveLogoutUrlDetails: DBTEAMLOGSsoRemoveLogoutUrlDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamFolderChangeStatusDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderChangeStatusDetails *_Nonnull teamFolderChangeStatusDetails;Swift
var teamFolderChangeStatusDetails: DBTEAMLOGTeamFolderChangeStatusDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamFolderCreateDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderCreateDetails *_Nonnull teamFolderCreateDetails;Swift
var teamFolderCreateDetails: DBTEAMLOGTeamFolderCreateDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamFolderDowngradeDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderDowngradeDetails *_Nonnull teamFolderDowngradeDetails;Swift
var teamFolderDowngradeDetails: DBTEAMLOGTeamFolderDowngradeDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamFolderPermanentlyDeleteDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderPermanentlyDeleteDetails *_Nonnull teamFolderPermanentlyDeleteDetails;Swift
var teamFolderPermanentlyDeleteDetails: DBTEAMLOGTeamFolderPermanentlyDeleteDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamFolderRenameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderRenameDetails *_Nonnull teamFolderRenameDetails;Swift
var teamFolderRenameDetails: DBTEAMLOGTeamFolderRenameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamSelectiveSyncSettingsChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSelectiveSyncSettingsChangedDetails *_Nonnull teamSelectiveSyncSettingsChangedDetails;Swift
var teamSelectiveSyncSettingsChangedDetails: DBTEAMLOGTeamSelectiveSyncSettingsChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAccountCaptureChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureChangePolicyDetails *_Nonnull accountCaptureChangePolicyDetails;Swift
var accountCaptureChangePolicyDetails: DBTEAMLOGAccountCaptureChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAdminEmailRemindersChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminEmailRemindersChangedDetails *_Nonnull adminEmailRemindersChangedDetails;Swift
var adminEmailRemindersChangedDetails: DBTEAMLOGAdminEmailRemindersChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAllowDownloadDisabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAllowDownloadDisabledDetails *_Nonnull allowDownloadDisabledDetails;Swift
var allowDownloadDisabledDetails: DBTEAMLOGAllowDownloadDisabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAllowDownloadEnabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAllowDownloadEnabledDetails *_Nonnull allowDownloadEnabledDetails;Swift
var allowDownloadEnabledDetails: DBTEAMLOGAllowDownloadEnabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isAppPermissionsChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppPermissionsChangedDetails *_Nonnull appPermissionsChangedDetails;Swift
var appPermissionsChangedDetails: DBTEAMLOGAppPermissionsChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isCameraUploadsPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCameraUploadsPolicyChangedDetails *_Nonnull cameraUploadsPolicyChangedDetails;Swift
var cameraUploadsPolicyChangedDetails: DBTEAMLOGCameraUploadsPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isCaptureTranscriptPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCaptureTranscriptPolicyChangedDetails *_Nonnull captureTranscriptPolicyChangedDetails;Swift
var captureTranscriptPolicyChangedDetails: DBTEAMLOGCaptureTranscriptPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isClassificationChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationChangePolicyDetails *_Nonnull classificationChangePolicyDetails;Swift
var classificationChangePolicyDetails: DBTEAMLOGClassificationChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isComputerBackupPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGComputerBackupPolicyChangedDetails *_Nonnull computerBackupPolicyChangedDetails;Swift
var computerBackupPolicyChangedDetails: DBTEAMLOGComputerBackupPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isContentAdministrationPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGContentAdministrationPolicyChangedDetails *_Nonnull contentAdministrationPolicyChangedDetails;Swift
var contentAdministrationPolicyChangedDetails: DBTEAMLOGContentAdministrationPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDataPlacementRestrictionChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataPlacementRestrictionChangePolicyDetails *_Nonnull dataPlacementRestrictionChangePolicyDetails;Swift
var dataPlacementRestrictionChangePolicyDetails: DBTEAMLOGDataPlacementRestrictionChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDataPlacementRestrictionSatisfyPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails *_Nonnull dataPlacementRestrictionSatisfyPolicyDetails;Swift
var dataPlacementRestrictionSatisfyPolicyDetails: DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceApprovalsAddExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsAddExceptionDetails *_Nonnull deviceApprovalsAddExceptionDetails;Swift
var deviceApprovalsAddExceptionDetails: DBTEAMLOGDeviceApprovalsAddExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceApprovalsChangeDesktopPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails *_Nonnull deviceApprovalsChangeDesktopPolicyDetails;Swift
var deviceApprovalsChangeDesktopPolicyDetails: DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceApprovalsChangeMobilePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails *_Nonnull deviceApprovalsChangeMobilePolicyDetails;Swift
var deviceApprovalsChangeMobilePolicyDetails: DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceApprovalsChangeOverageActionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeOverageActionDetails *_Nonnull deviceApprovalsChangeOverageActionDetails;Swift
var deviceApprovalsChangeOverageActionDetails: DBTEAMLOGDeviceApprovalsChangeOverageActionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceApprovalsChangeUnlinkActionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails *_Nonnull deviceApprovalsChangeUnlinkActionDetails;Swift
var deviceApprovalsChangeUnlinkActionDetails: DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDeviceApprovalsRemoveExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsRemoveExceptionDetails *_Nonnull deviceApprovalsRemoveExceptionDetails;Swift
var deviceApprovalsRemoveExceptionDetails: DBTEAMLOGDeviceApprovalsRemoveExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDirectoryRestrictionsAddMembersDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDirectoryRestrictionsAddMembersDetails *_Nonnull directoryRestrictionsAddMembersDetails;Swift
var directoryRestrictionsAddMembersDetails: DBTEAMLOGDirectoryRestrictionsAddMembersDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDirectoryRestrictionsRemoveMembersDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDirectoryRestrictionsRemoveMembersDetails *_Nonnull directoryRestrictionsRemoveMembersDetails;Swift
var directoryRestrictionsRemoveMembersDetails: DBTEAMLOGDirectoryRestrictionsRemoveMembersDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDropboxPasswordsPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsPolicyChangedDetails *_Nonnull dropboxPasswordsPolicyChangedDetails;Swift
var dropboxPasswordsPolicyChangedDetails: DBTEAMLOGDropboxPasswordsPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmailIngestPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmailIngestPolicyChangedDetails *_Nonnull emailIngestPolicyChangedDetails;Swift
var emailIngestPolicyChangedDetails: DBTEAMLOGEmailIngestPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmmAddExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmAddExceptionDetails *_Nonnull emmAddExceptionDetails;Swift
var emmAddExceptionDetails: DBTEAMLOGEmmAddExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmmChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmChangePolicyDetails *_Nonnull emmChangePolicyDetails;Swift
var emmChangePolicyDetails: DBTEAMLOGEmmChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEmmRemoveExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmRemoveExceptionDetails *_Nonnull emmRemoveExceptionDetails;Swift
var emmRemoveExceptionDetails: DBTEAMLOGEmmRemoveExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExtendedVersionHistoryChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExtendedVersionHistoryChangePolicyDetails *_Nonnull extendedVersionHistoryChangePolicyDetails;Swift
var extendedVersionHistoryChangePolicyDetails: DBTEAMLOGExtendedVersionHistoryChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isExternalDriveBackupPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupPolicyChangedDetails *_Nonnull externalDriveBackupPolicyChangedDetails;Swift
var externalDriveBackupPolicyChangedDetails: DBTEAMLOGExternalDriveBackupPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileCommentsChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileCommentsChangePolicyDetails *_Nonnull fileCommentsChangePolicyDetails;Swift
var fileCommentsChangePolicyDetails: DBTEAMLOGFileCommentsChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileLockingPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLockingPolicyChangedDetails *_Nonnull fileLockingPolicyChangedDetails;Swift
var fileLockingPolicyChangedDetails: DBTEAMLOGFileLockingPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileProviderMigrationPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileProviderMigrationPolicyChangedDetails *_Nonnull fileProviderMigrationPolicyChangedDetails;Swift
var fileProviderMigrationPolicyChangedDetails: DBTEAMLOGFileProviderMigrationPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestsChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsChangePolicyDetails *_Nonnull fileRequestsChangePolicyDetails;Swift
var fileRequestsChangePolicyDetails: DBTEAMLOGFileRequestsChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestsEmailsEnabledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsEmailsEnabledDetails *_Nonnull fileRequestsEmailsEnabledDetails;Swift
var fileRequestsEmailsEnabledDetails: DBTEAMLOGFileRequestsEmailsEnabledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileRequestsEmailsRestrictedToTeamOnlyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails *_Nonnull fileRequestsEmailsRestrictedToTeamOnlyDetails;Swift
var fileRequestsEmailsRestrictedToTeamOnlyDetails: DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFileTransfersPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersPolicyChangedDetails *_Nonnull fileTransfersPolicyChangedDetails;Swift
var fileTransfersPolicyChangedDetails: DBTEAMLOGFileTransfersPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isFolderLinkRestrictionPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderLinkRestrictionPolicyChangedDetails *_Nonnull folderLinkRestrictionPolicyChangedDetails;Swift
var folderLinkRestrictionPolicyChangedDetails: DBTEAMLOGFolderLinkRestrictionPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGoogleSsoChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGoogleSsoChangePolicyDetails *_Nonnull googleSsoChangePolicyDetails;Swift
var googleSsoChangePolicyDetails: DBTEAMLOGGoogleSsoChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGroupUserManagementChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupUserManagementChangePolicyDetails *_Nonnull groupUserManagementChangePolicyDetails;Swift
var groupUserManagementChangePolicyDetails: DBTEAMLOGGroupUserManagementChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isIntegrationPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationPolicyChangedDetails *_Nonnull integrationPolicyChangedDetails;Swift
var integrationPolicyChangedDetails: DBTEAMLOGIntegrationPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isInviteAcceptanceEmailPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGInviteAcceptanceEmailPolicyChangedDetails *_Nonnull inviteAcceptanceEmailPolicyChangedDetails;Swift
var inviteAcceptanceEmailPolicyChangedDetails: DBTEAMLOGInviteAcceptanceEmailPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberRequestsChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberRequestsChangePolicyDetails *_Nonnull memberRequestsChangePolicyDetails;Swift
var memberRequestsChangePolicyDetails: DBTEAMLOGMemberRequestsChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSendInvitePolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSendInvitePolicyChangedDetails *_Nonnull memberSendInvitePolicyChangedDetails;Swift
var memberSendInvitePolicyChangedDetails: DBTEAMLOGMemberSendInvitePolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsAddExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsAddExceptionDetails *_Nonnull memberSpaceLimitsAddExceptionDetails;Swift
var memberSpaceLimitsAddExceptionDetails: DBTEAMLOGMemberSpaceLimitsAddExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsChangeCapsTypePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyDetails *_Nonnull memberSpaceLimitsChangeCapsTypePolicyDetails;Swift
var memberSpaceLimitsChangeCapsTypePolicyDetails: DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangePolicyDetails *_Nonnull memberSpaceLimitsChangePolicyDetails;Swift
var memberSpaceLimitsChangePolicyDetails: DBTEAMLOGMemberSpaceLimitsChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSpaceLimitsRemoveExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails *_Nonnull memberSpaceLimitsRemoveExceptionDetails;Swift
var memberSpaceLimitsRemoveExceptionDetails: DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMemberSuggestionsChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSuggestionsChangePolicyDetails *_Nonnull memberSuggestionsChangePolicyDetails;Swift
var memberSuggestionsChangePolicyDetails: DBTEAMLOGMemberSuggestionsChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isMicrosoftOfficeAddinChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails *_Nonnull microsoftOfficeAddinChangePolicyDetails;Swift
var microsoftOfficeAddinChangePolicyDetails: DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isNetworkControlChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNetworkControlChangePolicyDetails *_Nonnull networkControlChangePolicyDetails;Swift
var networkControlChangePolicyDetails: DBTEAMLOGNetworkControlChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperChangeDeploymentPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeDeploymentPolicyDetails *_Nonnull paperChangeDeploymentPolicyDetails;Swift
var paperChangeDeploymentPolicyDetails: DBTEAMLOGPaperChangeDeploymentPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperChangeMemberLinkPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeMemberLinkPolicyDetails *_Nonnull paperChangeMemberLinkPolicyDetails;Swift
var paperChangeMemberLinkPolicyDetails: DBTEAMLOGPaperChangeMemberLinkPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperChangeMemberPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeMemberPolicyDetails *_Nonnull paperChangeMemberPolicyDetails;Swift
var paperChangeMemberPolicyDetails: DBTEAMLOGPaperChangeMemberPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangePolicyDetails *_Nonnull paperChangePolicyDetails;Swift
var paperChangePolicyDetails: DBTEAMLOGPaperChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDefaultFolderPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDefaultFolderPolicyChangedDetails *_Nonnull paperDefaultFolderPolicyChangedDetails;Swift
var paperDefaultFolderPolicyChangedDetails: DBTEAMLOGPaperDefaultFolderPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperDesktopPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDesktopPolicyChangedDetails *_Nonnull paperDesktopPolicyChangedDetails;Swift
var paperDesktopPolicyChangedDetails: DBTEAMLOGPaperDesktopPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperEnabledUsersGroupAdditionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *_Nonnull paperEnabledUsersGroupAdditionDetails;Swift
var paperEnabledUsersGroupAdditionDetails: DBTEAMLOGPaperEnabledUsersGroupAdditionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPaperEnabledUsersGroupRemovalDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperEnabledUsersGroupRemovalDetails *_Nonnull paperEnabledUsersGroupRemovalDetails;Swift
var paperEnabledUsersGroupRemovalDetails: DBTEAMLOGPaperEnabledUsersGroupRemovalDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPasswordStrengthRequirementsChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordStrengthRequirementsChangePolicyDetails *_Nonnull passwordStrengthRequirementsChangePolicyDetails;Swift
var passwordStrengthRequirementsChangePolicyDetails: DBTEAMLOGPasswordStrengthRequirementsChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isPermanentDeleteChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPermanentDeleteChangePolicyDetails *_Nonnull permanentDeleteChangePolicyDetails;Swift
var permanentDeleteChangePolicyDetails: DBTEAMLOGPermanentDeleteChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isResellerSupportChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportChangePolicyDetails *_Nonnull resellerSupportChangePolicyDetails;Swift
var resellerSupportChangePolicyDetails: DBTEAMLOGResellerSupportChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isRewindPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGRewindPolicyChangedDetails *_Nonnull rewindPolicyChangedDetails;Swift
var rewindPolicyChangedDetails: DBTEAMLOGRewindPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSendForSignaturePolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSendForSignaturePolicyChangedDetails *_Nonnull sendForSignaturePolicyChangedDetails;Swift
var sendForSignaturePolicyChangedDetails: DBTEAMLOGSendForSignaturePolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharingChangeFolderJoinPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeFolderJoinPolicyDetails *_Nonnull sharingChangeFolderJoinPolicyDetails;Swift
var sharingChangeFolderJoinPolicyDetails: DBTEAMLOGSharingChangeFolderJoinPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharingChangeLinkAllowChangeExpirationPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyDetails *_Nonnull sharingChangeLinkAllowChangeExpirationPolicyDetails;Swift
var sharingChangeLinkAllowChangeExpirationPolicyDetails: DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharingChangeLinkDefaultExpirationPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyDetails *_Nonnull sharingChangeLinkDefaultExpirationPolicyDetails;Swift
var sharingChangeLinkDefaultExpirationPolicyDetails: DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharingChangeLinkEnforcePasswordPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyDetails *_Nonnull sharingChangeLinkEnforcePasswordPolicyDetails;Swift
var sharingChangeLinkEnforcePasswordPolicyDetails: DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharingChangeLinkPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkPolicyDetails *_Nonnull sharingChangeLinkPolicyDetails;Swift
var sharingChangeLinkPolicyDetails: DBTEAMLOGSharingChangeLinkPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSharingChangeMemberPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeMemberPolicyDetails *_Nonnull sharingChangeMemberPolicyDetails;Swift
var sharingChangeMemberPolicyDetails: DBTEAMLOGSharingChangeMemberPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseChangeDownloadPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeDownloadPolicyDetails *_Nonnull showcaseChangeDownloadPolicyDetails;Swift
var showcaseChangeDownloadPolicyDetails: DBTEAMLOGShowcaseChangeDownloadPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseChangeEnabledPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeEnabledPolicyDetails *_Nonnull showcaseChangeEnabledPolicyDetails;Swift
var showcaseChangeEnabledPolicyDetails: DBTEAMLOGShowcaseChangeEnabledPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isShowcaseChangeExternalSharingPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails *_Nonnull showcaseChangeExternalSharingPolicyDetails;Swift
var showcaseChangeExternalSharingPolicyDetails: DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSmarterSmartSyncPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmarterSmartSyncPolicyChangedDetails *_Nonnull smarterSmartSyncPolicyChangedDetails;Swift
var smarterSmartSyncPolicyChangedDetails: DBTEAMLOGSmarterSmartSyncPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSmartSyncChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncChangePolicyDetails *_Nonnull smartSyncChangePolicyDetails;Swift
var smartSyncChangePolicyDetails: DBTEAMLOGSmartSyncChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSmartSyncNotOptOutDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncNotOptOutDetails *_Nonnull smartSyncNotOptOutDetails;Swift
var smartSyncNotOptOutDetails: DBTEAMLOGSmartSyncNotOptOutDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSmartSyncOptOutDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncOptOutDetails *_Nonnull smartSyncOptOutDetails;Swift
var smartSyncOptOutDetails: DBTEAMLOGSmartSyncOptOutDetails { get } - 
                  
                  
(no description). - note: Ensure the
isSsoChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangePolicyDetails *_Nonnull ssoChangePolicyDetails;Swift
var ssoChangePolicyDetails: DBTEAMLOGSsoChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamBrandingPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamBrandingPolicyChangedDetails *_Nonnull teamBrandingPolicyChangedDetails;Swift
var teamBrandingPolicyChangedDetails: DBTEAMLOGTeamBrandingPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamExtensionsPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamExtensionsPolicyChangedDetails *_Nonnull teamExtensionsPolicyChangedDetails;Swift
var teamExtensionsPolicyChangedDetails: DBTEAMLOGTeamExtensionsPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamSelectiveSyncPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSelectiveSyncPolicyChangedDetails *_Nonnull teamSelectiveSyncPolicyChangedDetails;Swift
var teamSelectiveSyncPolicyChangedDetails: DBTEAMLOGTeamSelectiveSyncPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamSharingWhitelistSubjectsChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSharingWhitelistSubjectsChangedDetails *_Nonnull teamSharingWhitelistSubjectsChangedDetails;Swift
var teamSharingWhitelistSubjectsChangedDetails: DBTEAMLOGTeamSharingWhitelistSubjectsChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaAddExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddExceptionDetails *_Nonnull tfaAddExceptionDetails;Swift
var tfaAddExceptionDetails: DBTEAMLOGTfaAddExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangePolicyDetails *_Nonnull tfaChangePolicyDetails;Swift
var tfaChangePolicyDetails: DBTEAMLOGTfaChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaRemoveExceptionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveExceptionDetails *_Nonnull tfaRemoveExceptionDetails;Swift
var tfaRemoveExceptionDetails: DBTEAMLOGTfaRemoveExceptionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTwoAccountChangePolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTwoAccountChangePolicyDetails *_Nonnull twoAccountChangePolicyDetails;Swift
var twoAccountChangePolicyDetails: DBTEAMLOGTwoAccountChangePolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isViewerInfoPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGViewerInfoPolicyChangedDetails *_Nonnull viewerInfoPolicyChangedDetails;Swift
var viewerInfoPolicyChangedDetails: DBTEAMLOGViewerInfoPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isWatermarkingPolicyChangedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWatermarkingPolicyChangedDetails *_Nonnull watermarkingPolicyChangedDetails;Swift
var watermarkingPolicyChangedDetails: DBTEAMLOGWatermarkingPolicyChangedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isWebSessionsChangeActiveSessionLimitDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeActiveSessionLimitDetails *_Nonnull webSessionsChangeActiveSessionLimitDetails;Swift
var webSessionsChangeActiveSessionLimitDetails: DBTEAMLOGWebSessionsChangeActiveSessionLimitDetails { get } - 
                  
                  
(no description). - note: Ensure the
isWebSessionsChangeFixedLengthPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails *_Nonnull webSessionsChangeFixedLengthPolicyDetails;Swift
var webSessionsChangeFixedLengthPolicyDetails: DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isWebSessionsChangeIdleLengthPolicyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails *_Nonnull webSessionsChangeIdleLengthPolicyDetails;Swift
var webSessionsChangeIdleLengthPolicyDetails: DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDataResidencyMigrationRequestSuccessfulDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataResidencyMigrationRequestSuccessfulDetails *_Nonnull dataResidencyMigrationRequestSuccessfulDetails;Swift
var dataResidencyMigrationRequestSuccessfulDetails: DBTEAMLOGDataResidencyMigrationRequestSuccessfulDetails { get } - 
                  
                  
(no description). - note: Ensure the
isDataResidencyMigrationRequestUnsuccessfulDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulDetails *_Nonnull dataResidencyMigrationRequestUnsuccessfulDetails;Swift
var dataResidencyMigrationRequestUnsuccessfulDetails: DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeFromDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeFromDetails *_Nonnull teamMergeFromDetails;Swift
var teamMergeFromDetails: DBTEAMLOGTeamMergeFromDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeToDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeToDetails *_Nonnull teamMergeToDetails;Swift
var teamMergeToDetails: DBTEAMLOGTeamMergeToDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileAddBackgroundDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileAddBackgroundDetails *_Nonnull teamProfileAddBackgroundDetails;Swift
var teamProfileAddBackgroundDetails: DBTEAMLOGTeamProfileAddBackgroundDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileAddLogoDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileAddLogoDetails *_Nonnull teamProfileAddLogoDetails;Swift
var teamProfileAddLogoDetails: DBTEAMLOGTeamProfileAddLogoDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileChangeBackgroundDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeBackgroundDetails *_Nonnull teamProfileChangeBackgroundDetails;Swift
var teamProfileChangeBackgroundDetails: DBTEAMLOGTeamProfileChangeBackgroundDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileChangeDefaultLanguageDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *_Nonnull teamProfileChangeDefaultLanguageDetails;Swift
var teamProfileChangeDefaultLanguageDetails: DBTEAMLOGTeamProfileChangeDefaultLanguageDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileChangeLogoDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeLogoDetails *_Nonnull teamProfileChangeLogoDetails;Swift
var teamProfileChangeLogoDetails: DBTEAMLOGTeamProfileChangeLogoDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileChangeNameDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeNameDetails *_Nonnull teamProfileChangeNameDetails;Swift
var teamProfileChangeNameDetails: DBTEAMLOGTeamProfileChangeNameDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileRemoveBackgroundDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileRemoveBackgroundDetails *_Nonnull teamProfileRemoveBackgroundDetails;Swift
var teamProfileRemoveBackgroundDetails: DBTEAMLOGTeamProfileRemoveBackgroundDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamProfileRemoveLogoDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileRemoveLogoDetails *_Nonnull teamProfileRemoveLogoDetails;Swift
var teamProfileRemoveLogoDetails: DBTEAMLOGTeamProfileRemoveLogoDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaAddBackupPhoneDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddBackupPhoneDetails *_Nonnull tfaAddBackupPhoneDetails;Swift
var tfaAddBackupPhoneDetails: DBTEAMLOGTfaAddBackupPhoneDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaAddSecurityKeyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddSecurityKeyDetails *_Nonnull tfaAddSecurityKeyDetails;Swift
var tfaAddSecurityKeyDetails: DBTEAMLOGTfaAddSecurityKeyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaChangeBackupPhoneDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangeBackupPhoneDetails *_Nonnull tfaChangeBackupPhoneDetails;Swift
var tfaChangeBackupPhoneDetails: DBTEAMLOGTfaChangeBackupPhoneDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaChangeStatusDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangeStatusDetails *_Nonnull tfaChangeStatusDetails;Swift
var tfaChangeStatusDetails: DBTEAMLOGTfaChangeStatusDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaRemoveBackupPhoneDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveBackupPhoneDetails *_Nonnull tfaRemoveBackupPhoneDetails;Swift
var tfaRemoveBackupPhoneDetails: DBTEAMLOGTfaRemoveBackupPhoneDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaRemoveSecurityKeyDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveSecurityKeyDetails *_Nonnull tfaRemoveSecurityKeyDetails;Swift
var tfaRemoveSecurityKeyDetails: DBTEAMLOGTfaRemoveSecurityKeyDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTfaResetDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaResetDetails *_Nonnull tfaResetDetails;Swift
var tfaResetDetails: DBTEAMLOGTfaResetDetails { get } - 
                  
                  
(no description). - note: Ensure the
isChangedEnterpriseAdminRoleDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGChangedEnterpriseAdminRoleDetails *_Nonnull changedEnterpriseAdminRoleDetails;Swift
var changedEnterpriseAdminRoleDetails: DBTEAMLOGChangedEnterpriseAdminRoleDetails { get } - 
                  
                  
(no description). - note: Ensure the
isChangedEnterpriseConnectedTeamStatusDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGChangedEnterpriseConnectedTeamStatusDetails *_Nonnull changedEnterpriseConnectedTeamStatusDetails;Swift
var changedEnterpriseConnectedTeamStatusDetails: DBTEAMLOGChangedEnterpriseConnectedTeamStatusDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEndedEnterpriseAdminSessionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEndedEnterpriseAdminSessionDetails *_Nonnull endedEnterpriseAdminSessionDetails;Swift
var endedEnterpriseAdminSessionDetails: DBTEAMLOGEndedEnterpriseAdminSessionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEndedEnterpriseAdminSessionDeprecatedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedDetails *_Nonnull endedEnterpriseAdminSessionDeprecatedDetails;Swift
var endedEnterpriseAdminSessionDeprecatedDetails: DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isEnterpriseSettingsLockingDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEnterpriseSettingsLockingDetails *_Nonnull enterpriseSettingsLockingDetails;Swift
var enterpriseSettingsLockingDetails: DBTEAMLOGEnterpriseSettingsLockingDetails { get } - 
                  
                  
(no description). - note: Ensure the
isGuestAdminChangeStatusDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminChangeStatusDetails *_Nonnull guestAdminChangeStatusDetails;Swift
var guestAdminChangeStatusDetails: DBTEAMLOGGuestAdminChangeStatusDetails { get } - 
                  
                  
(no description). - note: Ensure the
isStartedEnterpriseAdminSessionDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGStartedEnterpriseAdminSessionDetails *_Nonnull startedEnterpriseAdminSessionDetails;Swift
var startedEnterpriseAdminSessionDetails: DBTEAMLOGStartedEnterpriseAdminSessionDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestAcceptedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedDetails *_Nonnull teamMergeRequestAcceptedDetails;Swift
var teamMergeRequestAcceptedDetails: DBTEAMLOGTeamMergeRequestAcceptedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestAcceptedShownToPrimaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamDetails *_Nonnull teamMergeRequestAcceptedShownToPrimaryTeamDetails;Swift
var teamMergeRequestAcceptedShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestAcceptedShownToSecondaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamDetails *_Nonnull teamMergeRequestAcceptedShownToSecondaryTeamDetails;Swift
var teamMergeRequestAcceptedShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestAutoCanceledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAutoCanceledDetails *_Nonnull teamMergeRequestAutoCanceledDetails;Swift
var teamMergeRequestAutoCanceledDetails: DBTEAMLOGTeamMergeRequestAutoCanceledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestCanceledDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledDetails *_Nonnull teamMergeRequestCanceledDetails;Swift
var teamMergeRequestCanceledDetails: DBTEAMLOGTeamMergeRequestCanceledDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestCanceledShownToPrimaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamDetails *_Nonnull teamMergeRequestCanceledShownToPrimaryTeamDetails;Swift
var teamMergeRequestCanceledShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestCanceledShownToSecondaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails *_Nonnull teamMergeRequestCanceledShownToSecondaryTeamDetails;Swift
var teamMergeRequestCanceledShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestExpiredDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredDetails *_Nonnull teamMergeRequestExpiredDetails;Swift
var teamMergeRequestExpiredDetails: DBTEAMLOGTeamMergeRequestExpiredDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestExpiredShownToPrimaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamDetails *_Nonnull teamMergeRequestExpiredShownToPrimaryTeamDetails;Swift
var teamMergeRequestExpiredShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestExpiredShownToSecondaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamDetails *_Nonnull teamMergeRequestExpiredShownToSecondaryTeamDetails;Swift
var teamMergeRequestExpiredShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestRejectedShownToPrimaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamDetails *_Nonnull teamMergeRequestRejectedShownToPrimaryTeamDetails;Swift
var teamMergeRequestRejectedShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestRejectedShownToSecondaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamDetails *_Nonnull teamMergeRequestRejectedShownToSecondaryTeamDetails;Swift
var teamMergeRequestRejectedShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestReminderDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderDetails *_Nonnull teamMergeRequestReminderDetails;Swift
var teamMergeRequestReminderDetails: DBTEAMLOGTeamMergeRequestReminderDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestReminderShownToPrimaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamDetails *_Nonnull teamMergeRequestReminderShownToPrimaryTeamDetails;Swift
var teamMergeRequestReminderShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestReminderShownToSecondaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamDetails *_Nonnull teamMergeRequestReminderShownToSecondaryTeamDetails;Swift
var teamMergeRequestReminderShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestRevokedDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRevokedDetails *_Nonnull teamMergeRequestRevokedDetails;Swift
var teamMergeRequestRevokedDetails: DBTEAMLOGTeamMergeRequestRevokedDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestSentShownToPrimaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamDetails *_Nonnull teamMergeRequestSentShownToPrimaryTeamDetails;Swift
var teamMergeRequestSentShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamDetails { get } - 
                  
                  
(no description). - note: Ensure the
isTeamMergeRequestSentShownToSecondaryTeamDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamDetails *_Nonnull teamMergeRequestSentShownToSecondaryTeamDetails;Swift
var teamMergeRequestSentShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamDetails { get } - 
                  
                  
Hints that this event was returned with missing details due to an internal error. - note: Ensure the
isMissingDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMissingDetails *_Nonnull missingDetails;Swift
var missingDetails: DBTEAMLOGMissingDetails { get } 
- 
                  
                  
Initializes union class with tag state of “admin_alerting_alert_state_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingAlertStateChangedDetails: (nonnull DBTEAMLOGAdminAlertingAlertStateChangedDetails *) adminAlertingAlertStateChangedDetails;Swift
init(adminAlertingAlertStateChangedDetails: DBTEAMLOGAdminAlertingAlertStateChangedDetails)Parameters
adminAlertingAlertStateChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “admin_alerting_changed_alert_config_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingChangedAlertConfigDetails: (nonnull DBTEAMLOGAdminAlertingChangedAlertConfigDetails *) adminAlertingChangedAlertConfigDetails;Swift
init(adminAlertingChangedAlertConfigDetails: DBTEAMLOGAdminAlertingChangedAlertConfigDetails)Parameters
adminAlertingChangedAlertConfigDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “admin_alerting_triggered_alert_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingTriggeredAlertDetails: (nonnull DBTEAMLOGAdminAlertingTriggeredAlertDetails *) adminAlertingTriggeredAlertDetails;Swift
init(adminAlertingTriggeredAlertDetails: DBTEAMLOGAdminAlertingTriggeredAlertDetails)Parameters
adminAlertingTriggeredAlertDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_blocked_by_permissions_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAppBlockedByPermissionsDetails: (nonnull DBTEAMLOGAppBlockedByPermissionsDetails *) appBlockedByPermissionsDetails;Swift
init(appBlockedByPermissionsDetails: DBTEAMLOGAppBlockedByPermissionsDetails)Parameters
appBlockedByPermissionsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_link_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAppLinkTeamDetails: (nonnull DBTEAMLOGAppLinkTeamDetails *)appLinkTeamDetails;Swift
init(appLinkTeamDetails: DBTEAMLOGAppLinkTeamDetails)Parameters
appLinkTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_link_user_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAppLinkUserDetails: (nonnull DBTEAMLOGAppLinkUserDetails *)appLinkUserDetails;Swift
init(appLinkUserDetails: DBTEAMLOGAppLinkUserDetails)Parameters
appLinkUserDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_unlink_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAppUnlinkTeamDetails: (nonnull DBTEAMLOGAppUnlinkTeamDetails *)appUnlinkTeamDetails;Swift
init(appUnlinkTeamDetails: DBTEAMLOGAppUnlinkTeamDetails)Parameters
appUnlinkTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_unlink_user_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAppUnlinkUserDetails: (nonnull DBTEAMLOGAppUnlinkUserDetails *)appUnlinkUserDetails;Swift
init(appUnlinkUserDetails: DBTEAMLOGAppUnlinkUserDetails)Parameters
appUnlinkUserDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “integration_connected_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationConnectedDetails: (nonnull DBTEAMLOGIntegrationConnectedDetails *)integrationConnectedDetails;Swift
init(integrationConnectedDetails: DBTEAMLOGIntegrationConnectedDetails)Parameters
integrationConnectedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “integration_disconnected_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationDisconnectedDetails: (nonnull DBTEAMLOGIntegrationDisconnectedDetails *) integrationDisconnectedDetails;Swift
init(integrationDisconnectedDetails: DBTEAMLOGIntegrationDisconnectedDetails)Parameters
integrationDisconnectedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_add_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileAddCommentDetails: (nonnull DBTEAMLOGFileAddCommentDetails *)fileAddCommentDetails;Swift
init(fileAddCommentDetails: DBTEAMLOGFileAddCommentDetails)Parameters
fileAddCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_change_comment_subscription_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileChangeCommentSubscriptionDetails: (nonnull DBTEAMLOGFileChangeCommentSubscriptionDetails *) fileChangeCommentSubscriptionDetails;Swift
init(fileChangeCommentSubscriptionDetails: DBTEAMLOGFileChangeCommentSubscriptionDetails)Parameters
fileChangeCommentSubscriptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_delete_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileDeleteCommentDetails: (nonnull DBTEAMLOGFileDeleteCommentDetails *)fileDeleteCommentDetails;Swift
init(fileDeleteCommentDetails: DBTEAMLOGFileDeleteCommentDetails)Parameters
fileDeleteCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_edit_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileEditCommentDetails: (nonnull DBTEAMLOGFileEditCommentDetails *)fileEditCommentDetails;Swift
init(fileEditCommentDetails: DBTEAMLOGFileEditCommentDetails)Parameters
fileEditCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_like_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileLikeCommentDetails: (nonnull DBTEAMLOGFileLikeCommentDetails *)fileLikeCommentDetails;Swift
init(fileLikeCommentDetails: DBTEAMLOGFileLikeCommentDetails)Parameters
fileLikeCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_resolve_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileResolveCommentDetails: (nonnull DBTEAMLOGFileResolveCommentDetails *)fileResolveCommentDetails;Swift
init(fileResolveCommentDetails: DBTEAMLOGFileResolveCommentDetails)Parameters
fileResolveCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_unlike_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileUnlikeCommentDetails: (nonnull DBTEAMLOGFileUnlikeCommentDetails *)fileUnlikeCommentDetails;Swift
init(fileUnlikeCommentDetails: DBTEAMLOGFileUnlikeCommentDetails)Parameters
fileUnlikeCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_unresolve_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileUnresolveCommentDetails: (nonnull DBTEAMLOGFileUnresolveCommentDetails *)fileUnresolveCommentDetails;Swift
init(fileUnresolveCommentDetails: DBTEAMLOGFileUnresolveCommentDetails)Parameters
fileUnresolveCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_add_folders_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyAddFoldersDetails: (nonnull DBTEAMLOGGovernancePolicyAddFoldersDetails *) governancePolicyAddFoldersDetails;Swift
init(governancePolicyAddFoldersDetails: DBTEAMLOGGovernancePolicyAddFoldersDetails)Parameters
governancePolicyAddFoldersDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_add_folder_failed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyAddFolderFailedDetails: (nonnull DBTEAMLOGGovernancePolicyAddFolderFailedDetails *) governancePolicyAddFolderFailedDetails;Swift
init(governancePolicyAddFolderFailedDetails: DBTEAMLOGGovernancePolicyAddFolderFailedDetails)Parameters
governancePolicyAddFolderFailedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_content_disposed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyContentDisposedDetails: (nonnull DBTEAMLOGGovernancePolicyContentDisposedDetails *) governancePolicyContentDisposedDetails;Swift
init(governancePolicyContentDisposedDetails: DBTEAMLOGGovernancePolicyContentDisposedDetails)Parameters
governancePolicyContentDisposedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyCreateDetails: (nonnull DBTEAMLOGGovernancePolicyCreateDetails *) governancePolicyCreateDetails;Swift
init(governancePolicyCreateDetails: DBTEAMLOGGovernancePolicyCreateDetails)Parameters
governancePolicyCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyDeleteDetails: (nonnull DBTEAMLOGGovernancePolicyDeleteDetails *) governancePolicyDeleteDetails;Swift
init(governancePolicyDeleteDetails: DBTEAMLOGGovernancePolicyDeleteDetails)Parameters
governancePolicyDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_edit_details_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyEditDetailsDetails: (nonnull DBTEAMLOGGovernancePolicyEditDetailsDetails *) governancePolicyEditDetailsDetails;Swift
init(governancePolicyEditDetailsDetails: DBTEAMLOGGovernancePolicyEditDetailsDetails)Parameters
governancePolicyEditDetailsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_edit_duration_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyEditDurationDetails: (nonnull DBTEAMLOGGovernancePolicyEditDurationDetails *) governancePolicyEditDurationDetails;Swift
init(governancePolicyEditDurationDetails: DBTEAMLOGGovernancePolicyEditDurationDetails)Parameters
governancePolicyEditDurationDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_export_created_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyExportCreatedDetails: (nonnull DBTEAMLOGGovernancePolicyExportCreatedDetails *) governancePolicyExportCreatedDetails;Swift
init(governancePolicyExportCreatedDetails: DBTEAMLOGGovernancePolicyExportCreatedDetails)Parameters
governancePolicyExportCreatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_export_removed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyExportRemovedDetails: (nonnull DBTEAMLOGGovernancePolicyExportRemovedDetails *) governancePolicyExportRemovedDetails;Swift
init(governancePolicyExportRemovedDetails: DBTEAMLOGGovernancePolicyExportRemovedDetails)Parameters
governancePolicyExportRemovedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_remove_folders_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyRemoveFoldersDetails: (nonnull DBTEAMLOGGovernancePolicyRemoveFoldersDetails *) governancePolicyRemoveFoldersDetails;Swift
init(governancePolicyRemoveFoldersDetails: DBTEAMLOGGovernancePolicyRemoveFoldersDetails)Parameters
governancePolicyRemoveFoldersDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_report_created_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyReportCreatedDetails: (nonnull DBTEAMLOGGovernancePolicyReportCreatedDetails *) governancePolicyReportCreatedDetails;Swift
init(governancePolicyReportCreatedDetails: DBTEAMLOGGovernancePolicyReportCreatedDetails)Parameters
governancePolicyReportCreatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_zip_part_downloaded_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyZipPartDownloadedDetails: (nonnull DBTEAMLOGGovernancePolicyZipPartDownloadedDetails *) governancePolicyZipPartDownloadedDetails;Swift
init(governancePolicyZipPartDownloadedDetails: DBTEAMLOGGovernancePolicyZipPartDownloadedDetails)Parameters
governancePolicyZipPartDownloadedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_activate_a_hold_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsActivateAHoldDetails: (nonnull DBTEAMLOGLegalHoldsActivateAHoldDetails *) legalHoldsActivateAHoldDetails;Swift
init(legalHoldsActivateAHoldDetails: DBTEAMLOGLegalHoldsActivateAHoldDetails)Parameters
legalHoldsActivateAHoldDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_add_members_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsAddMembersDetails: (nonnull DBTEAMLOGLegalHoldsAddMembersDetails *)legalHoldsAddMembersDetails;Swift
init(legalHoldsAddMembersDetails: DBTEAMLOGLegalHoldsAddMembersDetails)Parameters
legalHoldsAddMembersDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_change_hold_details_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsChangeHoldDetailsDetails: (nonnull DBTEAMLOGLegalHoldsChangeHoldDetailsDetails *) legalHoldsChangeHoldDetailsDetails;Swift
init(legalHoldsChangeHoldDetailsDetails: DBTEAMLOGLegalHoldsChangeHoldDetailsDetails)Parameters
legalHoldsChangeHoldDetailsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_change_hold_name_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsChangeHoldNameDetails: (nonnull DBTEAMLOGLegalHoldsChangeHoldNameDetails *) legalHoldsChangeHoldNameDetails;Swift
init(legalHoldsChangeHoldNameDetails: DBTEAMLOGLegalHoldsChangeHoldNameDetails)Parameters
legalHoldsChangeHoldNameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_a_hold_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportAHoldDetails: (nonnull DBTEAMLOGLegalHoldsExportAHoldDetails *) legalHoldsExportAHoldDetails;Swift
init(legalHoldsExportAHoldDetails: DBTEAMLOGLegalHoldsExportAHoldDetails)Parameters
legalHoldsExportAHoldDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_cancelled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportCancelledDetails: (nonnull DBTEAMLOGLegalHoldsExportCancelledDetails *) legalHoldsExportCancelledDetails;Swift
init(legalHoldsExportCancelledDetails: DBTEAMLOGLegalHoldsExportCancelledDetails)Parameters
legalHoldsExportCancelledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_downloaded_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportDownloadedDetails: (nonnull DBTEAMLOGLegalHoldsExportDownloadedDetails *) legalHoldsExportDownloadedDetails;Swift
init(legalHoldsExportDownloadedDetails: DBTEAMLOGLegalHoldsExportDownloadedDetails)Parameters
legalHoldsExportDownloadedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_removed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportRemovedDetails: (nonnull DBTEAMLOGLegalHoldsExportRemovedDetails *) legalHoldsExportRemovedDetails;Swift
init(legalHoldsExportRemovedDetails: DBTEAMLOGLegalHoldsExportRemovedDetails)Parameters
legalHoldsExportRemovedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_release_a_hold_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsReleaseAHoldDetails: (nonnull DBTEAMLOGLegalHoldsReleaseAHoldDetails *) legalHoldsReleaseAHoldDetails;Swift
init(legalHoldsReleaseAHoldDetails: DBTEAMLOGLegalHoldsReleaseAHoldDetails)Parameters
legalHoldsReleaseAHoldDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_remove_members_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsRemoveMembersDetails: (nonnull DBTEAMLOGLegalHoldsRemoveMembersDetails *) legalHoldsRemoveMembersDetails;Swift
init(legalHoldsRemoveMembersDetails: DBTEAMLOGLegalHoldsRemoveMembersDetails)Parameters
legalHoldsRemoveMembersDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_report_a_hold_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsReportAHoldDetails: (nonnull DBTEAMLOGLegalHoldsReportAHoldDetails *) legalHoldsReportAHoldDetails;Swift
init(legalHoldsReportAHoldDetails: DBTEAMLOGLegalHoldsReportAHoldDetails)Parameters
legalHoldsReportAHoldDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_change_ip_desktop_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpDesktopDetails: (nonnull DBTEAMLOGDeviceChangeIpDesktopDetails *) deviceChangeIpDesktopDetails;Swift
init(deviceChangeIpDesktopDetails: DBTEAMLOGDeviceChangeIpDesktopDetails)Parameters
deviceChangeIpDesktopDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_change_ip_mobile_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpMobileDetails: (nonnull DBTEAMLOGDeviceChangeIpMobileDetails *)deviceChangeIpMobileDetails;Swift
init(deviceChangeIpMobileDetails: DBTEAMLOGDeviceChangeIpMobileDetails)Parameters
deviceChangeIpMobileDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_change_ip_web_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpWebDetails: (nonnull DBTEAMLOGDeviceChangeIpWebDetails *)deviceChangeIpWebDetails;Swift
init(deviceChangeIpWebDetails: DBTEAMLOGDeviceChangeIpWebDetails)Parameters
deviceChangeIpWebDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_delete_on_unlink_fail_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceDeleteOnUnlinkFailDetails: (nonnull DBTEAMLOGDeviceDeleteOnUnlinkFailDetails *) deviceDeleteOnUnlinkFailDetails;Swift
init(deviceDeleteOnUnlinkFailDetails: DBTEAMLOGDeviceDeleteOnUnlinkFailDetails)Parameters
deviceDeleteOnUnlinkFailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_delete_on_unlink_success_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceDeleteOnUnlinkSuccessDetails: (nonnull DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails *) deviceDeleteOnUnlinkSuccessDetails;Swift
init(deviceDeleteOnUnlinkSuccessDetails: DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails)Parameters
deviceDeleteOnUnlinkSuccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_link_fail_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceLinkFailDetails: (nonnull DBTEAMLOGDeviceLinkFailDetails *)deviceLinkFailDetails;Swift
init(deviceLinkFailDetails: DBTEAMLOGDeviceLinkFailDetails)Parameters
deviceLinkFailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_link_success_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceLinkSuccessDetails: (nonnull DBTEAMLOGDeviceLinkSuccessDetails *)deviceLinkSuccessDetails;Swift
init(deviceLinkSuccessDetails: DBTEAMLOGDeviceLinkSuccessDetails)Parameters
deviceLinkSuccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_management_disabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceManagementDisabledDetails: (nonnull DBTEAMLOGDeviceManagementDisabledDetails *) deviceManagementDisabledDetails;Swift
init(deviceManagementDisabledDetails: DBTEAMLOGDeviceManagementDisabledDetails)Parameters
deviceManagementDisabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_management_enabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceManagementEnabledDetails: (nonnull DBTEAMLOGDeviceManagementEnabledDetails *) deviceManagementEnabledDetails;Swift
init(deviceManagementEnabledDetails: DBTEAMLOGDeviceManagementEnabledDetails)Parameters
deviceManagementEnabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_sync_backup_status_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceSyncBackupStatusChangedDetails: (nonnull DBTEAMLOGDeviceSyncBackupStatusChangedDetails *) deviceSyncBackupStatusChangedDetails;Swift
init(deviceSyncBackupStatusChangedDetails: DBTEAMLOGDeviceSyncBackupStatusChangedDetails)Parameters
deviceSyncBackupStatusChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_unlink_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceUnlinkDetails: (nonnull DBTEAMLOGDeviceUnlinkDetails *)deviceUnlinkDetails;Swift
init(deviceUnlinkDetails: DBTEAMLOGDeviceUnlinkDetails)Parameters
deviceUnlinkDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “dropbox_passwords_exported_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsExportedDetails: (nonnull DBTEAMLOGDropboxPasswordsExportedDetails *) dropboxPasswordsExportedDetails;Swift
init(dropboxPasswordsExportedDetails: DBTEAMLOGDropboxPasswordsExportedDetails)Parameters
dropboxPasswordsExportedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “dropbox_passwords_new_device_enrolled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsNewDeviceEnrolledDetails: (nonnull DBTEAMLOGDropboxPasswordsNewDeviceEnrolledDetails *) dropboxPasswordsNewDeviceEnrolledDetails;Swift
init(dropboxPasswordsNewDeviceEnrolledDetails: DBTEAMLOGDropboxPasswordsNewDeviceEnrolledDetails)Parameters
dropboxPasswordsNewDeviceEnrolledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_refresh_auth_token_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmmRefreshAuthTokenDetails: (nonnull DBTEAMLOGEmmRefreshAuthTokenDetails *)emmRefreshAuthTokenDetails;Swift
init(emmRefreshAuthTokenDetails: DBTEAMLOGEmmRefreshAuthTokenDetails)Parameters
emmRefreshAuthTokenDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_drive_backup_eligibility_status_checked_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithExternalDriveBackupEligibilityStatusCheckedDetails: (nonnull DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedDetails *) externalDriveBackupEligibilityStatusCheckedDetails;Swift
init(externalDriveBackupEligibilityStatusCheckedDetails: DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedDetails)Parameters
externalDriveBackupEligibilityStatusCheckedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_drive_backup_status_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupStatusChangedDetails: (nonnull DBTEAMLOGExternalDriveBackupStatusChangedDetails *) externalDriveBackupStatusChangedDetails;Swift
init(externalDriveBackupStatusChangedDetails: DBTEAMLOGExternalDriveBackupStatusChangedDetails)Parameters
externalDriveBackupStatusChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_change_availability_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureChangeAvailabilityDetails: (nonnull DBTEAMLOGAccountCaptureChangeAvailabilityDetails *) accountCaptureChangeAvailabilityDetails;Swift
init(accountCaptureChangeAvailabilityDetails: DBTEAMLOGAccountCaptureChangeAvailabilityDetails)Parameters
accountCaptureChangeAvailabilityDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_migrate_account_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureMigrateAccountDetails: (nonnull DBTEAMLOGAccountCaptureMigrateAccountDetails *) accountCaptureMigrateAccountDetails;Swift
init(accountCaptureMigrateAccountDetails: DBTEAMLOGAccountCaptureMigrateAccountDetails)Parameters
accountCaptureMigrateAccountDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_notification_emails_sent_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureNotificationEmailsSentDetails: (nonnull DBTEAMLOGAccountCaptureNotificationEmailsSentDetails *) accountCaptureNotificationEmailsSentDetails;Swift
init(accountCaptureNotificationEmailsSentDetails: DBTEAMLOGAccountCaptureNotificationEmailsSentDetails)Parameters
accountCaptureNotificationEmailsSentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_relinquish_account_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureRelinquishAccountDetails: (nonnull DBTEAMLOGAccountCaptureRelinquishAccountDetails *) accountCaptureRelinquishAccountDetails;Swift
init(accountCaptureRelinquishAccountDetails: DBTEAMLOGAccountCaptureRelinquishAccountDetails)Parameters
accountCaptureRelinquishAccountDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “disabled_domain_invites_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDisabledDomainInvitesDetails: (nonnull DBTEAMLOGDisabledDomainInvitesDetails *) disabledDomainInvitesDetails;Swift
init(disabledDomainInvitesDetails: DBTEAMLOGDisabledDomainInvitesDetails)Parameters
disabledDomainInvitesDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_approve_request_to_join_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesApproveRequestToJoinTeamDetails: (nonnull DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails *) domainInvitesApproveRequestToJoinTeamDetails;Swift
init(domainInvitesApproveRequestToJoinTeamDetails: DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails)Parameters
domainInvitesApproveRequestToJoinTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_decline_request_to_join_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesDeclineRequestToJoinTeamDetails: (nonnull DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails *) domainInvitesDeclineRequestToJoinTeamDetails;Swift
init(domainInvitesDeclineRequestToJoinTeamDetails: DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails)Parameters
domainInvitesDeclineRequestToJoinTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_email_existing_users_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesEmailExistingUsersDetails: (nonnull DBTEAMLOGDomainInvitesEmailExistingUsersDetails *) domainInvitesEmailExistingUsersDetails;Swift
init(domainInvitesEmailExistingUsersDetails: DBTEAMLOGDomainInvitesEmailExistingUsersDetails)Parameters
domainInvitesEmailExistingUsersDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_request_to_join_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesRequestToJoinTeamDetails: (nonnull DBTEAMLOGDomainInvitesRequestToJoinTeamDetails *) domainInvitesRequestToJoinTeamDetails;Swift
init(domainInvitesRequestToJoinTeamDetails: DBTEAMLOGDomainInvitesRequestToJoinTeamDetails)Parameters
domainInvitesRequestToJoinTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_set_invite_new_user_pref_to_no_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesSetInviteNewUserPrefToNoDetails: (nonnull DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails *) domainInvitesSetInviteNewUserPrefToNoDetails;Swift
init(domainInvitesSetInviteNewUserPrefToNoDetails: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails)Parameters
domainInvitesSetInviteNewUserPrefToNoDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_set_invite_new_user_pref_to_yes_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesSetInviteNewUserPrefToYesDetails: (nonnull DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails *) domainInvitesSetInviteNewUserPrefToYesDetails;Swift
init(domainInvitesSetInviteNewUserPrefToYesDetails: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails)Parameters
domainInvitesSetInviteNewUserPrefToYesDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_verification_add_domain_fail_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationAddDomainFailDetails: (nonnull DBTEAMLOGDomainVerificationAddDomainFailDetails *) domainVerificationAddDomainFailDetails;Swift
init(domainVerificationAddDomainFailDetails: DBTEAMLOGDomainVerificationAddDomainFailDetails)Parameters
domainVerificationAddDomainFailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_verification_add_domain_success_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationAddDomainSuccessDetails: (nonnull DBTEAMLOGDomainVerificationAddDomainSuccessDetails *) domainVerificationAddDomainSuccessDetails;Swift
init(domainVerificationAddDomainSuccessDetails: DBTEAMLOGDomainVerificationAddDomainSuccessDetails)Parameters
domainVerificationAddDomainSuccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_verification_remove_domain_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationRemoveDomainDetails: (nonnull DBTEAMLOGDomainVerificationRemoveDomainDetails *) domainVerificationRemoveDomainDetails;Swift
init(domainVerificationRemoveDomainDetails: DBTEAMLOGDomainVerificationRemoveDomainDetails)Parameters
domainVerificationRemoveDomainDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “enabled_domain_invites_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEnabledDomainInvitesDetails: (nonnull DBTEAMLOGEnabledDomainInvitesDetails *)enabledDomainInvitesDetails;Swift
init(enabledDomainInvitesDetails: DBTEAMLOGEnabledDomainInvitesDetails)Parameters
enabledDomainInvitesDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “apply_naming_convention_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithApplyNamingConventionDetails: (nonnull DBTEAMLOGApplyNamingConventionDetails *) applyNamingConventionDetails;Swift
init(applyNamingConventionDetails: DBTEAMLOGApplyNamingConventionDetails)Parameters
applyNamingConventionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “create_folder_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithCreateFolderDetails: (nonnull DBTEAMLOGCreateFolderDetails *)createFolderDetails;Swift
init(createFolderDetails: DBTEAMLOGCreateFolderDetails)Parameters
createFolderDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_add_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileAddDetails: (nonnull DBTEAMLOGFileAddDetails *)fileAddDetails;Swift
init(fileAddDetails: DBTEAMLOGFileAddDetails)Parameters
fileAddDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_copy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileCopyDetails: (nonnull DBTEAMLOGFileCopyDetails *)fileCopyDetails;Swift
init(fileCopyDetails: DBTEAMLOGFileCopyDetails)Parameters
fileCopyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileDeleteDetails: (nonnull DBTEAMLOGFileDeleteDetails *)fileDeleteDetails;Swift
init(fileDeleteDetails: DBTEAMLOGFileDeleteDetails)Parameters
fileDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_download_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileDownloadDetails: (nonnull DBTEAMLOGFileDownloadDetails *)fileDownloadDetails;Swift
init(fileDownloadDetails: DBTEAMLOGFileDownloadDetails)Parameters
fileDownloadDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_edit_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileEditDetails: (nonnull DBTEAMLOGFileEditDetails *)fileEditDetails;Swift
init(fileEditDetails: DBTEAMLOGFileEditDetails)Parameters
fileEditDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_get_copy_reference_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileGetCopyReferenceDetails: (nonnull DBTEAMLOGFileGetCopyReferenceDetails *)fileGetCopyReferenceDetails;Swift
init(fileGetCopyReferenceDetails: DBTEAMLOGFileGetCopyReferenceDetails)Parameters
fileGetCopyReferenceDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_locking_lock_status_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileLockingLockStatusChangedDetails: (nonnull DBTEAMLOGFileLockingLockStatusChangedDetails *) fileLockingLockStatusChangedDetails;Swift
init(fileLockingLockStatusChangedDetails: DBTEAMLOGFileLockingLockStatusChangedDetails)Parameters
fileLockingLockStatusChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_move_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileMoveDetails: (nonnull DBTEAMLOGFileMoveDetails *)fileMoveDetails;Swift
init(fileMoveDetails: DBTEAMLOGFileMoveDetails)Parameters
fileMoveDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_permanently_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFilePermanentlyDeleteDetails: (nonnull DBTEAMLOGFilePermanentlyDeleteDetails *) filePermanentlyDeleteDetails;Swift
init(filePermanentlyDeleteDetails: DBTEAMLOGFilePermanentlyDeleteDetails)Parameters
filePermanentlyDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_preview_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFilePreviewDetails: (nonnull DBTEAMLOGFilePreviewDetails *)filePreviewDetails;Swift
init(filePreviewDetails: DBTEAMLOGFilePreviewDetails)Parameters
filePreviewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_rename_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRenameDetails: (nonnull DBTEAMLOGFileRenameDetails *)fileRenameDetails;Swift
init(fileRenameDetails: DBTEAMLOGFileRenameDetails)Parameters
fileRenameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_restore_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRestoreDetails: (nonnull DBTEAMLOGFileRestoreDetails *)fileRestoreDetails;Swift
init(fileRestoreDetails: DBTEAMLOGFileRestoreDetails)Parameters
fileRestoreDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_revert_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRevertDetails: (nonnull DBTEAMLOGFileRevertDetails *)fileRevertDetails;Swift
init(fileRevertDetails: DBTEAMLOGFileRevertDetails)Parameters
fileRevertDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_rollback_changes_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRollbackChangesDetails: (nonnull DBTEAMLOGFileRollbackChangesDetails *)fileRollbackChangesDetails;Swift
init(fileRollbackChangesDetails: DBTEAMLOGFileRollbackChangesDetails)Parameters
fileRollbackChangesDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_save_copy_reference_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileSaveCopyReferenceDetails: (nonnull DBTEAMLOGFileSaveCopyReferenceDetails *) fileSaveCopyReferenceDetails;Swift
init(fileSaveCopyReferenceDetails: DBTEAMLOGFileSaveCopyReferenceDetails)Parameters
fileSaveCopyReferenceDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_overview_description_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewDescriptionChangedDetails: (nonnull DBTEAMLOGFolderOverviewDescriptionChangedDetails *) folderOverviewDescriptionChangedDetails;Swift
init(folderOverviewDescriptionChangedDetails: DBTEAMLOGFolderOverviewDescriptionChangedDetails)Parameters
folderOverviewDescriptionChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_overview_item_pinned_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewItemPinnedDetails: (nonnull DBTEAMLOGFolderOverviewItemPinnedDetails *) folderOverviewItemPinnedDetails;Swift
init(folderOverviewItemPinnedDetails: DBTEAMLOGFolderOverviewItemPinnedDetails)Parameters
folderOverviewItemPinnedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_overview_item_unpinned_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewItemUnpinnedDetails: (nonnull DBTEAMLOGFolderOverviewItemUnpinnedDetails *) folderOverviewItemUnpinnedDetails;Swift
init(folderOverviewItemUnpinnedDetails: DBTEAMLOGFolderOverviewItemUnpinnedDetails)Parameters
folderOverviewItemUnpinnedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “object_label_added_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelAddedDetails: (nonnull DBTEAMLOGObjectLabelAddedDetails *)objectLabelAddedDetails;Swift
init(objectLabelAddedDetails: DBTEAMLOGObjectLabelAddedDetails)Parameters
objectLabelAddedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “object_label_removed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelRemovedDetails: (nonnull DBTEAMLOGObjectLabelRemovedDetails *)objectLabelRemovedDetails;Swift
init(objectLabelRemovedDetails: DBTEAMLOGObjectLabelRemovedDetails)Parameters
objectLabelRemovedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “object_label_updated_value_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelUpdatedValueDetails: (nonnull DBTEAMLOGObjectLabelUpdatedValueDetails *) objectLabelUpdatedValueDetails;Swift
init(objectLabelUpdatedValueDetails: DBTEAMLOGObjectLabelUpdatedValueDetails)Parameters
objectLabelUpdatedValueDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “organize_folder_with_tidy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithOrganizeFolderWithTidyDetails: (nonnull DBTEAMLOGOrganizeFolderWithTidyDetails *) organizeFolderWithTidyDetails;Swift
init(organizeFolderWithTidyDetails: DBTEAMLOGOrganizeFolderWithTidyDetails)Parameters
organizeFolderWithTidyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “rewind_folder_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithRewindFolderDetails: (nonnull DBTEAMLOGRewindFolderDetails *)rewindFolderDetails;Swift
init(rewindFolderDetails: DBTEAMLOGRewindFolderDetails)Parameters
rewindFolderDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “undo_naming_convention_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithUndoNamingConventionDetails: (nonnull DBTEAMLOGUndoNamingConventionDetails *)undoNamingConventionDetails;Swift
init(undoNamingConventionDetails: DBTEAMLOGUndoNamingConventionDetails)Parameters
undoNamingConventionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “undo_organize_folder_with_tidy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithUndoOrganizeFolderWithTidyDetails: (nonnull DBTEAMLOGUndoOrganizeFolderWithTidyDetails *) undoOrganizeFolderWithTidyDetails;Swift
init(undoOrganizeFolderWithTidyDetails: DBTEAMLOGUndoOrganizeFolderWithTidyDetails)Parameters
undoOrganizeFolderWithTidyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “user_tags_added_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithUserTagsAddedDetails: (nonnull DBTEAMLOGUserTagsAddedDetails *)userTagsAddedDetails;Swift
init(userTagsAddedDetails: DBTEAMLOGUserTagsAddedDetails)Parameters
userTagsAddedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “user_tags_removed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithUserTagsRemovedDetails: (nonnull DBTEAMLOGUserTagsRemovedDetails *)userTagsRemovedDetails;Swift
init(userTagsRemovedDetails: DBTEAMLOGUserTagsRemovedDetails)Parameters
userTagsRemovedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “email_ingest_receive_file_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmailIngestReceiveFileDetails: (nonnull DBTEAMLOGEmailIngestReceiveFileDetails *) emailIngestReceiveFileDetails;Swift
init(emailIngestReceiveFileDetails: DBTEAMLOGEmailIngestReceiveFileDetails)Parameters
emailIngestReceiveFileDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_change_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestChangeDetails: (nonnull DBTEAMLOGFileRequestChangeDetails *)fileRequestChangeDetails;Swift
init(fileRequestChangeDetails: DBTEAMLOGFileRequestChangeDetails)Parameters
fileRequestChangeDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_close_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestCloseDetails: (nonnull DBTEAMLOGFileRequestCloseDetails *)fileRequestCloseDetails;Swift
init(fileRequestCloseDetails: DBTEAMLOGFileRequestCloseDetails)Parameters
fileRequestCloseDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestCreateDetails: (nonnull DBTEAMLOGFileRequestCreateDetails *)fileRequestCreateDetails;Swift
init(fileRequestCreateDetails: DBTEAMLOGFileRequestCreateDetails)Parameters
fileRequestCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestDeleteDetails: (nonnull DBTEAMLOGFileRequestDeleteDetails *)fileRequestDeleteDetails;Swift
init(fileRequestDeleteDetails: DBTEAMLOGFileRequestDeleteDetails)Parameters
fileRequestDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_receive_file_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestReceiveFileDetails: (nonnull DBTEAMLOGFileRequestReceiveFileDetails *) fileRequestReceiveFileDetails;Swift
init(fileRequestReceiveFileDetails: DBTEAMLOGFileRequestReceiveFileDetails)Parameters
fileRequestReceiveFileDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_add_external_id_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupAddExternalIdDetails: (nonnull DBTEAMLOGGroupAddExternalIdDetails *)groupAddExternalIdDetails;Swift
init(groupAddExternalIdDetails: DBTEAMLOGGroupAddExternalIdDetails)Parameters
groupAddExternalIdDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_add_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupAddMemberDetails: (nonnull DBTEAMLOGGroupAddMemberDetails *)groupAddMemberDetails;Swift
init(groupAddMemberDetails: DBTEAMLOGGroupAddMemberDetails)Parameters
groupAddMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_change_external_id_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeExternalIdDetails: (nonnull DBTEAMLOGGroupChangeExternalIdDetails *) groupChangeExternalIdDetails;Swift
init(groupChangeExternalIdDetails: DBTEAMLOGGroupChangeExternalIdDetails)Parameters
groupChangeExternalIdDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_change_management_type_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeManagementTypeDetails: (nonnull DBTEAMLOGGroupChangeManagementTypeDetails *) groupChangeManagementTypeDetails;Swift
init(groupChangeManagementTypeDetails: DBTEAMLOGGroupChangeManagementTypeDetails)Parameters
groupChangeManagementTypeDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_change_member_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeMemberRoleDetails: (nonnull DBTEAMLOGGroupChangeMemberRoleDetails *) groupChangeMemberRoleDetails;Swift
init(groupChangeMemberRoleDetails: DBTEAMLOGGroupChangeMemberRoleDetails)Parameters
groupChangeMemberRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupCreateDetails: (nonnull DBTEAMLOGGroupCreateDetails *)groupCreateDetails;Swift
init(groupCreateDetails: DBTEAMLOGGroupCreateDetails)Parameters
groupCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupDeleteDetails: (nonnull DBTEAMLOGGroupDeleteDetails *)groupDeleteDetails;Swift
init(groupDeleteDetails: DBTEAMLOGGroupDeleteDetails)Parameters
groupDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_description_updated_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupDescriptionUpdatedDetails: (nonnull DBTEAMLOGGroupDescriptionUpdatedDetails *) groupDescriptionUpdatedDetails;Swift
init(groupDescriptionUpdatedDetails: DBTEAMLOGGroupDescriptionUpdatedDetails)Parameters
groupDescriptionUpdatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_join_policy_updated_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupJoinPolicyUpdatedDetails: (nonnull DBTEAMLOGGroupJoinPolicyUpdatedDetails *) groupJoinPolicyUpdatedDetails;Swift
init(groupJoinPolicyUpdatedDetails: DBTEAMLOGGroupJoinPolicyUpdatedDetails)Parameters
groupJoinPolicyUpdatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_moved_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupMovedDetails: (nonnull DBTEAMLOGGroupMovedDetails *)groupMovedDetails;Swift
init(groupMovedDetails: DBTEAMLOGGroupMovedDetails)Parameters
groupMovedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_remove_external_id_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRemoveExternalIdDetails: (nonnull DBTEAMLOGGroupRemoveExternalIdDetails *) groupRemoveExternalIdDetails;Swift
init(groupRemoveExternalIdDetails: DBTEAMLOGGroupRemoveExternalIdDetails)Parameters
groupRemoveExternalIdDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_remove_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRemoveMemberDetails: (nonnull DBTEAMLOGGroupRemoveMemberDetails *)groupRemoveMemberDetails;Swift
init(groupRemoveMemberDetails: DBTEAMLOGGroupRemoveMemberDetails)Parameters
groupRemoveMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_rename_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRenameDetails: (nonnull DBTEAMLOGGroupRenameDetails *)groupRenameDetails;Swift
init(groupRenameDetails: DBTEAMLOGGroupRenameDetails)Parameters
groupRenameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_lock_or_unlocked_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAccountLockOrUnlockedDetails: (nonnull DBTEAMLOGAccountLockOrUnlockedDetails *) accountLockOrUnlockedDetails;Swift
init(accountLockOrUnlockedDetails: DBTEAMLOGAccountLockOrUnlockedDetails)Parameters
accountLockOrUnlockedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_error_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmmErrorDetails: (nonnull DBTEAMLOGEmmErrorDetails *)emmErrorDetails;Swift
init(emmErrorDetails: DBTEAMLOGEmmErrorDetails)Parameters
emmErrorDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “guest_admin_signed_in_via_trusted_teams_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminSignedInViaTrustedTeamsDetails: (nonnull DBTEAMLOGGuestAdminSignedInViaTrustedTeamsDetails *) guestAdminSignedInViaTrustedTeamsDetails;Swift
init(guestAdminSignedInViaTrustedTeamsDetails: DBTEAMLOGGuestAdminSignedInViaTrustedTeamsDetails)Parameters
guestAdminSignedInViaTrustedTeamsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “guest_admin_signed_out_via_trusted_teams_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminSignedOutViaTrustedTeamsDetails: (nonnull DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsDetails *) guestAdminSignedOutViaTrustedTeamsDetails;Swift
init(guestAdminSignedOutViaTrustedTeamsDetails: DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsDetails)Parameters
guestAdminSignedOutViaTrustedTeamsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “login_fail_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLoginFailDetails: (nonnull DBTEAMLOGLoginFailDetails *)loginFailDetails;Swift
init(loginFailDetails: DBTEAMLOGLoginFailDetails)Parameters
loginFailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “login_success_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLoginSuccessDetails: (nonnull DBTEAMLOGLoginSuccessDetails *)loginSuccessDetails;Swift
init(loginSuccessDetails: DBTEAMLOGLoginSuccessDetails)Parameters
loginSuccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “logout_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithLogoutDetails: (nonnull DBTEAMLOGLogoutDetails *)logoutDetails;Swift
init(logoutDetails: DBTEAMLOGLogoutDetails)Parameters
logoutDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “reseller_support_session_end_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportSessionEndDetails: (nonnull DBTEAMLOGResellerSupportSessionEndDetails *) resellerSupportSessionEndDetails;Swift
init(resellerSupportSessionEndDetails: DBTEAMLOGResellerSupportSessionEndDetails)Parameters
resellerSupportSessionEndDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “reseller_support_session_start_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportSessionStartDetails: (nonnull DBTEAMLOGResellerSupportSessionStartDetails *) resellerSupportSessionStartDetails;Swift
init(resellerSupportSessionStartDetails: DBTEAMLOGResellerSupportSessionStartDetails)Parameters
resellerSupportSessionStartDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sign_in_as_session_end_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSignInAsSessionEndDetails: (nonnull DBTEAMLOGSignInAsSessionEndDetails *)signInAsSessionEndDetails;Swift
init(signInAsSessionEndDetails: DBTEAMLOGSignInAsSessionEndDetails)Parameters
signInAsSessionEndDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sign_in_as_session_start_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSignInAsSessionStartDetails: (nonnull DBTEAMLOGSignInAsSessionStartDetails *)signInAsSessionStartDetails;Swift
init(signInAsSessionStartDetails: DBTEAMLOGSignInAsSessionStartDetails)Parameters
signInAsSessionStartDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_error_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoErrorDetails: (nonnull DBTEAMLOGSsoErrorDetails *)ssoErrorDetails;Swift
init(ssoErrorDetails: DBTEAMLOGSsoErrorDetails)Parameters
ssoErrorDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “create_team_invite_link_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithCreateTeamInviteLinkDetails: (nonnull DBTEAMLOGCreateTeamInviteLinkDetails *)createTeamInviteLinkDetails;Swift
init(createTeamInviteLinkDetails: DBTEAMLOGCreateTeamInviteLinkDetails)Parameters
createTeamInviteLinkDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “delete_team_invite_link_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeleteTeamInviteLinkDetails: (nonnull DBTEAMLOGDeleteTeamInviteLinkDetails *)deleteTeamInviteLinkDetails;Swift
init(deleteTeamInviteLinkDetails: DBTEAMLOGDeleteTeamInviteLinkDetails)Parameters
deleteTeamInviteLinkDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_add_external_id_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberAddExternalIdDetails: (nonnull DBTEAMLOGMemberAddExternalIdDetails *)memberAddExternalIdDetails;Swift
init(memberAddExternalIdDetails: DBTEAMLOGMemberAddExternalIdDetails)Parameters
memberAddExternalIdDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_add_name_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberAddNameDetails: (nonnull DBTEAMLOGMemberAddNameDetails *)memberAddNameDetails;Swift
init(memberAddNameDetails: DBTEAMLOGMemberAddNameDetails)Parameters
memberAddNameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_admin_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeAdminRoleDetails: (nonnull DBTEAMLOGMemberChangeAdminRoleDetails *) memberChangeAdminRoleDetails;Swift
init(memberChangeAdminRoleDetails: DBTEAMLOGMemberChangeAdminRoleDetails)Parameters
memberChangeAdminRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_email_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeEmailDetails: (nonnull DBTEAMLOGMemberChangeEmailDetails *)memberChangeEmailDetails;Swift
init(memberChangeEmailDetails: DBTEAMLOGMemberChangeEmailDetails)Parameters
memberChangeEmailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_external_id_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeExternalIdDetails: (nonnull DBTEAMLOGMemberChangeExternalIdDetails *) memberChangeExternalIdDetails;Swift
init(memberChangeExternalIdDetails: DBTEAMLOGMemberChangeExternalIdDetails)Parameters
memberChangeExternalIdDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_membership_type_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeMembershipTypeDetails: (nonnull DBTEAMLOGMemberChangeMembershipTypeDetails *) memberChangeMembershipTypeDetails;Swift
init(memberChangeMembershipTypeDetails: DBTEAMLOGMemberChangeMembershipTypeDetails)Parameters
memberChangeMembershipTypeDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_name_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeNameDetails: (nonnull DBTEAMLOGMemberChangeNameDetails *)memberChangeNameDetails;Swift
init(memberChangeNameDetails: DBTEAMLOGMemberChangeNameDetails)Parameters
memberChangeNameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_reseller_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeResellerRoleDetails: (nonnull DBTEAMLOGMemberChangeResellerRoleDetails *) memberChangeResellerRoleDetails;Swift
init(memberChangeResellerRoleDetails: DBTEAMLOGMemberChangeResellerRoleDetails)Parameters
memberChangeResellerRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_status_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeStatusDetails: (nonnull DBTEAMLOGMemberChangeStatusDetails *)memberChangeStatusDetails;Swift
init(memberChangeStatusDetails: DBTEAMLOGMemberChangeStatusDetails)Parameters
memberChangeStatusDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_delete_manual_contacts_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberDeleteManualContactsDetails: (nonnull DBTEAMLOGMemberDeleteManualContactsDetails *) memberDeleteManualContactsDetails;Swift
init(memberDeleteManualContactsDetails: DBTEAMLOGMemberDeleteManualContactsDetails)Parameters
memberDeleteManualContactsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_delete_profile_photo_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberDeleteProfilePhotoDetails: (nonnull DBTEAMLOGMemberDeleteProfilePhotoDetails *) memberDeleteProfilePhotoDetails;Swift
init(memberDeleteProfilePhotoDetails: DBTEAMLOGMemberDeleteProfilePhotoDetails)Parameters
memberDeleteProfilePhotoDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_permanently_delete_account_contents_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberPermanentlyDeleteAccountContentsDetails: (nonnull DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails *) memberPermanentlyDeleteAccountContentsDetails;Swift
init(memberPermanentlyDeleteAccountContentsDetails: DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails)Parameters
memberPermanentlyDeleteAccountContentsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_remove_external_id_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberRemoveExternalIdDetails: (nonnull DBTEAMLOGMemberRemoveExternalIdDetails *) memberRemoveExternalIdDetails;Swift
init(memberRemoveExternalIdDetails: DBTEAMLOGMemberRemoveExternalIdDetails)Parameters
memberRemoveExternalIdDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_set_profile_photo_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSetProfilePhotoDetails: (nonnull DBTEAMLOGMemberSetProfilePhotoDetails *) memberSetProfilePhotoDetails;Swift
init(memberSetProfilePhotoDetails: DBTEAMLOGMemberSetProfilePhotoDetails)Parameters
memberSetProfilePhotoDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_add_custom_quota_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsAddCustomQuotaDetails: (nonnull DBTEAMLOGMemberSpaceLimitsAddCustomQuotaDetails *) memberSpaceLimitsAddCustomQuotaDetails;Swift
init(memberSpaceLimitsAddCustomQuotaDetails: DBTEAMLOGMemberSpaceLimitsAddCustomQuotaDetails)Parameters
memberSpaceLimitsAddCustomQuotaDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_custom_quota_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeCustomQuotaDetails: (nonnull DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaDetails *) memberSpaceLimitsChangeCustomQuotaDetails;Swift
init(memberSpaceLimitsChangeCustomQuotaDetails: DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaDetails)Parameters
memberSpaceLimitsChangeCustomQuotaDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_status_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeStatusDetails: (nonnull DBTEAMLOGMemberSpaceLimitsChangeStatusDetails *) memberSpaceLimitsChangeStatusDetails;Swift
init(memberSpaceLimitsChangeStatusDetails: DBTEAMLOGMemberSpaceLimitsChangeStatusDetails)Parameters
memberSpaceLimitsChangeStatusDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_remove_custom_quota_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsRemoveCustomQuotaDetails: (nonnull DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaDetails *) memberSpaceLimitsRemoveCustomQuotaDetails;Swift
init(memberSpaceLimitsRemoveCustomQuotaDetails: DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaDetails)Parameters
memberSpaceLimitsRemoveCustomQuotaDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_suggest_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSuggestDetails: (nonnull DBTEAMLOGMemberSuggestDetails *)memberSuggestDetails;Swift
init(memberSuggestDetails: DBTEAMLOGMemberSuggestDetails)Parameters
memberSuggestDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_transfer_account_contents_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberTransferAccountContentsDetails: (nonnull DBTEAMLOGMemberTransferAccountContentsDetails *) memberTransferAccountContentsDetails;Swift
init(memberTransferAccountContentsDetails: DBTEAMLOGMemberTransferAccountContentsDetails)Parameters
memberTransferAccountContentsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “pending_secondary_email_added_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPendingSecondaryEmailAddedDetails: (nonnull DBTEAMLOGPendingSecondaryEmailAddedDetails *) pendingSecondaryEmailAddedDetails;Swift
init(pendingSecondaryEmailAddedDetails: DBTEAMLOGPendingSecondaryEmailAddedDetails)Parameters
pendingSecondaryEmailAddedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “secondary_email_deleted_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryEmailDeletedDetails: (nonnull DBTEAMLOGSecondaryEmailDeletedDetails *) secondaryEmailDeletedDetails;Swift
init(secondaryEmailDeletedDetails: DBTEAMLOGSecondaryEmailDeletedDetails)Parameters
secondaryEmailDeletedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “secondary_email_verified_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryEmailVerifiedDetails: (nonnull DBTEAMLOGSecondaryEmailVerifiedDetails *) secondaryEmailVerifiedDetails;Swift
init(secondaryEmailVerifiedDetails: DBTEAMLOGSecondaryEmailVerifiedDetails)Parameters
secondaryEmailVerifiedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “secondary_mails_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryMailsPolicyChangedDetails: (nonnull DBTEAMLOGSecondaryMailsPolicyChangedDetails *) secondaryMailsPolicyChangedDetails;Swift
init(secondaryMailsPolicyChangedDetails: DBTEAMLOGSecondaryMailsPolicyChangedDetails)Parameters
secondaryMailsPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_add_page_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderAddPageDetails: (nonnull DBTEAMLOGBinderAddPageDetails *)binderAddPageDetails;Swift
init(binderAddPageDetails: DBTEAMLOGBinderAddPageDetails)Parameters
binderAddPageDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_add_section_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderAddSectionDetails: (nonnull DBTEAMLOGBinderAddSectionDetails *)binderAddSectionDetails;Swift
init(binderAddSectionDetails: DBTEAMLOGBinderAddSectionDetails)Parameters
binderAddSectionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_remove_page_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRemovePageDetails: (nonnull DBTEAMLOGBinderRemovePageDetails *)binderRemovePageDetails;Swift
init(binderRemovePageDetails: DBTEAMLOGBinderRemovePageDetails)Parameters
binderRemovePageDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_remove_section_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRemoveSectionDetails: (nonnull DBTEAMLOGBinderRemoveSectionDetails *)binderRemoveSectionDetails;Swift
init(binderRemoveSectionDetails: DBTEAMLOGBinderRemoveSectionDetails)Parameters
binderRemoveSectionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_rename_page_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRenamePageDetails: (nonnull DBTEAMLOGBinderRenamePageDetails *)binderRenamePageDetails;Swift
init(binderRenamePageDetails: DBTEAMLOGBinderRenamePageDetails)Parameters
binderRenamePageDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_rename_section_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRenameSectionDetails: (nonnull DBTEAMLOGBinderRenameSectionDetails *)binderRenameSectionDetails;Swift
init(binderRenameSectionDetails: DBTEAMLOGBinderRenameSectionDetails)Parameters
binderRenameSectionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_reorder_page_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderReorderPageDetails: (nonnull DBTEAMLOGBinderReorderPageDetails *)binderReorderPageDetails;Swift
init(binderReorderPageDetails: DBTEAMLOGBinderReorderPageDetails)Parameters
binderReorderPageDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_reorder_section_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithBinderReorderSectionDetails: (nonnull DBTEAMLOGBinderReorderSectionDetails *)binderReorderSectionDetails;Swift
init(binderReorderSectionDetails: DBTEAMLOGBinderReorderSectionDetails)Parameters
binderReorderSectionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_add_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentAddMemberDetails: (nonnull DBTEAMLOGPaperContentAddMemberDetails *) paperContentAddMemberDetails;Swift
init(paperContentAddMemberDetails: DBTEAMLOGPaperContentAddMemberDetails)Parameters
paperContentAddMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_add_to_folder_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentAddToFolderDetails: (nonnull DBTEAMLOGPaperContentAddToFolderDetails *) paperContentAddToFolderDetails;Swift
init(paperContentAddToFolderDetails: DBTEAMLOGPaperContentAddToFolderDetails)Parameters
paperContentAddToFolderDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_archive_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentArchiveDetails: (nonnull DBTEAMLOGPaperContentArchiveDetails *)paperContentArchiveDetails;Swift
init(paperContentArchiveDetails: DBTEAMLOGPaperContentArchiveDetails)Parameters
paperContentArchiveDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentCreateDetails: (nonnull DBTEAMLOGPaperContentCreateDetails *)paperContentCreateDetails;Swift
init(paperContentCreateDetails: DBTEAMLOGPaperContentCreateDetails)Parameters
paperContentCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_permanently_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentPermanentlyDeleteDetails: (nonnull DBTEAMLOGPaperContentPermanentlyDeleteDetails *) paperContentPermanentlyDeleteDetails;Swift
init(paperContentPermanentlyDeleteDetails: DBTEAMLOGPaperContentPermanentlyDeleteDetails)Parameters
paperContentPermanentlyDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_remove_from_folder_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRemoveFromFolderDetails: (nonnull DBTEAMLOGPaperContentRemoveFromFolderDetails *) paperContentRemoveFromFolderDetails;Swift
init(paperContentRemoveFromFolderDetails: DBTEAMLOGPaperContentRemoveFromFolderDetails)Parameters
paperContentRemoveFromFolderDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_remove_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRemoveMemberDetails: (nonnull DBTEAMLOGPaperContentRemoveMemberDetails *) paperContentRemoveMemberDetails;Swift
init(paperContentRemoveMemberDetails: DBTEAMLOGPaperContentRemoveMemberDetails)Parameters
paperContentRemoveMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_rename_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRenameDetails: (nonnull DBTEAMLOGPaperContentRenameDetails *)paperContentRenameDetails;Swift
init(paperContentRenameDetails: DBTEAMLOGPaperContentRenameDetails)Parameters
paperContentRenameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_restore_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRestoreDetails: (nonnull DBTEAMLOGPaperContentRestoreDetails *)paperContentRestoreDetails;Swift
init(paperContentRestoreDetails: DBTEAMLOGPaperContentRestoreDetails)Parameters
paperContentRestoreDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_add_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocAddCommentDetails: (nonnull DBTEAMLOGPaperDocAddCommentDetails *)paperDocAddCommentDetails;Swift
init(paperDocAddCommentDetails: DBTEAMLOGPaperDocAddCommentDetails)Parameters
paperDocAddCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_change_member_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeMemberRoleDetails: (nonnull DBTEAMLOGPaperDocChangeMemberRoleDetails *) paperDocChangeMemberRoleDetails;Swift
init(paperDocChangeMemberRoleDetails: DBTEAMLOGPaperDocChangeMemberRoleDetails)Parameters
paperDocChangeMemberRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_change_sharing_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeSharingPolicyDetails: (nonnull DBTEAMLOGPaperDocChangeSharingPolicyDetails *) paperDocChangeSharingPolicyDetails;Swift
init(paperDocChangeSharingPolicyDetails: DBTEAMLOGPaperDocChangeSharingPolicyDetails)Parameters
paperDocChangeSharingPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_change_subscription_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeSubscriptionDetails: (nonnull DBTEAMLOGPaperDocChangeSubscriptionDetails *) paperDocChangeSubscriptionDetails;Swift
init(paperDocChangeSubscriptionDetails: DBTEAMLOGPaperDocChangeSubscriptionDetails)Parameters
paperDocChangeSubscriptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_deleted_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDeletedDetails: (nonnull DBTEAMLOGPaperDocDeletedDetails *)paperDocDeletedDetails;Swift
init(paperDocDeletedDetails: DBTEAMLOGPaperDocDeletedDetails)Parameters
paperDocDeletedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_delete_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDeleteCommentDetails: (nonnull DBTEAMLOGPaperDocDeleteCommentDetails *) paperDocDeleteCommentDetails;Swift
init(paperDocDeleteCommentDetails: DBTEAMLOGPaperDocDeleteCommentDetails)Parameters
paperDocDeleteCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_download_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDownloadDetails: (nonnull DBTEAMLOGPaperDocDownloadDetails *)paperDocDownloadDetails;Swift
init(paperDocDownloadDetails: DBTEAMLOGPaperDocDownloadDetails)Parameters
paperDocDownloadDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_edit_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocEditDetails: (nonnull DBTEAMLOGPaperDocEditDetails *)paperDocEditDetails;Swift
init(paperDocEditDetails: DBTEAMLOGPaperDocEditDetails)Parameters
paperDocEditDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_edit_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocEditCommentDetails: (nonnull DBTEAMLOGPaperDocEditCommentDetails *)paperDocEditCommentDetails;Swift
init(paperDocEditCommentDetails: DBTEAMLOGPaperDocEditCommentDetails)Parameters
paperDocEditCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_followed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocFollowedDetails: (nonnull DBTEAMLOGPaperDocFollowedDetails *)paperDocFollowedDetails;Swift
init(paperDocFollowedDetails: DBTEAMLOGPaperDocFollowedDetails)Parameters
paperDocFollowedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_mention_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocMentionDetails: (nonnull DBTEAMLOGPaperDocMentionDetails *)paperDocMentionDetails;Swift
init(paperDocMentionDetails: DBTEAMLOGPaperDocMentionDetails)Parameters
paperDocMentionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_ownership_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocOwnershipChangedDetails: (nonnull DBTEAMLOGPaperDocOwnershipChangedDetails *) paperDocOwnershipChangedDetails;Swift
init(paperDocOwnershipChangedDetails: DBTEAMLOGPaperDocOwnershipChangedDetails)Parameters
paperDocOwnershipChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_request_access_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocRequestAccessDetails: (nonnull DBTEAMLOGPaperDocRequestAccessDetails *) paperDocRequestAccessDetails;Swift
init(paperDocRequestAccessDetails: DBTEAMLOGPaperDocRequestAccessDetails)Parameters
paperDocRequestAccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_resolve_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocResolveCommentDetails: (nonnull DBTEAMLOGPaperDocResolveCommentDetails *) paperDocResolveCommentDetails;Swift
init(paperDocResolveCommentDetails: DBTEAMLOGPaperDocResolveCommentDetails)Parameters
paperDocResolveCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_revert_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocRevertDetails: (nonnull DBTEAMLOGPaperDocRevertDetails *)paperDocRevertDetails;Swift
init(paperDocRevertDetails: DBTEAMLOGPaperDocRevertDetails)Parameters
paperDocRevertDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_slack_share_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocSlackShareDetails: (nonnull DBTEAMLOGPaperDocSlackShareDetails *)paperDocSlackShareDetails;Swift
init(paperDocSlackShareDetails: DBTEAMLOGPaperDocSlackShareDetails)Parameters
paperDocSlackShareDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_team_invite_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocTeamInviteDetails: (nonnull DBTEAMLOGPaperDocTeamInviteDetails *)paperDocTeamInviteDetails;Swift
init(paperDocTeamInviteDetails: DBTEAMLOGPaperDocTeamInviteDetails)Parameters
paperDocTeamInviteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_trashed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocTrashedDetails: (nonnull DBTEAMLOGPaperDocTrashedDetails *)paperDocTrashedDetails;Swift
init(paperDocTrashedDetails: DBTEAMLOGPaperDocTrashedDetails)Parameters
paperDocTrashedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_unresolve_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocUnresolveCommentDetails: (nonnull DBTEAMLOGPaperDocUnresolveCommentDetails *) paperDocUnresolveCommentDetails;Swift
init(paperDocUnresolveCommentDetails: DBTEAMLOGPaperDocUnresolveCommentDetails)Parameters
paperDocUnresolveCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_untrashed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocUntrashedDetails: (nonnull DBTEAMLOGPaperDocUntrashedDetails *)paperDocUntrashedDetails;Swift
init(paperDocUntrashedDetails: DBTEAMLOGPaperDocUntrashedDetails)Parameters
paperDocUntrashedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_view_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocViewDetails: (nonnull DBTEAMLOGPaperDocViewDetails *)paperDocViewDetails;Swift
init(paperDocViewDetails: DBTEAMLOGPaperDocViewDetails)Parameters
paperDocViewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_external_view_allow_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewAllowDetails: (nonnull DBTEAMLOGPaperExternalViewAllowDetails *) paperExternalViewAllowDetails;Swift
init(paperExternalViewAllowDetails: DBTEAMLOGPaperExternalViewAllowDetails)Parameters
paperExternalViewAllowDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_external_view_default_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewDefaultTeamDetails: (nonnull DBTEAMLOGPaperExternalViewDefaultTeamDetails *) paperExternalViewDefaultTeamDetails;Swift
init(paperExternalViewDefaultTeamDetails: DBTEAMLOGPaperExternalViewDefaultTeamDetails)Parameters
paperExternalViewDefaultTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_external_view_forbid_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewForbidDetails: (nonnull DBTEAMLOGPaperExternalViewForbidDetails *) paperExternalViewForbidDetails;Swift
init(paperExternalViewForbidDetails: DBTEAMLOGPaperExternalViewForbidDetails)Parameters
paperExternalViewForbidDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_change_subscription_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderChangeSubscriptionDetails: (nonnull DBTEAMLOGPaperFolderChangeSubscriptionDetails *) paperFolderChangeSubscriptionDetails;Swift
init(paperFolderChangeSubscriptionDetails: DBTEAMLOGPaperFolderChangeSubscriptionDetails)Parameters
paperFolderChangeSubscriptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_deleted_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderDeletedDetails: (nonnull DBTEAMLOGPaperFolderDeletedDetails *)paperFolderDeletedDetails;Swift
init(paperFolderDeletedDetails: DBTEAMLOGPaperFolderDeletedDetails)Parameters
paperFolderDeletedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_followed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderFollowedDetails: (nonnull DBTEAMLOGPaperFolderFollowedDetails *)paperFolderFollowedDetails;Swift
init(paperFolderFollowedDetails: DBTEAMLOGPaperFolderFollowedDetails)Parameters
paperFolderFollowedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_team_invite_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderTeamInviteDetails: (nonnull DBTEAMLOGPaperFolderTeamInviteDetails *) paperFolderTeamInviteDetails;Swift
init(paperFolderTeamInviteDetails: DBTEAMLOGPaperFolderTeamInviteDetails)Parameters
paperFolderTeamInviteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_change_permission_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkChangePermissionDetails: (nonnull DBTEAMLOGPaperPublishedLinkChangePermissionDetails *) paperPublishedLinkChangePermissionDetails;Swift
init(paperPublishedLinkChangePermissionDetails: DBTEAMLOGPaperPublishedLinkChangePermissionDetails)Parameters
paperPublishedLinkChangePermissionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkCreateDetails: (nonnull DBTEAMLOGPaperPublishedLinkCreateDetails *) paperPublishedLinkCreateDetails;Swift
init(paperPublishedLinkCreateDetails: DBTEAMLOGPaperPublishedLinkCreateDetails)Parameters
paperPublishedLinkCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_disabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkDisabledDetails: (nonnull DBTEAMLOGPaperPublishedLinkDisabledDetails *) paperPublishedLinkDisabledDetails;Swift
init(paperPublishedLinkDisabledDetails: DBTEAMLOGPaperPublishedLinkDisabledDetails)Parameters
paperPublishedLinkDisabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_view_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkViewDetails: (nonnull DBTEAMLOGPaperPublishedLinkViewDetails *) paperPublishedLinkViewDetails;Swift
init(paperPublishedLinkViewDetails: DBTEAMLOGPaperPublishedLinkViewDetails)Parameters
paperPublishedLinkViewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_change_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordChangeDetails: (nonnull DBTEAMLOGPasswordChangeDetails *)passwordChangeDetails;Swift
init(passwordChangeDetails: DBTEAMLOGPasswordChangeDetails)Parameters
passwordChangeDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_reset_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordResetDetails: (nonnull DBTEAMLOGPasswordResetDetails *)passwordResetDetails;Swift
init(passwordResetDetails: DBTEAMLOGPasswordResetDetails)Parameters
passwordResetDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_reset_all_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordResetAllDetails: (nonnull DBTEAMLOGPasswordResetAllDetails *)passwordResetAllDetails;Swift
init(passwordResetAllDetails: DBTEAMLOGPasswordResetAllDetails)Parameters
passwordResetAllDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “classification_create_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationCreateReportDetails: (nonnull DBTEAMLOGClassificationCreateReportDetails *) classificationCreateReportDetails;Swift
init(classificationCreateReportDetails: DBTEAMLOGClassificationCreateReportDetails)Parameters
classificationCreateReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “classification_create_report_fail_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationCreateReportFailDetails: (nonnull DBTEAMLOGClassificationCreateReportFailDetails *) classificationCreateReportFailDetails;Swift
init(classificationCreateReportFailDetails: DBTEAMLOGClassificationCreateReportFailDetails)Parameters
classificationCreateReportFailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_create_exceptions_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmmCreateExceptionsReportDetails: (nonnull DBTEAMLOGEmmCreateExceptionsReportDetails *) emmCreateExceptionsReportDetails;Swift
init(emmCreateExceptionsReportDetails: DBTEAMLOGEmmCreateExceptionsReportDetails)Parameters
emmCreateExceptionsReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_create_usage_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmmCreateUsageReportDetails: (nonnull DBTEAMLOGEmmCreateUsageReportDetails *)emmCreateUsageReportDetails;Swift
init(emmCreateUsageReportDetails: DBTEAMLOGEmmCreateUsageReportDetails)Parameters
emmCreateUsageReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “export_members_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithExportMembersReportDetails: (nonnull DBTEAMLOGExportMembersReportDetails *)exportMembersReportDetails;Swift
init(exportMembersReportDetails: DBTEAMLOGExportMembersReportDetails)Parameters
exportMembersReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “export_members_report_fail_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithExportMembersReportFailDetails: (nonnull DBTEAMLOGExportMembersReportFailDetails *) exportMembersReportFailDetails;Swift
init(exportMembersReportFailDetails: DBTEAMLOGExportMembersReportFailDetails)Parameters
exportMembersReportFailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_sharing_create_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithExternalSharingCreateReportDetails: (nonnull DBTEAMLOGExternalSharingCreateReportDetails *) externalSharingCreateReportDetails;Swift
init(externalSharingCreateReportDetails: DBTEAMLOGExternalSharingCreateReportDetails)Parameters
externalSharingCreateReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_sharing_report_failed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithExternalSharingReportFailedDetails: (nonnull DBTEAMLOGExternalSharingReportFailedDetails *) externalSharingReportFailedDetails;Swift
init(externalSharingReportFailedDetails: DBTEAMLOGExternalSharingReportFailedDetails)Parameters
externalSharingReportFailedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_expiration_link_gen_create_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoExpirationLinkGenCreateReportDetails: (nonnull DBTEAMLOGNoExpirationLinkGenCreateReportDetails *) noExpirationLinkGenCreateReportDetails;Swift
init(noExpirationLinkGenCreateReportDetails: DBTEAMLOGNoExpirationLinkGenCreateReportDetails)Parameters
noExpirationLinkGenCreateReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_expiration_link_gen_report_failed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoExpirationLinkGenReportFailedDetails: (nonnull DBTEAMLOGNoExpirationLinkGenReportFailedDetails *) noExpirationLinkGenReportFailedDetails;Swift
init(noExpirationLinkGenReportFailedDetails: DBTEAMLOGNoExpirationLinkGenReportFailedDetails)Parameters
noExpirationLinkGenReportFailedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_gen_create_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkGenCreateReportDetails: (nonnull DBTEAMLOGNoPasswordLinkGenCreateReportDetails *) noPasswordLinkGenCreateReportDetails;Swift
init(noPasswordLinkGenCreateReportDetails: DBTEAMLOGNoPasswordLinkGenCreateReportDetails)Parameters
noPasswordLinkGenCreateReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_gen_report_failed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkGenReportFailedDetails: (nonnull DBTEAMLOGNoPasswordLinkGenReportFailedDetails *) noPasswordLinkGenReportFailedDetails;Swift
init(noPasswordLinkGenReportFailedDetails: DBTEAMLOGNoPasswordLinkGenReportFailedDetails)Parameters
noPasswordLinkGenReportFailedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_view_create_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkViewCreateReportDetails: (nonnull DBTEAMLOGNoPasswordLinkViewCreateReportDetails *) noPasswordLinkViewCreateReportDetails;Swift
init(noPasswordLinkViewCreateReportDetails: DBTEAMLOGNoPasswordLinkViewCreateReportDetails)Parameters
noPasswordLinkViewCreateReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_view_report_failed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkViewReportFailedDetails: (nonnull DBTEAMLOGNoPasswordLinkViewReportFailedDetails *) noPasswordLinkViewReportFailedDetails;Swift
init(noPasswordLinkViewReportFailedDetails: DBTEAMLOGNoPasswordLinkViewReportFailedDetails)Parameters
noPasswordLinkViewReportFailedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “outdated_link_view_create_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithOutdatedLinkViewCreateReportDetails: (nonnull DBTEAMLOGOutdatedLinkViewCreateReportDetails *) outdatedLinkViewCreateReportDetails;Swift
init(outdatedLinkViewCreateReportDetails: DBTEAMLOGOutdatedLinkViewCreateReportDetails)Parameters
outdatedLinkViewCreateReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “outdated_link_view_report_failed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithOutdatedLinkViewReportFailedDetails: (nonnull DBTEAMLOGOutdatedLinkViewReportFailedDetails *) outdatedLinkViewReportFailedDetails;Swift
init(outdatedLinkViewReportFailedDetails: DBTEAMLOGOutdatedLinkViewReportFailedDetails)Parameters
outdatedLinkViewReportFailedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_admin_export_start_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperAdminExportStartDetails: (nonnull DBTEAMLOGPaperAdminExportStartDetails *) paperAdminExportStartDetails;Swift
init(paperAdminExportStartDetails: DBTEAMLOGPaperAdminExportStartDetails)Parameters
paperAdminExportStartDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_create_admin_privilege_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncCreateAdminPrivilegeReportDetails: (nonnull DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails *) smartSyncCreateAdminPrivilegeReportDetails;Swift
init(smartSyncCreateAdminPrivilegeReportDetails: DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails)Parameters
smartSyncCreateAdminPrivilegeReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_activity_create_report_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamActivityCreateReportDetails: (nonnull DBTEAMLOGTeamActivityCreateReportDetails *) teamActivityCreateReportDetails;Swift
init(teamActivityCreateReportDetails: DBTEAMLOGTeamActivityCreateReportDetails)Parameters
teamActivityCreateReportDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_activity_create_report_fail_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamActivityCreateReportFailDetails: (nonnull DBTEAMLOGTeamActivityCreateReportFailDetails *) teamActivityCreateReportFailDetails;Swift
init(teamActivityCreateReportFailDetails: DBTEAMLOGTeamActivityCreateReportFailDetails)Parameters
teamActivityCreateReportFailDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “collection_share_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithCollectionShareDetails: (nonnull DBTEAMLOGCollectionShareDetails *)collectionShareDetails;Swift
init(collectionShareDetails: DBTEAMLOGCollectionShareDetails)Parameters
collectionShareDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_file_add_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersFileAddDetails: (nonnull DBTEAMLOGFileTransfersFileAddDetails *)fileTransfersFileAddDetails;Swift
init(fileTransfersFileAddDetails: DBTEAMLOGFileTransfersFileAddDetails)Parameters
fileTransfersFileAddDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferDeleteDetails: (nonnull DBTEAMLOGFileTransfersTransferDeleteDetails *) fileTransfersTransferDeleteDetails;Swift
init(fileTransfersTransferDeleteDetails: DBTEAMLOGFileTransfersTransferDeleteDetails)Parameters
fileTransfersTransferDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_download_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferDownloadDetails: (nonnull DBTEAMLOGFileTransfersTransferDownloadDetails *) fileTransfersTransferDownloadDetails;Swift
init(fileTransfersTransferDownloadDetails: DBTEAMLOGFileTransfersTransferDownloadDetails)Parameters
fileTransfersTransferDownloadDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_send_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferSendDetails: (nonnull DBTEAMLOGFileTransfersTransferSendDetails *) fileTransfersTransferSendDetails;Swift
init(fileTransfersTransferSendDetails: DBTEAMLOGFileTransfersTransferSendDetails)Parameters
fileTransfersTransferSendDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_view_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferViewDetails: (nonnull DBTEAMLOGFileTransfersTransferViewDetails *) fileTransfersTransferViewDetails;Swift
init(fileTransfersTransferViewDetails: DBTEAMLOGFileTransfersTransferViewDetails)Parameters
fileTransfersTransferViewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_acl_invite_only_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclInviteOnlyDetails: (nonnull DBTEAMLOGNoteAclInviteOnlyDetails *)noteAclInviteOnlyDetails;Swift
init(noteAclInviteOnlyDetails: DBTEAMLOGNoteAclInviteOnlyDetails)Parameters
noteAclInviteOnlyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_acl_link_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclLinkDetails: (nonnull DBTEAMLOGNoteAclLinkDetails *)noteAclLinkDetails;Swift
init(noteAclLinkDetails: DBTEAMLOGNoteAclLinkDetails)Parameters
noteAclLinkDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_acl_team_link_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclTeamLinkDetails: (nonnull DBTEAMLOGNoteAclTeamLinkDetails *)noteAclTeamLinkDetails;Swift
init(noteAclTeamLinkDetails: DBTEAMLOGNoteAclTeamLinkDetails)Parameters
noteAclTeamLinkDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_shared_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoteSharedDetails: (nonnull DBTEAMLOGNoteSharedDetails *)noteSharedDetails;Swift
init(noteSharedDetails: DBTEAMLOGNoteSharedDetails)Parameters
noteSharedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_share_receive_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNoteShareReceiveDetails: (nonnull DBTEAMLOGNoteShareReceiveDetails *)noteShareReceiveDetails;Swift
init(noteShareReceiveDetails: DBTEAMLOGNoteShareReceiveDetails)Parameters
noteShareReceiveDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “open_note_shared_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithOpenNoteSharedDetails: (nonnull DBTEAMLOGOpenNoteSharedDetails *)openNoteSharedDetails;Swift
init(openNoteSharedDetails: DBTEAMLOGOpenNoteSharedDetails)Parameters
openNoteSharedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_add_group_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfAddGroupDetails: (nonnull DBTEAMLOGSfAddGroupDetails *)sfAddGroupDetails;Swift
init(sfAddGroupDetails: DBTEAMLOGSfAddGroupDetails)Parameters
sfAddGroupDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_allow_non_members_to_view_shared_links_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfAllowNonMembersToViewSharedLinksDetails: (nonnull DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails *) sfAllowNonMembersToViewSharedLinksDetails;Swift
init(sfAllowNonMembersToViewSharedLinksDetails: DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails)Parameters
sfAllowNonMembersToViewSharedLinksDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_external_invite_warn_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfExternalInviteWarnDetails: (nonnull DBTEAMLOGSfExternalInviteWarnDetails *)sfExternalInviteWarnDetails;Swift
init(sfExternalInviteWarnDetails: DBTEAMLOGSfExternalInviteWarnDetails)Parameters
sfExternalInviteWarnDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_fb_invite_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbInviteDetails: (nonnull DBTEAMLOGSfFbInviteDetails *)sfFbInviteDetails;Swift
init(sfFbInviteDetails: DBTEAMLOGSfFbInviteDetails)Parameters
sfFbInviteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_fb_invite_change_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbInviteChangeRoleDetails: (nonnull DBTEAMLOGSfFbInviteChangeRoleDetails *)sfFbInviteChangeRoleDetails;Swift
init(sfFbInviteChangeRoleDetails: DBTEAMLOGSfFbInviteChangeRoleDetails)Parameters
sfFbInviteChangeRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_fb_uninvite_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbUninviteDetails: (nonnull DBTEAMLOGSfFbUninviteDetails *)sfFbUninviteDetails;Swift
init(sfFbUninviteDetails: DBTEAMLOGSfFbUninviteDetails)Parameters
sfFbUninviteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_invite_group_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfInviteGroupDetails: (nonnull DBTEAMLOGSfInviteGroupDetails *)sfInviteGroupDetails;Swift
init(sfInviteGroupDetails: DBTEAMLOGSfInviteGroupDetails)Parameters
sfInviteGroupDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_grant_access_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamGrantAccessDetails: (nonnull DBTEAMLOGSfTeamGrantAccessDetails *)sfTeamGrantAccessDetails;Swift
init(sfTeamGrantAccessDetails: DBTEAMLOGSfTeamGrantAccessDetails)Parameters
sfTeamGrantAccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_invite_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamInviteDetails: (nonnull DBTEAMLOGSfTeamInviteDetails *)sfTeamInviteDetails;Swift
init(sfTeamInviteDetails: DBTEAMLOGSfTeamInviteDetails)Parameters
sfTeamInviteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_invite_change_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamInviteChangeRoleDetails: (nonnull DBTEAMLOGSfTeamInviteChangeRoleDetails *) sfTeamInviteChangeRoleDetails;Swift
init(sfTeamInviteChangeRoleDetails: DBTEAMLOGSfTeamInviteChangeRoleDetails)Parameters
sfTeamInviteChangeRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_join_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamJoinDetails: (nonnull DBTEAMLOGSfTeamJoinDetails *)sfTeamJoinDetails;Swift
init(sfTeamJoinDetails: DBTEAMLOGSfTeamJoinDetails)Parameters
sfTeamJoinDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_join_from_oob_link_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamJoinFromOobLinkDetails: (nonnull DBTEAMLOGSfTeamJoinFromOobLinkDetails *) sfTeamJoinFromOobLinkDetails;Swift
init(sfTeamJoinFromOobLinkDetails: DBTEAMLOGSfTeamJoinFromOobLinkDetails)Parameters
sfTeamJoinFromOobLinkDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_uninvite_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamUninviteDetails: (nonnull DBTEAMLOGSfTeamUninviteDetails *)sfTeamUninviteDetails;Swift
init(sfTeamUninviteDetails: DBTEAMLOGSfTeamUninviteDetails)Parameters
sfTeamUninviteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_invitees_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddInviteesDetails: (nonnull DBTEAMLOGSharedContentAddInviteesDetails *) sharedContentAddInviteesDetails;Swift
init(sharedContentAddInviteesDetails: DBTEAMLOGSharedContentAddInviteesDetails)Parameters
sharedContentAddInviteesDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_link_expiry_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddLinkExpiryDetails: (nonnull DBTEAMLOGSharedContentAddLinkExpiryDetails *) sharedContentAddLinkExpiryDetails;Swift
init(sharedContentAddLinkExpiryDetails: DBTEAMLOGSharedContentAddLinkExpiryDetails)Parameters
sharedContentAddLinkExpiryDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_link_password_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddLinkPasswordDetails: (nonnull DBTEAMLOGSharedContentAddLinkPasswordDetails *) sharedContentAddLinkPasswordDetails;Swift
init(sharedContentAddLinkPasswordDetails: DBTEAMLOGSharedContentAddLinkPasswordDetails)Parameters
sharedContentAddLinkPasswordDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddMemberDetails: (nonnull DBTEAMLOGSharedContentAddMemberDetails *) sharedContentAddMemberDetails;Swift
init(sharedContentAddMemberDetails: DBTEAMLOGSharedContentAddMemberDetails)Parameters
sharedContentAddMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_downloads_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeDownloadsPolicyDetails: (nonnull DBTEAMLOGSharedContentChangeDownloadsPolicyDetails *) sharedContentChangeDownloadsPolicyDetails;Swift
init(sharedContentChangeDownloadsPolicyDetails: DBTEAMLOGSharedContentChangeDownloadsPolicyDetails)Parameters
sharedContentChangeDownloadsPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_invitee_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeInviteeRoleDetails: (nonnull DBTEAMLOGSharedContentChangeInviteeRoleDetails *) sharedContentChangeInviteeRoleDetails;Swift
init(sharedContentChangeInviteeRoleDetails: DBTEAMLOGSharedContentChangeInviteeRoleDetails)Parameters
sharedContentChangeInviteeRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_link_audience_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkAudienceDetails: (nonnull DBTEAMLOGSharedContentChangeLinkAudienceDetails *) sharedContentChangeLinkAudienceDetails;Swift
init(sharedContentChangeLinkAudienceDetails: DBTEAMLOGSharedContentChangeLinkAudienceDetails)Parameters
sharedContentChangeLinkAudienceDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_link_expiry_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkExpiryDetails: (nonnull DBTEAMLOGSharedContentChangeLinkExpiryDetails *) sharedContentChangeLinkExpiryDetails;Swift
init(sharedContentChangeLinkExpiryDetails: DBTEAMLOGSharedContentChangeLinkExpiryDetails)Parameters
sharedContentChangeLinkExpiryDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_link_password_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkPasswordDetails: (nonnull DBTEAMLOGSharedContentChangeLinkPasswordDetails *) sharedContentChangeLinkPasswordDetails;Swift
init(sharedContentChangeLinkPasswordDetails: DBTEAMLOGSharedContentChangeLinkPasswordDetails)Parameters
sharedContentChangeLinkPasswordDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_member_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeMemberRoleDetails: (nonnull DBTEAMLOGSharedContentChangeMemberRoleDetails *) sharedContentChangeMemberRoleDetails;Swift
init(sharedContentChangeMemberRoleDetails: DBTEAMLOGSharedContentChangeMemberRoleDetails)Parameters
sharedContentChangeMemberRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_viewer_info_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeViewerInfoPolicyDetails: (nonnull DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails *) sharedContentChangeViewerInfoPolicyDetails;Swift
init(sharedContentChangeViewerInfoPolicyDetails: DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails)Parameters
sharedContentChangeViewerInfoPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_claim_invitation_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentClaimInvitationDetails: (nonnull DBTEAMLOGSharedContentClaimInvitationDetails *) sharedContentClaimInvitationDetails;Swift
init(sharedContentClaimInvitationDetails: DBTEAMLOGSharedContentClaimInvitationDetails)Parameters
sharedContentClaimInvitationDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_copy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentCopyDetails: (nonnull DBTEAMLOGSharedContentCopyDetails *)sharedContentCopyDetails;Swift
init(sharedContentCopyDetails: DBTEAMLOGSharedContentCopyDetails)Parameters
sharedContentCopyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_download_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentDownloadDetails: (nonnull DBTEAMLOGSharedContentDownloadDetails *) sharedContentDownloadDetails;Swift
init(sharedContentDownloadDetails: DBTEAMLOGSharedContentDownloadDetails)Parameters
sharedContentDownloadDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_relinquish_membership_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRelinquishMembershipDetails: (nonnull DBTEAMLOGSharedContentRelinquishMembershipDetails *) sharedContentRelinquishMembershipDetails;Swift
init(sharedContentRelinquishMembershipDetails: DBTEAMLOGSharedContentRelinquishMembershipDetails)Parameters
sharedContentRelinquishMembershipDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_invitees_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveInviteesDetails: (nonnull DBTEAMLOGSharedContentRemoveInviteesDetails *) sharedContentRemoveInviteesDetails;Swift
init(sharedContentRemoveInviteesDetails: DBTEAMLOGSharedContentRemoveInviteesDetails)Parameters
sharedContentRemoveInviteesDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_link_expiry_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveLinkExpiryDetails: (nonnull DBTEAMLOGSharedContentRemoveLinkExpiryDetails *) sharedContentRemoveLinkExpiryDetails;Swift
init(sharedContentRemoveLinkExpiryDetails: DBTEAMLOGSharedContentRemoveLinkExpiryDetails)Parameters
sharedContentRemoveLinkExpiryDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_link_password_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveLinkPasswordDetails: (nonnull DBTEAMLOGSharedContentRemoveLinkPasswordDetails *) sharedContentRemoveLinkPasswordDetails;Swift
init(sharedContentRemoveLinkPasswordDetails: DBTEAMLOGSharedContentRemoveLinkPasswordDetails)Parameters
sharedContentRemoveLinkPasswordDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveMemberDetails: (nonnull DBTEAMLOGSharedContentRemoveMemberDetails *) sharedContentRemoveMemberDetails;Swift
init(sharedContentRemoveMemberDetails: DBTEAMLOGSharedContentRemoveMemberDetails)Parameters
sharedContentRemoveMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_request_access_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRequestAccessDetails: (nonnull DBTEAMLOGSharedContentRequestAccessDetails *) sharedContentRequestAccessDetails;Swift
init(sharedContentRequestAccessDetails: DBTEAMLOGSharedContentRequestAccessDetails)Parameters
sharedContentRequestAccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_restore_invitees_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRestoreInviteesDetails: (nonnull DBTEAMLOGSharedContentRestoreInviteesDetails *) sharedContentRestoreInviteesDetails;Swift
init(sharedContentRestoreInviteesDetails: DBTEAMLOGSharedContentRestoreInviteesDetails)Parameters
sharedContentRestoreInviteesDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_restore_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRestoreMemberDetails: (nonnull DBTEAMLOGSharedContentRestoreMemberDetails *) sharedContentRestoreMemberDetails;Swift
init(sharedContentRestoreMemberDetails: DBTEAMLOGSharedContentRestoreMemberDetails)Parameters
sharedContentRestoreMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_unshare_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentUnshareDetails: (nonnull DBTEAMLOGSharedContentUnshareDetails *)sharedContentUnshareDetails;Swift
init(sharedContentUnshareDetails: DBTEAMLOGSharedContentUnshareDetails)Parameters
sharedContentUnshareDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_view_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentViewDetails: (nonnull DBTEAMLOGSharedContentViewDetails *)sharedContentViewDetails;Swift
init(sharedContentViewDetails: DBTEAMLOGSharedContentViewDetails)Parameters
sharedContentViewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_link_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeLinkPolicyDetails: (nonnull DBTEAMLOGSharedFolderChangeLinkPolicyDetails *) sharedFolderChangeLinkPolicyDetails;Swift
init(sharedFolderChangeLinkPolicyDetails: DBTEAMLOGSharedFolderChangeLinkPolicyDetails)Parameters
sharedFolderChangeLinkPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_members_inheritance_policy_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithSharedFolderChangeMembersInheritancePolicyDetails: (nonnull DBTEAMLOGSharedFolderChangeMembersInheritancePolicyDetails *) sharedFolderChangeMembersInheritancePolicyDetails;Swift
init(sharedFolderChangeMembersInheritancePolicyDetails: DBTEAMLOGSharedFolderChangeMembersInheritancePolicyDetails)Parameters
sharedFolderChangeMembersInheritancePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_members_management_policy_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithSharedFolderChangeMembersManagementPolicyDetails: (nonnull DBTEAMLOGSharedFolderChangeMembersManagementPolicyDetails *) sharedFolderChangeMembersManagementPolicyDetails;Swift
init(sharedFolderChangeMembersManagementPolicyDetails: DBTEAMLOGSharedFolderChangeMembersManagementPolicyDetails)Parameters
sharedFolderChangeMembersManagementPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_members_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeMembersPolicyDetails: (nonnull DBTEAMLOGSharedFolderChangeMembersPolicyDetails *) sharedFolderChangeMembersPolicyDetails;Swift
init(sharedFolderChangeMembersPolicyDetails: DBTEAMLOGSharedFolderChangeMembersPolicyDetails)Parameters
sharedFolderChangeMembersPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderCreateDetails: (nonnull DBTEAMLOGSharedFolderCreateDetails *)sharedFolderCreateDetails;Swift
init(sharedFolderCreateDetails: DBTEAMLOGSharedFolderCreateDetails)Parameters
sharedFolderCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_decline_invitation_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderDeclineInvitationDetails: (nonnull DBTEAMLOGSharedFolderDeclineInvitationDetails *) sharedFolderDeclineInvitationDetails;Swift
init(sharedFolderDeclineInvitationDetails: DBTEAMLOGSharedFolderDeclineInvitationDetails)Parameters
sharedFolderDeclineInvitationDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_mount_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderMountDetails: (nonnull DBTEAMLOGSharedFolderMountDetails *)sharedFolderMountDetails;Swift
init(sharedFolderMountDetails: DBTEAMLOGSharedFolderMountDetails)Parameters
sharedFolderMountDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_nest_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderNestDetails: (nonnull DBTEAMLOGSharedFolderNestDetails *)sharedFolderNestDetails;Swift
init(sharedFolderNestDetails: DBTEAMLOGSharedFolderNestDetails)Parameters
sharedFolderNestDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_transfer_ownership_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderTransferOwnershipDetails: (nonnull DBTEAMLOGSharedFolderTransferOwnershipDetails *) sharedFolderTransferOwnershipDetails;Swift
init(sharedFolderTransferOwnershipDetails: DBTEAMLOGSharedFolderTransferOwnershipDetails)Parameters
sharedFolderTransferOwnershipDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_unmount_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderUnmountDetails: (nonnull DBTEAMLOGSharedFolderUnmountDetails *)sharedFolderUnmountDetails;Swift
init(sharedFolderUnmountDetails: DBTEAMLOGSharedFolderUnmountDetails)Parameters
sharedFolderUnmountDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_add_expiry_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkAddExpiryDetails: (nonnull DBTEAMLOGSharedLinkAddExpiryDetails *)sharedLinkAddExpiryDetails;Swift
init(sharedLinkAddExpiryDetails: DBTEAMLOGSharedLinkAddExpiryDetails)Parameters
sharedLinkAddExpiryDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_change_expiry_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkChangeExpiryDetails: (nonnull DBTEAMLOGSharedLinkChangeExpiryDetails *) sharedLinkChangeExpiryDetails;Swift
init(sharedLinkChangeExpiryDetails: DBTEAMLOGSharedLinkChangeExpiryDetails)Parameters
sharedLinkChangeExpiryDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_change_visibility_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkChangeVisibilityDetails: (nonnull DBTEAMLOGSharedLinkChangeVisibilityDetails *) sharedLinkChangeVisibilityDetails;Swift
init(sharedLinkChangeVisibilityDetails: DBTEAMLOGSharedLinkChangeVisibilityDetails)Parameters
sharedLinkChangeVisibilityDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_copy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkCopyDetails: (nonnull DBTEAMLOGSharedLinkCopyDetails *)sharedLinkCopyDetails;Swift
init(sharedLinkCopyDetails: DBTEAMLOGSharedLinkCopyDetails)Parameters
sharedLinkCopyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkCreateDetails: (nonnull DBTEAMLOGSharedLinkCreateDetails *)sharedLinkCreateDetails;Swift
init(sharedLinkCreateDetails: DBTEAMLOGSharedLinkCreateDetails)Parameters
sharedLinkCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_disable_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkDisableDetails: (nonnull DBTEAMLOGSharedLinkDisableDetails *)sharedLinkDisableDetails;Swift
init(sharedLinkDisableDetails: DBTEAMLOGSharedLinkDisableDetails)Parameters
sharedLinkDisableDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_download_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkDownloadDetails: (nonnull DBTEAMLOGSharedLinkDownloadDetails *)sharedLinkDownloadDetails;Swift
init(sharedLinkDownloadDetails: DBTEAMLOGSharedLinkDownloadDetails)Parameters
sharedLinkDownloadDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_remove_expiry_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkRemoveExpiryDetails: (nonnull DBTEAMLOGSharedLinkRemoveExpiryDetails *) sharedLinkRemoveExpiryDetails;Swift
init(sharedLinkRemoveExpiryDetails: DBTEAMLOGSharedLinkRemoveExpiryDetails)Parameters
sharedLinkRemoveExpiryDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_add_expiration_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAddExpirationDetails: (nonnull DBTEAMLOGSharedLinkSettingsAddExpirationDetails *) sharedLinkSettingsAddExpirationDetails;Swift
init(sharedLinkSettingsAddExpirationDetails: DBTEAMLOGSharedLinkSettingsAddExpirationDetails)Parameters
sharedLinkSettingsAddExpirationDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_add_password_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAddPasswordDetails: (nonnull DBTEAMLOGSharedLinkSettingsAddPasswordDetails *) sharedLinkSettingsAddPasswordDetails;Swift
init(sharedLinkSettingsAddPasswordDetails: DBTEAMLOGSharedLinkSettingsAddPasswordDetails)Parameters
sharedLinkSettingsAddPasswordDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_allow_download_disabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAllowDownloadDisabledDetails: (nonnull DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledDetails *) sharedLinkSettingsAllowDownloadDisabledDetails;Swift
init(sharedLinkSettingsAllowDownloadDisabledDetails: DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledDetails)Parameters
sharedLinkSettingsAllowDownloadDisabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_allow_download_enabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAllowDownloadEnabledDetails: (nonnull DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledDetails *) sharedLinkSettingsAllowDownloadEnabledDetails;Swift
init(sharedLinkSettingsAllowDownloadEnabledDetails: DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledDetails)Parameters
sharedLinkSettingsAllowDownloadEnabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_change_audience_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangeAudienceDetails: (nonnull DBTEAMLOGSharedLinkSettingsChangeAudienceDetails *) sharedLinkSettingsChangeAudienceDetails;Swift
init(sharedLinkSettingsChangeAudienceDetails: DBTEAMLOGSharedLinkSettingsChangeAudienceDetails)Parameters
sharedLinkSettingsChangeAudienceDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_change_expiration_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangeExpirationDetails: (nonnull DBTEAMLOGSharedLinkSettingsChangeExpirationDetails *) sharedLinkSettingsChangeExpirationDetails;Swift
init(sharedLinkSettingsChangeExpirationDetails: DBTEAMLOGSharedLinkSettingsChangeExpirationDetails)Parameters
sharedLinkSettingsChangeExpirationDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_change_password_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangePasswordDetails: (nonnull DBTEAMLOGSharedLinkSettingsChangePasswordDetails *) sharedLinkSettingsChangePasswordDetails;Swift
init(sharedLinkSettingsChangePasswordDetails: DBTEAMLOGSharedLinkSettingsChangePasswordDetails)Parameters
sharedLinkSettingsChangePasswordDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_remove_expiration_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsRemoveExpirationDetails: (nonnull DBTEAMLOGSharedLinkSettingsRemoveExpirationDetails *) sharedLinkSettingsRemoveExpirationDetails;Swift
init(sharedLinkSettingsRemoveExpirationDetails: DBTEAMLOGSharedLinkSettingsRemoveExpirationDetails)Parameters
sharedLinkSettingsRemoveExpirationDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_remove_password_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsRemovePasswordDetails: (nonnull DBTEAMLOGSharedLinkSettingsRemovePasswordDetails *) sharedLinkSettingsRemovePasswordDetails;Swift
init(sharedLinkSettingsRemovePasswordDetails: DBTEAMLOGSharedLinkSettingsRemovePasswordDetails)Parameters
sharedLinkSettingsRemovePasswordDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_share_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkShareDetails: (nonnull DBTEAMLOGSharedLinkShareDetails *)sharedLinkShareDetails;Swift
init(sharedLinkShareDetails: DBTEAMLOGSharedLinkShareDetails)Parameters
sharedLinkShareDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_view_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkViewDetails: (nonnull DBTEAMLOGSharedLinkViewDetails *)sharedLinkViewDetails;Swift
init(sharedLinkViewDetails: DBTEAMLOGSharedLinkViewDetails)Parameters
sharedLinkViewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_note_opened_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharedNoteOpenedDetails: (nonnull DBTEAMLOGSharedNoteOpenedDetails *)sharedNoteOpenedDetails;Swift
init(sharedNoteOpenedDetails: DBTEAMLOGSharedNoteOpenedDetails)Parameters
sharedNoteOpenedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shmodel_disable_downloads_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelDisableDownloadsDetails: (nonnull DBTEAMLOGShmodelDisableDownloadsDetails *) shmodelDisableDownloadsDetails;Swift
init(shmodelDisableDownloadsDetails: DBTEAMLOGShmodelDisableDownloadsDetails)Parameters
shmodelDisableDownloadsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shmodel_enable_downloads_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelEnableDownloadsDetails: (nonnull DBTEAMLOGShmodelEnableDownloadsDetails *) shmodelEnableDownloadsDetails;Swift
init(shmodelEnableDownloadsDetails: DBTEAMLOGShmodelEnableDownloadsDetails)Parameters
shmodelEnableDownloadsDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shmodel_group_share_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelGroupShareDetails: (nonnull DBTEAMLOGShmodelGroupShareDetails *)shmodelGroupShareDetails;Swift
init(shmodelGroupShareDetails: DBTEAMLOGShmodelGroupShareDetails)Parameters
shmodelGroupShareDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_access_granted_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseAccessGrantedDetails: (nonnull DBTEAMLOGShowcaseAccessGrantedDetails *) showcaseAccessGrantedDetails;Swift
init(showcaseAccessGrantedDetails: DBTEAMLOGShowcaseAccessGrantedDetails)Parameters
showcaseAccessGrantedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_add_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseAddMemberDetails: (nonnull DBTEAMLOGShowcaseAddMemberDetails *)showcaseAddMemberDetails;Swift
init(showcaseAddMemberDetails: DBTEAMLOGShowcaseAddMemberDetails)Parameters
showcaseAddMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_archived_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseArchivedDetails: (nonnull DBTEAMLOGShowcaseArchivedDetails *)showcaseArchivedDetails;Swift
init(showcaseArchivedDetails: DBTEAMLOGShowcaseArchivedDetails)Parameters
showcaseArchivedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_created_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseCreatedDetails: (nonnull DBTEAMLOGShowcaseCreatedDetails *)showcaseCreatedDetails;Swift
init(showcaseCreatedDetails: DBTEAMLOGShowcaseCreatedDetails)Parameters
showcaseCreatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_delete_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseDeleteCommentDetails: (nonnull DBTEAMLOGShowcaseDeleteCommentDetails *) showcaseDeleteCommentDetails;Swift
init(showcaseDeleteCommentDetails: DBTEAMLOGShowcaseDeleteCommentDetails)Parameters
showcaseDeleteCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_edited_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseEditedDetails: (nonnull DBTEAMLOGShowcaseEditedDetails *)showcaseEditedDetails;Swift
init(showcaseEditedDetails: DBTEAMLOGShowcaseEditedDetails)Parameters
showcaseEditedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_edit_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseEditCommentDetails: (nonnull DBTEAMLOGShowcaseEditCommentDetails *)showcaseEditCommentDetails;Swift
init(showcaseEditCommentDetails: DBTEAMLOGShowcaseEditCommentDetails)Parameters
showcaseEditCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_added_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileAddedDetails: (nonnull DBTEAMLOGShowcaseFileAddedDetails *)showcaseFileAddedDetails;Swift
init(showcaseFileAddedDetails: DBTEAMLOGShowcaseFileAddedDetails)Parameters
showcaseFileAddedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_download_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileDownloadDetails: (nonnull DBTEAMLOGShowcaseFileDownloadDetails *)showcaseFileDownloadDetails;Swift
init(showcaseFileDownloadDetails: DBTEAMLOGShowcaseFileDownloadDetails)Parameters
showcaseFileDownloadDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_removed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileRemovedDetails: (nonnull DBTEAMLOGShowcaseFileRemovedDetails *)showcaseFileRemovedDetails;Swift
init(showcaseFileRemovedDetails: DBTEAMLOGShowcaseFileRemovedDetails)Parameters
showcaseFileRemovedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_view_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileViewDetails: (nonnull DBTEAMLOGShowcaseFileViewDetails *)showcaseFileViewDetails;Swift
init(showcaseFileViewDetails: DBTEAMLOGShowcaseFileViewDetails)Parameters
showcaseFileViewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_permanently_deleted_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcasePermanentlyDeletedDetails: (nonnull DBTEAMLOGShowcasePermanentlyDeletedDetails *) showcasePermanentlyDeletedDetails;Swift
init(showcasePermanentlyDeletedDetails: DBTEAMLOGShowcasePermanentlyDeletedDetails)Parameters
showcasePermanentlyDeletedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_post_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcasePostCommentDetails: (nonnull DBTEAMLOGShowcasePostCommentDetails *)showcasePostCommentDetails;Swift
init(showcasePostCommentDetails: DBTEAMLOGShowcasePostCommentDetails)Parameters
showcasePostCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_remove_member_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRemoveMemberDetails: (nonnull DBTEAMLOGShowcaseRemoveMemberDetails *)showcaseRemoveMemberDetails;Swift
init(showcaseRemoveMemberDetails: DBTEAMLOGShowcaseRemoveMemberDetails)Parameters
showcaseRemoveMemberDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_renamed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRenamedDetails: (nonnull DBTEAMLOGShowcaseRenamedDetails *)showcaseRenamedDetails;Swift
init(showcaseRenamedDetails: DBTEAMLOGShowcaseRenamedDetails)Parameters
showcaseRenamedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_request_access_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRequestAccessDetails: (nonnull DBTEAMLOGShowcaseRequestAccessDetails *) showcaseRequestAccessDetails;Swift
init(showcaseRequestAccessDetails: DBTEAMLOGShowcaseRequestAccessDetails)Parameters
showcaseRequestAccessDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_resolve_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseResolveCommentDetails: (nonnull DBTEAMLOGShowcaseResolveCommentDetails *) showcaseResolveCommentDetails;Swift
init(showcaseResolveCommentDetails: DBTEAMLOGShowcaseResolveCommentDetails)Parameters
showcaseResolveCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_restored_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRestoredDetails: (nonnull DBTEAMLOGShowcaseRestoredDetails *)showcaseRestoredDetails;Swift
init(showcaseRestoredDetails: DBTEAMLOGShowcaseRestoredDetails)Parameters
showcaseRestoredDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_trashed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseTrashedDetails: (nonnull DBTEAMLOGShowcaseTrashedDetails *)showcaseTrashedDetails;Swift
init(showcaseTrashedDetails: DBTEAMLOGShowcaseTrashedDetails)Parameters
showcaseTrashedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_trashed_deprecated_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseTrashedDeprecatedDetails: (nonnull DBTEAMLOGShowcaseTrashedDeprecatedDetails *) showcaseTrashedDeprecatedDetails;Swift
init(showcaseTrashedDeprecatedDetails: DBTEAMLOGShowcaseTrashedDeprecatedDetails)Parameters
showcaseTrashedDeprecatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_unresolve_comment_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUnresolveCommentDetails: (nonnull DBTEAMLOGShowcaseUnresolveCommentDetails *) showcaseUnresolveCommentDetails;Swift
init(showcaseUnresolveCommentDetails: DBTEAMLOGShowcaseUnresolveCommentDetails)Parameters
showcaseUnresolveCommentDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_untrashed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUntrashedDetails: (nonnull DBTEAMLOGShowcaseUntrashedDetails *)showcaseUntrashedDetails;Swift
init(showcaseUntrashedDetails: DBTEAMLOGShowcaseUntrashedDetails)Parameters
showcaseUntrashedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_untrashed_deprecated_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUntrashedDeprecatedDetails: (nonnull DBTEAMLOGShowcaseUntrashedDeprecatedDetails *) showcaseUntrashedDeprecatedDetails;Swift
init(showcaseUntrashedDeprecatedDetails: DBTEAMLOGShowcaseUntrashedDeprecatedDetails)Parameters
showcaseUntrashedDeprecatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_view_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseViewDetails: (nonnull DBTEAMLOGShowcaseViewDetails *)showcaseViewDetails;Swift
init(showcaseViewDetails: DBTEAMLOGShowcaseViewDetails)Parameters
showcaseViewDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_add_cert_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddCertDetails: (nonnull DBTEAMLOGSsoAddCertDetails *)ssoAddCertDetails;Swift
init(ssoAddCertDetails: DBTEAMLOGSsoAddCertDetails)Parameters
ssoAddCertDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_add_login_url_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddLoginUrlDetails: (nonnull DBTEAMLOGSsoAddLoginUrlDetails *)ssoAddLoginUrlDetails;Swift
init(ssoAddLoginUrlDetails: DBTEAMLOGSsoAddLoginUrlDetails)Parameters
ssoAddLoginUrlDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_add_logout_url_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddLogoutUrlDetails: (nonnull DBTEAMLOGSsoAddLogoutUrlDetails *)ssoAddLogoutUrlDetails;Swift
init(ssoAddLogoutUrlDetails: DBTEAMLOGSsoAddLogoutUrlDetails)Parameters
ssoAddLogoutUrlDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_cert_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeCertDetails: (nonnull DBTEAMLOGSsoChangeCertDetails *)ssoChangeCertDetails;Swift
init(ssoChangeCertDetails: DBTEAMLOGSsoChangeCertDetails)Parameters
ssoChangeCertDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_login_url_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeLoginUrlDetails: (nonnull DBTEAMLOGSsoChangeLoginUrlDetails *)ssoChangeLoginUrlDetails;Swift
init(ssoChangeLoginUrlDetails: DBTEAMLOGSsoChangeLoginUrlDetails)Parameters
ssoChangeLoginUrlDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_logout_url_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeLogoutUrlDetails: (nonnull DBTEAMLOGSsoChangeLogoutUrlDetails *)ssoChangeLogoutUrlDetails;Swift
init(ssoChangeLogoutUrlDetails: DBTEAMLOGSsoChangeLogoutUrlDetails)Parameters
ssoChangeLogoutUrlDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_saml_identity_mode_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeSamlIdentityModeDetails: (nonnull DBTEAMLOGSsoChangeSamlIdentityModeDetails *) ssoChangeSamlIdentityModeDetails;Swift
init(ssoChangeSamlIdentityModeDetails: DBTEAMLOGSsoChangeSamlIdentityModeDetails)Parameters
ssoChangeSamlIdentityModeDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_remove_cert_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveCertDetails: (nonnull DBTEAMLOGSsoRemoveCertDetails *)ssoRemoveCertDetails;Swift
init(ssoRemoveCertDetails: DBTEAMLOGSsoRemoveCertDetails)Parameters
ssoRemoveCertDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_remove_login_url_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveLoginUrlDetails: (nonnull DBTEAMLOGSsoRemoveLoginUrlDetails *)ssoRemoveLoginUrlDetails;Swift
init(ssoRemoveLoginUrlDetails: DBTEAMLOGSsoRemoveLoginUrlDetails)Parameters
ssoRemoveLoginUrlDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_remove_logout_url_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveLogoutUrlDetails: (nonnull DBTEAMLOGSsoRemoveLogoutUrlDetails *)ssoRemoveLogoutUrlDetails;Swift
init(ssoRemoveLogoutUrlDetails: DBTEAMLOGSsoRemoveLogoutUrlDetails)Parameters
ssoRemoveLogoutUrlDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_change_status_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderChangeStatusDetails: (nonnull DBTEAMLOGTeamFolderChangeStatusDetails *) teamFolderChangeStatusDetails;Swift
init(teamFolderChangeStatusDetails: DBTEAMLOGTeamFolderChangeStatusDetails)Parameters
teamFolderChangeStatusDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_create_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderCreateDetails: (nonnull DBTEAMLOGTeamFolderCreateDetails *)teamFolderCreateDetails;Swift
init(teamFolderCreateDetails: DBTEAMLOGTeamFolderCreateDetails)Parameters
teamFolderCreateDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_downgrade_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderDowngradeDetails: (nonnull DBTEAMLOGTeamFolderDowngradeDetails *)teamFolderDowngradeDetails;Swift
init(teamFolderDowngradeDetails: DBTEAMLOGTeamFolderDowngradeDetails)Parameters
teamFolderDowngradeDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_permanently_delete_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderPermanentlyDeleteDetails: (nonnull DBTEAMLOGTeamFolderPermanentlyDeleteDetails *) teamFolderPermanentlyDeleteDetails;Swift
init(teamFolderPermanentlyDeleteDetails: DBTEAMLOGTeamFolderPermanentlyDeleteDetails)Parameters
teamFolderPermanentlyDeleteDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_rename_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderRenameDetails: (nonnull DBTEAMLOGTeamFolderRenameDetails *)teamFolderRenameDetails;Swift
init(teamFolderRenameDetails: DBTEAMLOGTeamFolderRenameDetails)Parameters
teamFolderRenameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_selective_sync_settings_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSelectiveSyncSettingsChangedDetails: (nonnull DBTEAMLOGTeamSelectiveSyncSettingsChangedDetails *) teamSelectiveSyncSettingsChangedDetails;Swift
init(teamSelectiveSyncSettingsChangedDetails: DBTEAMLOGTeamSelectiveSyncSettingsChangedDetails)Parameters
teamSelectiveSyncSettingsChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureChangePolicyDetails: (nonnull DBTEAMLOGAccountCaptureChangePolicyDetails *) accountCaptureChangePolicyDetails;Swift
init(accountCaptureChangePolicyDetails: DBTEAMLOGAccountCaptureChangePolicyDetails)Parameters
accountCaptureChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “admin_email_reminders_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAdminEmailRemindersChangedDetails: (nonnull DBTEAMLOGAdminEmailRemindersChangedDetails *) adminEmailRemindersChangedDetails;Swift
init(adminEmailRemindersChangedDetails: DBTEAMLOGAdminEmailRemindersChangedDetails)Parameters
adminEmailRemindersChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “allow_download_disabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAllowDownloadDisabledDetails: (nonnull DBTEAMLOGAllowDownloadDisabledDetails *) allowDownloadDisabledDetails;Swift
init(allowDownloadDisabledDetails: DBTEAMLOGAllowDownloadDisabledDetails)Parameters
allowDownloadDisabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “allow_download_enabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAllowDownloadEnabledDetails: (nonnull DBTEAMLOGAllowDownloadEnabledDetails *)allowDownloadEnabledDetails;Swift
init(allowDownloadEnabledDetails: DBTEAMLOGAllowDownloadEnabledDetails)Parameters
allowDownloadEnabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_permissions_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithAppPermissionsChangedDetails: (nonnull DBTEAMLOGAppPermissionsChangedDetails *) appPermissionsChangedDetails;Swift
init(appPermissionsChangedDetails: DBTEAMLOGAppPermissionsChangedDetails)Parameters
appPermissionsChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “camera_uploads_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithCameraUploadsPolicyChangedDetails: (nonnull DBTEAMLOGCameraUploadsPolicyChangedDetails *) cameraUploadsPolicyChangedDetails;Swift
init(cameraUploadsPolicyChangedDetails: DBTEAMLOGCameraUploadsPolicyChangedDetails)Parameters
cameraUploadsPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “capture_transcript_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithCaptureTranscriptPolicyChangedDetails: (nonnull DBTEAMLOGCaptureTranscriptPolicyChangedDetails *) captureTranscriptPolicyChangedDetails;Swift
init(captureTranscriptPolicyChangedDetails: DBTEAMLOGCaptureTranscriptPolicyChangedDetails)Parameters
captureTranscriptPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “classification_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationChangePolicyDetails: (nonnull DBTEAMLOGClassificationChangePolicyDetails *) classificationChangePolicyDetails;Swift
init(classificationChangePolicyDetails: DBTEAMLOGClassificationChangePolicyDetails)Parameters
classificationChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “computer_backup_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithComputerBackupPolicyChangedDetails: (nonnull DBTEAMLOGComputerBackupPolicyChangedDetails *) computerBackupPolicyChangedDetails;Swift
init(computerBackupPolicyChangedDetails: DBTEAMLOGComputerBackupPolicyChangedDetails)Parameters
computerBackupPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “content_administration_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithContentAdministrationPolicyChangedDetails: (nonnull DBTEAMLOGContentAdministrationPolicyChangedDetails *) contentAdministrationPolicyChangedDetails;Swift
init(contentAdministrationPolicyChangedDetails: DBTEAMLOGContentAdministrationPolicyChangedDetails)Parameters
contentAdministrationPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_placement_restriction_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDataPlacementRestrictionChangePolicyDetails: (nonnull DBTEAMLOGDataPlacementRestrictionChangePolicyDetails *) dataPlacementRestrictionChangePolicyDetails;Swift
init(dataPlacementRestrictionChangePolicyDetails: DBTEAMLOGDataPlacementRestrictionChangePolicyDetails)Parameters
dataPlacementRestrictionChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_placement_restriction_satisfy_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDataPlacementRestrictionSatisfyPolicyDetails: (nonnull DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails *) dataPlacementRestrictionSatisfyPolicyDetails;Swift
init(dataPlacementRestrictionSatisfyPolicyDetails: DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails)Parameters
dataPlacementRestrictionSatisfyPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_add_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsAddExceptionDetails: (nonnull DBTEAMLOGDeviceApprovalsAddExceptionDetails *) deviceApprovalsAddExceptionDetails;Swift
init(deviceApprovalsAddExceptionDetails: DBTEAMLOGDeviceApprovalsAddExceptionDetails)Parameters
deviceApprovalsAddExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_desktop_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeDesktopPolicyDetails: (nonnull DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails *) deviceApprovalsChangeDesktopPolicyDetails;Swift
init(deviceApprovalsChangeDesktopPolicyDetails: DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails)Parameters
deviceApprovalsChangeDesktopPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_mobile_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeMobilePolicyDetails: (nonnull DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails *) deviceApprovalsChangeMobilePolicyDetails;Swift
init(deviceApprovalsChangeMobilePolicyDetails: DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails)Parameters
deviceApprovalsChangeMobilePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_overage_action_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeOverageActionDetails: (nonnull DBTEAMLOGDeviceApprovalsChangeOverageActionDetails *) deviceApprovalsChangeOverageActionDetails;Swift
init(deviceApprovalsChangeOverageActionDetails: DBTEAMLOGDeviceApprovalsChangeOverageActionDetails)Parameters
deviceApprovalsChangeOverageActionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_unlink_action_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeUnlinkActionDetails: (nonnull DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails *) deviceApprovalsChangeUnlinkActionDetails;Swift
init(deviceApprovalsChangeUnlinkActionDetails: DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails)Parameters
deviceApprovalsChangeUnlinkActionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_remove_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsRemoveExceptionDetails: (nonnull DBTEAMLOGDeviceApprovalsRemoveExceptionDetails *) deviceApprovalsRemoveExceptionDetails;Swift
init(deviceApprovalsRemoveExceptionDetails: DBTEAMLOGDeviceApprovalsRemoveExceptionDetails)Parameters
deviceApprovalsRemoveExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “directory_restrictions_add_members_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDirectoryRestrictionsAddMembersDetails: (nonnull DBTEAMLOGDirectoryRestrictionsAddMembersDetails *) directoryRestrictionsAddMembersDetails;Swift
init(directoryRestrictionsAddMembersDetails: DBTEAMLOGDirectoryRestrictionsAddMembersDetails)Parameters
directoryRestrictionsAddMembersDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “directory_restrictions_remove_members_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDirectoryRestrictionsRemoveMembersDetails: (nonnull DBTEAMLOGDirectoryRestrictionsRemoveMembersDetails *) directoryRestrictionsRemoveMembersDetails;Swift
init(directoryRestrictionsRemoveMembersDetails: DBTEAMLOGDirectoryRestrictionsRemoveMembersDetails)Parameters
directoryRestrictionsRemoveMembersDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “dropbox_passwords_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsPolicyChangedDetails: (nonnull DBTEAMLOGDropboxPasswordsPolicyChangedDetails *) dropboxPasswordsPolicyChangedDetails;Swift
init(dropboxPasswordsPolicyChangedDetails: DBTEAMLOGDropboxPasswordsPolicyChangedDetails)Parameters
dropboxPasswordsPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “email_ingest_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmailIngestPolicyChangedDetails: (nonnull DBTEAMLOGEmailIngestPolicyChangedDetails *) emailIngestPolicyChangedDetails;Swift
init(emailIngestPolicyChangedDetails: DBTEAMLOGEmailIngestPolicyChangedDetails)Parameters
emailIngestPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_add_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmmAddExceptionDetails: (nonnull DBTEAMLOGEmmAddExceptionDetails *)emmAddExceptionDetails;Swift
init(emmAddExceptionDetails: DBTEAMLOGEmmAddExceptionDetails)Parameters
emmAddExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmmChangePolicyDetails: (nonnull DBTEAMLOGEmmChangePolicyDetails *)emmChangePolicyDetails;Swift
init(emmChangePolicyDetails: DBTEAMLOGEmmChangePolicyDetails)Parameters
emmChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_remove_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEmmRemoveExceptionDetails: (nonnull DBTEAMLOGEmmRemoveExceptionDetails *)emmRemoveExceptionDetails;Swift
init(emmRemoveExceptionDetails: DBTEAMLOGEmmRemoveExceptionDetails)Parameters
emmRemoveExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “extended_version_history_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithExtendedVersionHistoryChangePolicyDetails: (nonnull DBTEAMLOGExtendedVersionHistoryChangePolicyDetails *) extendedVersionHistoryChangePolicyDetails;Swift
init(extendedVersionHistoryChangePolicyDetails: DBTEAMLOGExtendedVersionHistoryChangePolicyDetails)Parameters
extendedVersionHistoryChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_drive_backup_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupPolicyChangedDetails: (nonnull DBTEAMLOGExternalDriveBackupPolicyChangedDetails *) externalDriveBackupPolicyChangedDetails;Swift
init(externalDriveBackupPolicyChangedDetails: DBTEAMLOGExternalDriveBackupPolicyChangedDetails)Parameters
externalDriveBackupPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_comments_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileCommentsChangePolicyDetails: (nonnull DBTEAMLOGFileCommentsChangePolicyDetails *) fileCommentsChangePolicyDetails;Swift
init(fileCommentsChangePolicyDetails: DBTEAMLOGFileCommentsChangePolicyDetails)Parameters
fileCommentsChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_locking_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileLockingPolicyChangedDetails: (nonnull DBTEAMLOGFileLockingPolicyChangedDetails *) fileLockingPolicyChangedDetails;Swift
init(fileLockingPolicyChangedDetails: DBTEAMLOGFileLockingPolicyChangedDetails)Parameters
fileLockingPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_provider_migration_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileProviderMigrationPolicyChangedDetails: (nonnull DBTEAMLOGFileProviderMigrationPolicyChangedDetails *) fileProviderMigrationPolicyChangedDetails;Swift
init(fileProviderMigrationPolicyChangedDetails: DBTEAMLOGFileProviderMigrationPolicyChangedDetails)Parameters
fileProviderMigrationPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_requests_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsChangePolicyDetails: (nonnull DBTEAMLOGFileRequestsChangePolicyDetails *) fileRequestsChangePolicyDetails;Swift
init(fileRequestsChangePolicyDetails: DBTEAMLOGFileRequestsChangePolicyDetails)Parameters
fileRequestsChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_requests_emails_enabled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsEmailsEnabledDetails: (nonnull DBTEAMLOGFileRequestsEmailsEnabledDetails *) fileRequestsEmailsEnabledDetails;Swift
init(fileRequestsEmailsEnabledDetails: DBTEAMLOGFileRequestsEmailsEnabledDetails)Parameters
fileRequestsEmailsEnabledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_requests_emails_restricted_to_team_only_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsEmailsRestrictedToTeamOnlyDetails: (nonnull DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails *) fileRequestsEmailsRestrictedToTeamOnlyDetails;Swift
init(fileRequestsEmailsRestrictedToTeamOnlyDetails: DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails)Parameters
fileRequestsEmailsRestrictedToTeamOnlyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersPolicyChangedDetails: (nonnull DBTEAMLOGFileTransfersPolicyChangedDetails *) fileTransfersPolicyChangedDetails;Swift
init(fileTransfersPolicyChangedDetails: DBTEAMLOGFileTransfersPolicyChangedDetails)Parameters
fileTransfersPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_link_restriction_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithFolderLinkRestrictionPolicyChangedDetails: (nonnull DBTEAMLOGFolderLinkRestrictionPolicyChangedDetails *) folderLinkRestrictionPolicyChangedDetails;Swift
init(folderLinkRestrictionPolicyChangedDetails: DBTEAMLOGFolderLinkRestrictionPolicyChangedDetails)Parameters
folderLinkRestrictionPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “google_sso_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGoogleSsoChangePolicyDetails: (nonnull DBTEAMLOGGoogleSsoChangePolicyDetails *) googleSsoChangePolicyDetails;Swift
init(googleSsoChangePolicyDetails: DBTEAMLOGGoogleSsoChangePolicyDetails)Parameters
googleSsoChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_user_management_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGroupUserManagementChangePolicyDetails: (nonnull DBTEAMLOGGroupUserManagementChangePolicyDetails *) groupUserManagementChangePolicyDetails;Swift
init(groupUserManagementChangePolicyDetails: DBTEAMLOGGroupUserManagementChangePolicyDetails)Parameters
groupUserManagementChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “integration_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationPolicyChangedDetails: (nonnull DBTEAMLOGIntegrationPolicyChangedDetails *) integrationPolicyChangedDetails;Swift
init(integrationPolicyChangedDetails: DBTEAMLOGIntegrationPolicyChangedDetails)Parameters
integrationPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “invite_acceptance_email_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithInviteAcceptanceEmailPolicyChangedDetails: (nonnull DBTEAMLOGInviteAcceptanceEmailPolicyChangedDetails *) inviteAcceptanceEmailPolicyChangedDetails;Swift
init(inviteAcceptanceEmailPolicyChangedDetails: DBTEAMLOGInviteAcceptanceEmailPolicyChangedDetails)Parameters
inviteAcceptanceEmailPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_requests_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberRequestsChangePolicyDetails: (nonnull DBTEAMLOGMemberRequestsChangePolicyDetails *) memberRequestsChangePolicyDetails;Swift
init(memberRequestsChangePolicyDetails: DBTEAMLOGMemberRequestsChangePolicyDetails)Parameters
memberRequestsChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_send_invite_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSendInvitePolicyChangedDetails: (nonnull DBTEAMLOGMemberSendInvitePolicyChangedDetails *) memberSendInvitePolicyChangedDetails;Swift
init(memberSendInvitePolicyChangedDetails: DBTEAMLOGMemberSendInvitePolicyChangedDetails)Parameters
memberSendInvitePolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_add_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsAddExceptionDetails: (nonnull DBTEAMLOGMemberSpaceLimitsAddExceptionDetails *) memberSpaceLimitsAddExceptionDetails;Swift
init(memberSpaceLimitsAddExceptionDetails: DBTEAMLOGMemberSpaceLimitsAddExceptionDetails)Parameters
memberSpaceLimitsAddExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_caps_type_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeCapsTypePolicyDetails: (nonnull DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyDetails *) memberSpaceLimitsChangeCapsTypePolicyDetails;Swift
init(memberSpaceLimitsChangeCapsTypePolicyDetails: DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyDetails)Parameters
memberSpaceLimitsChangeCapsTypePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangePolicyDetails: (nonnull DBTEAMLOGMemberSpaceLimitsChangePolicyDetails *) memberSpaceLimitsChangePolicyDetails;Swift
init(memberSpaceLimitsChangePolicyDetails: DBTEAMLOGMemberSpaceLimitsChangePolicyDetails)Parameters
memberSpaceLimitsChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_remove_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsRemoveExceptionDetails: (nonnull DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails *) memberSpaceLimitsRemoveExceptionDetails;Swift
init(memberSpaceLimitsRemoveExceptionDetails: DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails)Parameters
memberSpaceLimitsRemoveExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_suggestions_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSuggestionsChangePolicyDetails: (nonnull DBTEAMLOGMemberSuggestionsChangePolicyDetails *) memberSuggestionsChangePolicyDetails;Swift
init(memberSuggestionsChangePolicyDetails: DBTEAMLOGMemberSuggestionsChangePolicyDetails)Parameters
memberSuggestionsChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “microsoft_office_addin_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithMicrosoftOfficeAddinChangePolicyDetails: (nonnull DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails *) microsoftOfficeAddinChangePolicyDetails;Swift
init(microsoftOfficeAddinChangePolicyDetails: DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails)Parameters
microsoftOfficeAddinChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “network_control_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithNetworkControlChangePolicyDetails: (nonnull DBTEAMLOGNetworkControlChangePolicyDetails *) networkControlChangePolicyDetails;Swift
init(networkControlChangePolicyDetails: DBTEAMLOGNetworkControlChangePolicyDetails)Parameters
networkControlChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_deployment_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeDeploymentPolicyDetails: (nonnull DBTEAMLOGPaperChangeDeploymentPolicyDetails *) paperChangeDeploymentPolicyDetails;Swift
init(paperChangeDeploymentPolicyDetails: DBTEAMLOGPaperChangeDeploymentPolicyDetails)Parameters
paperChangeDeploymentPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_member_link_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeMemberLinkPolicyDetails: (nonnull DBTEAMLOGPaperChangeMemberLinkPolicyDetails *) paperChangeMemberLinkPolicyDetails;Swift
init(paperChangeMemberLinkPolicyDetails: DBTEAMLOGPaperChangeMemberLinkPolicyDetails)Parameters
paperChangeMemberLinkPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_member_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeMemberPolicyDetails: (nonnull DBTEAMLOGPaperChangeMemberPolicyDetails *) paperChangeMemberPolicyDetails;Swift
init(paperChangeMemberPolicyDetails: DBTEAMLOGPaperChangeMemberPolicyDetails)Parameters
paperChangeMemberPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangePolicyDetails: (nonnull DBTEAMLOGPaperChangePolicyDetails *)paperChangePolicyDetails;Swift
init(paperChangePolicyDetails: DBTEAMLOGPaperChangePolicyDetails)Parameters
paperChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_default_folder_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDefaultFolderPolicyChangedDetails: (nonnull DBTEAMLOGPaperDefaultFolderPolicyChangedDetails *) paperDefaultFolderPolicyChangedDetails;Swift
init(paperDefaultFolderPolicyChangedDetails: DBTEAMLOGPaperDefaultFolderPolicyChangedDetails)Parameters
paperDefaultFolderPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_desktop_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDesktopPolicyChangedDetails: (nonnull DBTEAMLOGPaperDesktopPolicyChangedDetails *) paperDesktopPolicyChangedDetails;Swift
init(paperDesktopPolicyChangedDetails: DBTEAMLOGPaperDesktopPolicyChangedDetails)Parameters
paperDesktopPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_enabled_users_group_addition_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperEnabledUsersGroupAdditionDetails: (nonnull DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *) paperEnabledUsersGroupAdditionDetails;Swift
init(paperEnabledUsersGroupAdditionDetails: DBTEAMLOGPaperEnabledUsersGroupAdditionDetails)Parameters
paperEnabledUsersGroupAdditionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_enabled_users_group_removal_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPaperEnabledUsersGroupRemovalDetails: (nonnull DBTEAMLOGPaperEnabledUsersGroupRemovalDetails *) paperEnabledUsersGroupRemovalDetails;Swift
init(paperEnabledUsersGroupRemovalDetails: DBTEAMLOGPaperEnabledUsersGroupRemovalDetails)Parameters
paperEnabledUsersGroupRemovalDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_strength_requirements_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordStrengthRequirementsChangePolicyDetails: (nonnull DBTEAMLOGPasswordStrengthRequirementsChangePolicyDetails *) passwordStrengthRequirementsChangePolicyDetails;Swift
init(passwordStrengthRequirementsChangePolicyDetails: DBTEAMLOGPasswordStrengthRequirementsChangePolicyDetails)Parameters
passwordStrengthRequirementsChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “permanent_delete_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithPermanentDeleteChangePolicyDetails: (nonnull DBTEAMLOGPermanentDeleteChangePolicyDetails *) permanentDeleteChangePolicyDetails;Swift
init(permanentDeleteChangePolicyDetails: DBTEAMLOGPermanentDeleteChangePolicyDetails)Parameters
permanentDeleteChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “reseller_support_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportChangePolicyDetails: (nonnull DBTEAMLOGResellerSupportChangePolicyDetails *) resellerSupportChangePolicyDetails;Swift
init(resellerSupportChangePolicyDetails: DBTEAMLOGResellerSupportChangePolicyDetails)Parameters
resellerSupportChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “rewind_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithRewindPolicyChangedDetails: (nonnull DBTEAMLOGRewindPolicyChangedDetails *)rewindPolicyChangedDetails;Swift
init(rewindPolicyChangedDetails: DBTEAMLOGRewindPolicyChangedDetails)Parameters
rewindPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “send_for_signature_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSendForSignaturePolicyChangedDetails: (nonnull DBTEAMLOGSendForSignaturePolicyChangedDetails *) sendForSignaturePolicyChangedDetails;Swift
init(sendForSignaturePolicyChangedDetails: DBTEAMLOGSendForSignaturePolicyChangedDetails)Parameters
sendForSignaturePolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_folder_join_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeFolderJoinPolicyDetails: (nonnull DBTEAMLOGSharingChangeFolderJoinPolicyDetails *) sharingChangeFolderJoinPolicyDetails;Swift
init(sharingChangeFolderJoinPolicyDetails: DBTEAMLOGSharingChangeFolderJoinPolicyDetails)Parameters
sharingChangeFolderJoinPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_allow_change_expiration_policy_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithSharingChangeLinkAllowChangeExpirationPolicyDetails: (nonnull DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyDetails *) sharingChangeLinkAllowChangeExpirationPolicyDetails;Swift
init(sharingChangeLinkAllowChangeExpirationPolicyDetails: DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyDetails)Parameters
sharingChangeLinkAllowChangeExpirationPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_default_expiration_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkDefaultExpirationPolicyDetails: (nonnull DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyDetails *) sharingChangeLinkDefaultExpirationPolicyDetails;Swift
init(sharingChangeLinkDefaultExpirationPolicyDetails: DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyDetails)Parameters
sharingChangeLinkDefaultExpirationPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_enforce_password_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkEnforcePasswordPolicyDetails: (nonnull DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyDetails *) sharingChangeLinkEnforcePasswordPolicyDetails;Swift
init(sharingChangeLinkEnforcePasswordPolicyDetails: DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyDetails)Parameters
sharingChangeLinkEnforcePasswordPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkPolicyDetails: (nonnull DBTEAMLOGSharingChangeLinkPolicyDetails *) sharingChangeLinkPolicyDetails;Swift
init(sharingChangeLinkPolicyDetails: DBTEAMLOGSharingChangeLinkPolicyDetails)Parameters
sharingChangeLinkPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_member_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeMemberPolicyDetails: (nonnull DBTEAMLOGSharingChangeMemberPolicyDetails *) sharingChangeMemberPolicyDetails;Swift
init(sharingChangeMemberPolicyDetails: DBTEAMLOGSharingChangeMemberPolicyDetails)Parameters
sharingChangeMemberPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_change_download_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeDownloadPolicyDetails: (nonnull DBTEAMLOGShowcaseChangeDownloadPolicyDetails *) showcaseChangeDownloadPolicyDetails;Swift
init(showcaseChangeDownloadPolicyDetails: DBTEAMLOGShowcaseChangeDownloadPolicyDetails)Parameters
showcaseChangeDownloadPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_change_enabled_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeEnabledPolicyDetails: (nonnull DBTEAMLOGShowcaseChangeEnabledPolicyDetails *) showcaseChangeEnabledPolicyDetails;Swift
init(showcaseChangeEnabledPolicyDetails: DBTEAMLOGShowcaseChangeEnabledPolicyDetails)Parameters
showcaseChangeEnabledPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_change_external_sharing_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeExternalSharingPolicyDetails: (nonnull DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails *) showcaseChangeExternalSharingPolicyDetails;Swift
init(showcaseChangeExternalSharingPolicyDetails: DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails)Parameters
showcaseChangeExternalSharingPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smarter_smart_sync_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSmarterSmartSyncPolicyChangedDetails: (nonnull DBTEAMLOGSmarterSmartSyncPolicyChangedDetails *) smarterSmartSyncPolicyChangedDetails;Swift
init(smarterSmartSyncPolicyChangedDetails: DBTEAMLOGSmarterSmartSyncPolicyChangedDetails)Parameters
smarterSmartSyncPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncChangePolicyDetails: (nonnull DBTEAMLOGSmartSyncChangePolicyDetails *) smartSyncChangePolicyDetails;Swift
init(smartSyncChangePolicyDetails: DBTEAMLOGSmartSyncChangePolicyDetails)Parameters
smartSyncChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_not_opt_out_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncNotOptOutDetails: (nonnull DBTEAMLOGSmartSyncNotOptOutDetails *)smartSyncNotOptOutDetails;Swift
init(smartSyncNotOptOutDetails: DBTEAMLOGSmartSyncNotOptOutDetails)Parameters
smartSyncNotOptOutDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_opt_out_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncOptOutDetails: (nonnull DBTEAMLOGSmartSyncOptOutDetails *)smartSyncOptOutDetails;Swift
init(smartSyncOptOutDetails: DBTEAMLOGSmartSyncOptOutDetails)Parameters
smartSyncOptOutDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangePolicyDetails: (nonnull DBTEAMLOGSsoChangePolicyDetails *)ssoChangePolicyDetails;Swift
init(ssoChangePolicyDetails: DBTEAMLOGSsoChangePolicyDetails)Parameters
ssoChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_branding_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamBrandingPolicyChangedDetails: (nonnull DBTEAMLOGTeamBrandingPolicyChangedDetails *) teamBrandingPolicyChangedDetails;Swift
init(teamBrandingPolicyChangedDetails: DBTEAMLOGTeamBrandingPolicyChangedDetails)Parameters
teamBrandingPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_extensions_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamExtensionsPolicyChangedDetails: (nonnull DBTEAMLOGTeamExtensionsPolicyChangedDetails *) teamExtensionsPolicyChangedDetails;Swift
init(teamExtensionsPolicyChangedDetails: DBTEAMLOGTeamExtensionsPolicyChangedDetails)Parameters
teamExtensionsPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_selective_sync_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSelectiveSyncPolicyChangedDetails: (nonnull DBTEAMLOGTeamSelectiveSyncPolicyChangedDetails *) teamSelectiveSyncPolicyChangedDetails;Swift
init(teamSelectiveSyncPolicyChangedDetails: DBTEAMLOGTeamSelectiveSyncPolicyChangedDetails)Parameters
teamSelectiveSyncPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_sharing_whitelist_subjects_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSharingWhitelistSubjectsChangedDetails: (nonnull DBTEAMLOGTeamSharingWhitelistSubjectsChangedDetails *) teamSharingWhitelistSubjectsChangedDetails;Swift
init(teamSharingWhitelistSubjectsChangedDetails: DBTEAMLOGTeamSharingWhitelistSubjectsChangedDetails)Parameters
teamSharingWhitelistSubjectsChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_add_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddExceptionDetails: (nonnull DBTEAMLOGTfaAddExceptionDetails *)tfaAddExceptionDetails;Swift
init(tfaAddExceptionDetails: DBTEAMLOGTfaAddExceptionDetails)Parameters
tfaAddExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangePolicyDetails: (nonnull DBTEAMLOGTfaChangePolicyDetails *)tfaChangePolicyDetails;Swift
init(tfaChangePolicyDetails: DBTEAMLOGTfaChangePolicyDetails)Parameters
tfaChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_remove_exception_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveExceptionDetails: (nonnull DBTEAMLOGTfaRemoveExceptionDetails *)tfaRemoveExceptionDetails;Swift
init(tfaRemoveExceptionDetails: DBTEAMLOGTfaRemoveExceptionDetails)Parameters
tfaRemoveExceptionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “two_account_change_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTwoAccountChangePolicyDetails: (nonnull DBTEAMLOGTwoAccountChangePolicyDetails *) twoAccountChangePolicyDetails;Swift
init(twoAccountChangePolicyDetails: DBTEAMLOGTwoAccountChangePolicyDetails)Parameters
twoAccountChangePolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “viewer_info_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithViewerInfoPolicyChangedDetails: (nonnull DBTEAMLOGViewerInfoPolicyChangedDetails *) viewerInfoPolicyChangedDetails;Swift
init(viewerInfoPolicyChangedDetails: DBTEAMLOGViewerInfoPolicyChangedDetails)Parameters
viewerInfoPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “watermarking_policy_changed_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithWatermarkingPolicyChangedDetails: (nonnull DBTEAMLOGWatermarkingPolicyChangedDetails *) watermarkingPolicyChangedDetails;Swift
init(watermarkingPolicyChangedDetails: DBTEAMLOGWatermarkingPolicyChangedDetails)Parameters
watermarkingPolicyChangedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “web_sessions_change_active_session_limit_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeActiveSessionLimitDetails: (nonnull DBTEAMLOGWebSessionsChangeActiveSessionLimitDetails *) webSessionsChangeActiveSessionLimitDetails;Swift
init(webSessionsChangeActiveSessionLimitDetails: DBTEAMLOGWebSessionsChangeActiveSessionLimitDetails)Parameters
webSessionsChangeActiveSessionLimitDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “web_sessions_change_fixed_length_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeFixedLengthPolicyDetails: (nonnull DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails *) webSessionsChangeFixedLengthPolicyDetails;Swift
init(webSessionsChangeFixedLengthPolicyDetails: DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails)Parameters
webSessionsChangeFixedLengthPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “web_sessions_change_idle_length_policy_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeIdleLengthPolicyDetails: (nonnull DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails *) webSessionsChangeIdleLengthPolicyDetails;Swift
init(webSessionsChangeIdleLengthPolicyDetails: DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails)Parameters
webSessionsChangeIdleLengthPolicyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_residency_migration_request_successful_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithDataResidencyMigrationRequestSuccessfulDetails: (nonnull DBTEAMLOGDataResidencyMigrationRequestSuccessfulDetails *) dataResidencyMigrationRequestSuccessfulDetails;Swift
init(dataResidencyMigrationRequestSuccessfulDetails: DBTEAMLOGDataResidencyMigrationRequestSuccessfulDetails)Parameters
dataResidencyMigrationRequestSuccessfulDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_residency_migration_request_unsuccessful_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithDataResidencyMigrationRequestUnsuccessfulDetails: (nonnull DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulDetails *) dataResidencyMigrationRequestUnsuccessfulDetails;Swift
init(dataResidencyMigrationRequestUnsuccessfulDetails: DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulDetails)Parameters
dataResidencyMigrationRequestUnsuccessfulDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_from_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeFromDetails: (nonnull DBTEAMLOGTeamMergeFromDetails *)teamMergeFromDetails;Swift
init(teamMergeFromDetails: DBTEAMLOGTeamMergeFromDetails)Parameters
teamMergeFromDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_to_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeToDetails: (nonnull DBTEAMLOGTeamMergeToDetails *)teamMergeToDetails;Swift
init(teamMergeToDetails: DBTEAMLOGTeamMergeToDetails)Parameters
teamMergeToDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_add_background_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileAddBackgroundDetails: (nonnull DBTEAMLOGTeamProfileAddBackgroundDetails *) teamProfileAddBackgroundDetails;Swift
init(teamProfileAddBackgroundDetails: DBTEAMLOGTeamProfileAddBackgroundDetails)Parameters
teamProfileAddBackgroundDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_add_logo_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileAddLogoDetails: (nonnull DBTEAMLOGTeamProfileAddLogoDetails *)teamProfileAddLogoDetails;Swift
init(teamProfileAddLogoDetails: DBTEAMLOGTeamProfileAddLogoDetails)Parameters
teamProfileAddLogoDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_background_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeBackgroundDetails: (nonnull DBTEAMLOGTeamProfileChangeBackgroundDetails *) teamProfileChangeBackgroundDetails;Swift
init(teamProfileChangeBackgroundDetails: DBTEAMLOGTeamProfileChangeBackgroundDetails)Parameters
teamProfileChangeBackgroundDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_default_language_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeDefaultLanguageDetails: (nonnull DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *) teamProfileChangeDefaultLanguageDetails;Swift
init(teamProfileChangeDefaultLanguageDetails: DBTEAMLOGTeamProfileChangeDefaultLanguageDetails)Parameters
teamProfileChangeDefaultLanguageDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_logo_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeLogoDetails: (nonnull DBTEAMLOGTeamProfileChangeLogoDetails *) teamProfileChangeLogoDetails;Swift
init(teamProfileChangeLogoDetails: DBTEAMLOGTeamProfileChangeLogoDetails)Parameters
teamProfileChangeLogoDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_name_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeNameDetails: (nonnull DBTEAMLOGTeamProfileChangeNameDetails *) teamProfileChangeNameDetails;Swift
init(teamProfileChangeNameDetails: DBTEAMLOGTeamProfileChangeNameDetails)Parameters
teamProfileChangeNameDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_remove_background_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileRemoveBackgroundDetails: (nonnull DBTEAMLOGTeamProfileRemoveBackgroundDetails *) teamProfileRemoveBackgroundDetails;Swift
init(teamProfileRemoveBackgroundDetails: DBTEAMLOGTeamProfileRemoveBackgroundDetails)Parameters
teamProfileRemoveBackgroundDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_remove_logo_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileRemoveLogoDetails: (nonnull DBTEAMLOGTeamProfileRemoveLogoDetails *) teamProfileRemoveLogoDetails;Swift
init(teamProfileRemoveLogoDetails: DBTEAMLOGTeamProfileRemoveLogoDetails)Parameters
teamProfileRemoveLogoDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_add_backup_phone_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddBackupPhoneDetails: (nonnull DBTEAMLOGTfaAddBackupPhoneDetails *)tfaAddBackupPhoneDetails;Swift
init(tfaAddBackupPhoneDetails: DBTEAMLOGTfaAddBackupPhoneDetails)Parameters
tfaAddBackupPhoneDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_add_security_key_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddSecurityKeyDetails: (nonnull DBTEAMLOGTfaAddSecurityKeyDetails *)tfaAddSecurityKeyDetails;Swift
init(tfaAddSecurityKeyDetails: DBTEAMLOGTfaAddSecurityKeyDetails)Parameters
tfaAddSecurityKeyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_change_backup_phone_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangeBackupPhoneDetails: (nonnull DBTEAMLOGTfaChangeBackupPhoneDetails *)tfaChangeBackupPhoneDetails;Swift
init(tfaChangeBackupPhoneDetails: DBTEAMLOGTfaChangeBackupPhoneDetails)Parameters
tfaChangeBackupPhoneDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_change_status_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangeStatusDetails: (nonnull DBTEAMLOGTfaChangeStatusDetails *)tfaChangeStatusDetails;Swift
init(tfaChangeStatusDetails: DBTEAMLOGTfaChangeStatusDetails)Parameters
tfaChangeStatusDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_remove_backup_phone_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveBackupPhoneDetails: (nonnull DBTEAMLOGTfaRemoveBackupPhoneDetails *)tfaRemoveBackupPhoneDetails;Swift
init(tfaRemoveBackupPhoneDetails: DBTEAMLOGTfaRemoveBackupPhoneDetails)Parameters
tfaRemoveBackupPhoneDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_remove_security_key_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveSecurityKeyDetails: (nonnull DBTEAMLOGTfaRemoveSecurityKeyDetails *)tfaRemoveSecurityKeyDetails;Swift
init(tfaRemoveSecurityKeyDetails: DBTEAMLOGTfaRemoveSecurityKeyDetails)Parameters
tfaRemoveSecurityKeyDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_reset_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTfaResetDetails: (nonnull DBTEAMLOGTfaResetDetails *)tfaResetDetails;Swift
init(tfaResetDetails: DBTEAMLOGTfaResetDetails)Parameters
tfaResetDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “changed_enterprise_admin_role_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithChangedEnterpriseAdminRoleDetails: (nonnull DBTEAMLOGChangedEnterpriseAdminRoleDetails *) changedEnterpriseAdminRoleDetails;Swift
init(changedEnterpriseAdminRoleDetails: DBTEAMLOGChangedEnterpriseAdminRoleDetails)Parameters
changedEnterpriseAdminRoleDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “changed_enterprise_connected_team_status_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithChangedEnterpriseConnectedTeamStatusDetails: (nonnull DBTEAMLOGChangedEnterpriseConnectedTeamStatusDetails *) changedEnterpriseConnectedTeamStatusDetails;Swift
init(changedEnterpriseConnectedTeamStatusDetails: DBTEAMLOGChangedEnterpriseConnectedTeamStatusDetails)Parameters
changedEnterpriseConnectedTeamStatusDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “ended_enterprise_admin_session_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEndedEnterpriseAdminSessionDetails: (nonnull DBTEAMLOGEndedEnterpriseAdminSessionDetails *) endedEnterpriseAdminSessionDetails;Swift
init(endedEnterpriseAdminSessionDetails: DBTEAMLOGEndedEnterpriseAdminSessionDetails)Parameters
endedEnterpriseAdminSessionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “ended_enterprise_admin_session_deprecated_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEndedEnterpriseAdminSessionDeprecatedDetails: (nonnull DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedDetails *) endedEnterpriseAdminSessionDeprecatedDetails;Swift
init(endedEnterpriseAdminSessionDeprecatedDetails: DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedDetails)Parameters
endedEnterpriseAdminSessionDeprecatedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “enterprise_settings_locking_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithEnterpriseSettingsLockingDetails: (nonnull DBTEAMLOGEnterpriseSettingsLockingDetails *) enterpriseSettingsLockingDetails;Swift
init(enterpriseSettingsLockingDetails: DBTEAMLOGEnterpriseSettingsLockingDetails)Parameters
enterpriseSettingsLockingDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “guest_admin_change_status_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminChangeStatusDetails: (nonnull DBTEAMLOGGuestAdminChangeStatusDetails *) guestAdminChangeStatusDetails;Swift
init(guestAdminChangeStatusDetails: DBTEAMLOGGuestAdminChangeStatusDetails)Parameters
guestAdminChangeStatusDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “started_enterprise_admin_session_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithStartedEnterpriseAdminSessionDetails: (nonnull DBTEAMLOGStartedEnterpriseAdminSessionDetails *) startedEnterpriseAdminSessionDetails;Swift
init(startedEnterpriseAdminSessionDetails: DBTEAMLOGStartedEnterpriseAdminSessionDetails)Parameters
startedEnterpriseAdminSessionDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_accepted_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAcceptedDetails: (nonnull DBTEAMLOGTeamMergeRequestAcceptedDetails *) teamMergeRequestAcceptedDetails;Swift
init(teamMergeRequestAcceptedDetails: DBTEAMLOGTeamMergeRequestAcceptedDetails)Parameters
teamMergeRequestAcceptedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_accepted_shown_to_primary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestAcceptedShownToPrimaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamDetails *) teamMergeRequestAcceptedShownToPrimaryTeamDetails;Swift
init(teamMergeRequestAcceptedShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamDetails)Parameters
teamMergeRequestAcceptedShownToPrimaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_accepted_shown_to_secondary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestAcceptedShownToSecondaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamDetails *) teamMergeRequestAcceptedShownToSecondaryTeamDetails;Swift
init(teamMergeRequestAcceptedShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamDetails)Parameters
teamMergeRequestAcceptedShownToSecondaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_auto_canceled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAutoCanceledDetails: (nonnull DBTEAMLOGTeamMergeRequestAutoCanceledDetails *) teamMergeRequestAutoCanceledDetails;Swift
init(teamMergeRequestAutoCanceledDetails: DBTEAMLOGTeamMergeRequestAutoCanceledDetails)Parameters
teamMergeRequestAutoCanceledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_canceled_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestCanceledDetails: (nonnull DBTEAMLOGTeamMergeRequestCanceledDetails *) teamMergeRequestCanceledDetails;Swift
init(teamMergeRequestCanceledDetails: DBTEAMLOGTeamMergeRequestCanceledDetails)Parameters
teamMergeRequestCanceledDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_canceled_shown_to_primary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestCanceledShownToPrimaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamDetails *) teamMergeRequestCanceledShownToPrimaryTeamDetails;Swift
init(teamMergeRequestCanceledShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamDetails)Parameters
teamMergeRequestCanceledShownToPrimaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_canceled_shown_to_secondary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestCanceledShownToSecondaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails *) teamMergeRequestCanceledShownToSecondaryTeamDetails;Swift
init(teamMergeRequestCanceledShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails)Parameters
teamMergeRequestCanceledShownToSecondaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_expired_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestExpiredDetails: (nonnull DBTEAMLOGTeamMergeRequestExpiredDetails *) teamMergeRequestExpiredDetails;Swift
init(teamMergeRequestExpiredDetails: DBTEAMLOGTeamMergeRequestExpiredDetails)Parameters
teamMergeRequestExpiredDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_expired_shown_to_primary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestExpiredShownToPrimaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamDetails *) teamMergeRequestExpiredShownToPrimaryTeamDetails;Swift
init(teamMergeRequestExpiredShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamDetails)Parameters
teamMergeRequestExpiredShownToPrimaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_expired_shown_to_secondary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestExpiredShownToSecondaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamDetails *) teamMergeRequestExpiredShownToSecondaryTeamDetails;Swift
init(teamMergeRequestExpiredShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamDetails)Parameters
teamMergeRequestExpiredShownToSecondaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_rejected_shown_to_primary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestRejectedShownToPrimaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamDetails *) teamMergeRequestRejectedShownToPrimaryTeamDetails;Swift
init(teamMergeRequestRejectedShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamDetails)Parameters
teamMergeRequestRejectedShownToPrimaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_rejected_shown_to_secondary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestRejectedShownToSecondaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamDetails *) teamMergeRequestRejectedShownToSecondaryTeamDetails;Swift
init(teamMergeRequestRejectedShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamDetails)Parameters
teamMergeRequestRejectedShownToSecondaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_reminder_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestReminderDetails: (nonnull DBTEAMLOGTeamMergeRequestReminderDetails *) teamMergeRequestReminderDetails;Swift
init(teamMergeRequestReminderDetails: DBTEAMLOGTeamMergeRequestReminderDetails)Parameters
teamMergeRequestReminderDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_reminder_shown_to_primary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestReminderShownToPrimaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamDetails *) teamMergeRequestReminderShownToPrimaryTeamDetails;Swift
init(teamMergeRequestReminderShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamDetails)Parameters
teamMergeRequestReminderShownToPrimaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_reminder_shown_to_secondary_team_details”.
Declaration
Objective-C
- (nonnull instancetype) initWithTeamMergeRequestReminderShownToSecondaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamDetails *) teamMergeRequestReminderShownToSecondaryTeamDetails;Swift
init(teamMergeRequestReminderShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamDetails)Parameters
teamMergeRequestReminderShownToSecondaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_revoked_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestRevokedDetails: (nonnull DBTEAMLOGTeamMergeRequestRevokedDetails *) teamMergeRequestRevokedDetails;Swift
init(teamMergeRequestRevokedDetails: DBTEAMLOGTeamMergeRequestRevokedDetails)Parameters
teamMergeRequestRevokedDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_sent_shown_to_primary_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestSentShownToPrimaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamDetails *) teamMergeRequestSentShownToPrimaryTeamDetails;Swift
init(teamMergeRequestSentShownToPrimaryTeamDetails: DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamDetails)Parameters
teamMergeRequestSentShownToPrimaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_sent_shown_to_secondary_team_details”.
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestSentShownToSecondaryTeamDetails: (nonnull DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamDetails *) teamMergeRequestSentShownToSecondaryTeamDetails;Swift
init(teamMergeRequestSentShownToSecondaryTeamDetails: DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamDetails)Parameters
teamMergeRequestSentShownToSecondaryTeamDetails(no description).
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “missing_details”.
Description of the “missing_details” tag state: Hints that this event was returned with missing details due to an internal error.
Declaration
Objective-C
- (nonnull instancetype)initWithMissingDetails: (nonnull DBTEAMLOGMissingDetails *)missingDetails;Swift
init(missingDetails: DBTEAMLOGMissingDetails)Parameters
missingDetailsHints that this event was returned with missing details due to an internal error.
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “other”.
Declaration
Objective-C
- (nonnull instancetype)initWithOther;Swift
init(other: ())Return Value
An initialized instance.
 
- 
                  
                  
Retrieves whether the union’s current tag state has value “admin_alerting_alert_state_changed_details”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingAlertStateChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingAlertStateChangedDetails;Swift
func isAdminAlertingAlertStateChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “admin_alerting_alert_state_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “admin_alerting_changed_alert_config_details”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingChangedAlertConfigDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingChangedAlertConfigDetails;Swift
func isAdminAlertingChangedAlertConfigDetails() -> BoolReturn Value
Whether the union’s current tag state has value “admin_alerting_changed_alert_config_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “admin_alerting_triggered_alert_details”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingTriggeredAlertDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingTriggeredAlertDetails;Swift
func isAdminAlertingTriggeredAlert() -> BoolReturn Value
Whether the union’s current tag state has value “admin_alerting_triggered_alert_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_blocked_by_permissions_details”.
Note
Call this method and ensure it returns true before accessing the
appBlockedByPermissionsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppBlockedByPermissionsDetails;Swift
func isAppBlockedByPermissionsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “app_blocked_by_permissions_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_link_team_details”.
Note
Call this method and ensure it returns true before accessing the
appLinkTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkTeamDetails;Swift
func isAppLinkTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “app_link_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_link_user_details”.
Note
Call this method and ensure it returns true before accessing the
appLinkUserDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkUserDetails;Swift
func isAppLinkUserDetails() -> BoolReturn Value
Whether the union’s current tag state has value “app_link_user_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_unlink_team_details”.
Note
Call this method and ensure it returns true before accessing the
appUnlinkTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkTeamDetails;Swift
func isAppUnlinkTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “app_unlink_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_unlink_user_details”.
Note
Call this method and ensure it returns true before accessing the
appUnlinkUserDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkUserDetails;Swift
func isAppUnlinkUserDetails() -> BoolReturn Value
Whether the union’s current tag state has value “app_unlink_user_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “integration_connected_details”.
Note
Call this method and ensure it returns true before accessing the
integrationConnectedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationConnectedDetails;Swift
func isIntegrationConnectedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “integration_connected_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “integration_disconnected_details”.
Note
Call this method and ensure it returns true before accessing the
integrationDisconnectedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationDisconnectedDetails;Swift
func isIntegrationDisconnectedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “integration_disconnected_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_add_comment_details”.
Note
Call this method and ensure it returns true before accessing the
fileAddCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAddCommentDetails;Swift
func isFileAddCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_add_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_change_comment_subscription_details”.
Note
Call this method and ensure it returns true before accessing the
fileChangeCommentSubscriptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileChangeCommentSubscriptionDetails;Swift
func isFileChangeCommentSubscriptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_change_comment_subscription_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_delete_comment_details”.
Note
Call this method and ensure it returns true before accessing the
fileDeleteCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDeleteCommentDetails;Swift
func isFileDeleteCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_delete_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_edit_comment_details”.
Note
Call this method and ensure it returns true before accessing the
fileEditCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEditCommentDetails;Swift
func isFileEditCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_edit_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_like_comment_details”.
Note
Call this method and ensure it returns true before accessing the
fileLikeCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLikeCommentDetails;Swift
func isFileLikeCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_like_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_resolve_comment_details”.
Note
Call this method and ensure it returns true before accessing the
fileResolveCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileResolveCommentDetails;Swift
func isFileResolveCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_resolve_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_unlike_comment_details”.
Note
Call this method and ensure it returns true before accessing the
fileUnlikeCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnlikeCommentDetails;Swift
func isFileUnlikeCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_unlike_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_unresolve_comment_details”.
Note
Call this method and ensure it returns true before accessing the
fileUnresolveCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnresolveCommentDetails;Swift
func isFileUnresolveCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_unresolve_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_add_folders_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyAddFoldersDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFoldersDetails;Swift
func isGovernancePolicyAddFoldersDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_add_folders_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_add_folder_failed_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyAddFolderFailedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFolderFailedDetails;Swift
func isGovernancePolicyAddFolderFailedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_add_folder_failed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_content_disposed_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyContentDisposedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyContentDisposedDetails;Swift
func isGovernancePolicyContentDisposedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_content_disposed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_create_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyCreateDetails;Swift
func isGovernancePolicyCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_delete_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyDeleteDetails;Swift
func isGovernancePolicyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_edit_details_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyEditDetailsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDetailsDetails;Swift
func isGovernancePolicyEditDetailsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_edit_details_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_edit_duration_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyEditDurationDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDurationDetails;Swift
func isGovernancePolicyEditDurationDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_edit_duration_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_export_created_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyExportCreatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportCreatedDetails;Swift
func isGovernancePolicyExportCreatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_export_created_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_export_removed_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyExportRemovedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportRemovedDetails;Swift
func isGovernancePolicyExportRemovedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_export_removed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_remove_folders_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyRemoveFoldersDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyRemoveFoldersDetails;Swift
func isGovernancePolicyRemoveFoldersDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_remove_folders_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_report_created_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyReportCreatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyReportCreatedDetails;Swift
func isGovernancePolicyReportCreatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_report_created_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_zip_part_downloaded_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyZipPartDownloadedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyZipPartDownloadedDetails;Swift
func isGovernancePolicyZipPartDownloadedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_zip_part_downloaded_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_activate_a_hold_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsActivateAHoldDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsActivateAHoldDetails;Swift
func isLegalHoldsActivateAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_activate_a_hold_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_add_members_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsAddMembersDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsAddMembersDetails;Swift
func isLegalHoldsAddMembersDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_add_members_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_change_hold_details_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsChangeHoldDetailsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldDetailsDetails;Swift
func isLegalHoldsChangeHoldDetailsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_change_hold_details_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_change_hold_name_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsChangeHoldNameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldNameDetails;Swift
func isLegalHoldsChangeHoldNameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_change_hold_name_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_a_hold_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportAHoldDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportAHoldDetails;Swift
func isLegalHoldsExportAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_a_hold_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_cancelled_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportCancelledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportCancelledDetails;Swift
func isLegalHoldsExportCancelledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_cancelled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_downloaded_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportDownloadedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportDownloadedDetails;Swift
func isLegalHoldsExportDownloadedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_downloaded_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_removed_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportRemovedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportRemovedDetails;Swift
func isLegalHoldsExportRemovedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_removed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_release_a_hold_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsReleaseAHoldDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReleaseAHoldDetails;Swift
func isLegalHoldsReleaseAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_release_a_hold_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_remove_members_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsRemoveMembersDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsRemoveMembersDetails;Swift
func isLegalHoldsRemoveMembersDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_remove_members_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_report_a_hold_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsReportAHoldDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReportAHoldDetails;Swift
func isLegalHoldsReportAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_report_a_hold_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_change_ip_desktop_details”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpDesktopDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpDesktopDetails;Swift
func isDeviceChangeIpDesktopDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_change_ip_desktop_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_change_ip_mobile_details”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpMobileDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpMobileDetails;Swift
func isDeviceChangeIpMobileDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_change_ip_mobile_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_change_ip_web_details”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpWebDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpWebDetails;Swift
func isDeviceChangeIpWebDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_change_ip_web_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_delete_on_unlink_fail_details”.
Note
Call this method and ensure it returns true before accessing the
deviceDeleteOnUnlinkFailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkFailDetails;Swift
func isDeviceDeleteOnUnlinkFail() -> BoolReturn Value
Whether the union’s current tag state has value “device_delete_on_unlink_fail_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_delete_on_unlink_success_details”.
Note
Call this method and ensure it returns true before accessing the
deviceDeleteOnUnlinkSuccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkSuccessDetails;Swift
func isDeviceDeleteOnUnlinkSuccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_delete_on_unlink_success_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_link_fail_details”.
Note
Call this method and ensure it returns true before accessing the
deviceLinkFailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkFailDetails;Swift
func isDeviceLinkFail() -> BoolReturn Value
Whether the union’s current tag state has value “device_link_fail_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_link_success_details”.
Note
Call this method and ensure it returns true before accessing the
deviceLinkSuccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkSuccessDetails;Swift
func isDeviceLinkSuccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_link_success_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_management_disabled_details”.
Note
Call this method and ensure it returns true before accessing the
deviceManagementDisabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementDisabledDetails;Swift
func isDeviceManagementDisabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_management_disabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_management_enabled_details”.
Note
Call this method and ensure it returns true before accessing the
deviceManagementEnabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementEnabledDetails;Swift
func isDeviceManagementEnabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_management_enabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_sync_backup_status_changed_details”.
Note
Call this method and ensure it returns true before accessing the
deviceSyncBackupStatusChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceSyncBackupStatusChangedDetails;Swift
func isDeviceSyncBackupStatusChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_sync_backup_status_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_unlink_details”.
Note
Call this method and ensure it returns true before accessing the
deviceUnlinkDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceUnlinkDetails;Swift
func isDeviceUnlinkDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_unlink_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “dropbox_passwords_exported_details”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsExportedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsExportedDetails;Swift
func isDropboxPasswordsExportedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “dropbox_passwords_exported_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “dropbox_passwords_new_device_enrolled_details”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsNewDeviceEnrolledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsNewDeviceEnrolledDetails;Swift
func isDropboxPasswordsNewDeviceEnrolledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “dropbox_passwords_new_device_enrolled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_refresh_auth_token_details”.
Note
Call this method and ensure it returns true before accessing the
emmRefreshAuthTokenDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRefreshAuthTokenDetails;Swift
func isEmmRefreshAuthTokenDetails() -> BoolReturn Value
Whether the union’s current tag state has value “emm_refresh_auth_token_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_drive_backup_eligibility_status_checked_details”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupEligibilityStatusCheckedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupEligibilityStatusCheckedDetails;Swift
func isExternalDriveBackupEligibilityStatusCheckedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “external_drive_backup_eligibility_status_checked_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_drive_backup_status_changed_details”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupStatusChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupStatusChangedDetails;Swift
func isExternalDriveBackupStatusChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “external_drive_backup_status_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_change_availability_details”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureChangeAvailabilityDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangeAvailabilityDetails;Swift
func isAccountCaptureChangeAvailabilityDetails() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_change_availability_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_migrate_account_details”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureMigrateAccountDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureMigrateAccountDetails;Swift
func isAccountCaptureMigrateAccountDetails() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_migrate_account_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_notification_emails_sent_details”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureNotificationEmailsSentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureNotificationEmailsSentDetails;Swift
func isAccountCaptureNotificationEmailsSentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_notification_emails_sent_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_relinquish_account_details”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureRelinquishAccountDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureRelinquishAccountDetails;Swift
func isAccountCaptureRelinquishAccountDetails() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_relinquish_account_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “disabled_domain_invites_details”.
Note
Call this method and ensure it returns true before accessing the
disabledDomainInvitesDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDisabledDomainInvitesDetails;Swift
func isDisabledDomainInvitesDetails() -> BoolReturn Value
Whether the union’s current tag state has value “disabled_domain_invites_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_approve_request_to_join_team_details”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesApproveRequestToJoinTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesApproveRequestToJoinTeamDetails;Swift
func isDomainInvitesApproveRequestToJoinTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_approve_request_to_join_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_decline_request_to_join_team_details”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesDeclineRequestToJoinTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesDeclineRequestToJoinTeamDetails;Swift
func isDomainInvitesDeclineRequestToJoinTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_decline_request_to_join_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_email_existing_users_details”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesEmailExistingUsersDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesEmailExistingUsersDetails;Swift
func isDomainInvitesEmailExistingUsersDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_email_existing_users_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_request_to_join_team_details”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesRequestToJoinTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesRequestToJoinTeamDetails;Swift
func isDomainInvitesRequestToJoinTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_request_to_join_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_no_details”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesSetInviteNewUserPrefToNoDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToNoDetails;Swift
func isDomainInvitesSetInviteNewUserPrefToNoDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_no_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_yes_details”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesSetInviteNewUserPrefToYesDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToYesDetails;Swift
func isDomainInvitesSetInviteNewUserPrefToYesDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_yes_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_verification_add_domain_fail_details”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationAddDomainFailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainFailDetails;Swift
func isDomainVerificationAddDomainFail() -> BoolReturn Value
Whether the union’s current tag state has value “domain_verification_add_domain_fail_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_verification_add_domain_success_details”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationAddDomainSuccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainSuccessDetails;Swift
func isDomainVerificationAddDomainSuccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_verification_add_domain_success_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_verification_remove_domain_details”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationRemoveDomainDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationRemoveDomainDetails;Swift
func isDomainVerificationRemoveDomainDetails() -> BoolReturn Value
Whether the union’s current tag state has value “domain_verification_remove_domain_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “enabled_domain_invites_details”.
Note
Call this method and ensure it returns true before accessing the
enabledDomainInvitesDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnabledDomainInvitesDetails;Swift
func isEnabledDomainInvitesDetails() -> BoolReturn Value
Whether the union’s current tag state has value “enabled_domain_invites_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “apply_naming_convention_details”.
Note
Call this method and ensure it returns true before accessing the
applyNamingConventionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isApplyNamingConventionDetails;Swift
func isApplyNamingConventionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “apply_naming_convention_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “create_folder_details”.
Note
Call this method and ensure it returns true before accessing the
createFolderDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateFolderDetails;Swift
func isCreateFolderDetails() -> BoolReturn Value
Whether the union’s current tag state has value “create_folder_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_add_details”.
Note
Call this method and ensure it returns true before accessing the
fileAddDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAddDetails;Swift
func isFileAdd() -> BoolReturn Value
Whether the union’s current tag state has value “file_add_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_copy_details”.
Note
Call this method and ensure it returns true before accessing the
fileCopyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCopyDetails;Swift
func isFileCopy() -> BoolReturn Value
Whether the union’s current tag state has value “file_copy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_delete_details”.
Note
Call this method and ensure it returns true before accessing the
fileDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDeleteDetails;Swift
func isFileDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_download_details”.
Note
Call this method and ensure it returns true before accessing the
fileDownloadDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDownloadDetails;Swift
func isFileDownloadDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_download_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_edit_details”.
Note
Call this method and ensure it returns true before accessing the
fileEditDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEditDetails;Swift
func isFileEdit() -> BoolReturn Value
Whether the union’s current tag state has value “file_edit_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_get_copy_reference_details”.
Note
Call this method and ensure it returns true before accessing the
fileGetCopyReferenceDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileGetCopyReferenceDetails;Swift
func isFileGetCopyReferenceDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_get_copy_reference_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_locking_lock_status_changed_details”.
Note
Call this method and ensure it returns true before accessing the
fileLockingLockStatusChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingLockStatusChangedDetails;Swift
func isFileLockingLockStatusChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_locking_lock_status_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_move_details”.
Note
Call this method and ensure it returns true before accessing the
fileMoveDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileMoveDetails;Swift
func isFileMove() -> BoolReturn Value
Whether the union’s current tag state has value “file_move_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_permanently_delete_details”.
Note
Call this method and ensure it returns true before accessing the
filePermanentlyDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePermanentlyDeleteDetails;Swift
func isFilePermanentlyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_permanently_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_preview_details”.
Note
Call this method and ensure it returns true before accessing the
filePreviewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePreviewDetails;Swift
func isFilePreviewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_preview_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_rename_details”.
Note
Call this method and ensure it returns true before accessing the
fileRenameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRenameDetails;Swift
func isFileRenameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_rename_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_restore_details”.
Note
Call this method and ensure it returns true before accessing the
fileRestoreDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRestoreDetails;Swift
func isFileRestore() -> BoolReturn Value
Whether the union’s current tag state has value “file_restore_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_revert_details”.
Note
Call this method and ensure it returns true before accessing the
fileRevertDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRevertDetails;Swift
func isFileRevertDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_revert_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_rollback_changes_details”.
Note
Call this method and ensure it returns true before accessing the
fileRollbackChangesDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRollbackChangesDetails;Swift
func isFileRollbackChangesDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_rollback_changes_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_save_copy_reference_details”.
Note
Call this method and ensure it returns true before accessing the
fileSaveCopyReferenceDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileSaveCopyReferenceDetails;Swift
func isFileSaveCopyReferenceDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_save_copy_reference_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_overview_description_changed_details”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewDescriptionChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewDescriptionChangedDetails;Swift
func isFolderOverviewDescriptionChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “folder_overview_description_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_overview_item_pinned_details”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewItemPinnedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemPinnedDetails;Swift
func isFolderOverviewItemPinnedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “folder_overview_item_pinned_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_overview_item_unpinned_details”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewItemUnpinnedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemUnpinnedDetails;Swift
func isFolderOverviewItemUnpinnedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “folder_overview_item_unpinned_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “object_label_added_details”.
Note
Call this method and ensure it returns true before accessing the
objectLabelAddedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelAddedDetails;Swift
func isObjectLabelAddedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “object_label_added_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “object_label_removed_details”.
Note
Call this method and ensure it returns true before accessing the
objectLabelRemovedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelRemovedDetails;Swift
func isObjectLabelRemovedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “object_label_removed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “object_label_updated_value_details”.
Note
Call this method and ensure it returns true before accessing the
objectLabelUpdatedValueDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelUpdatedValueDetails;Swift
func isObjectLabelUpdatedValueDetails() -> BoolReturn Value
Whether the union’s current tag state has value “object_label_updated_value_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “organize_folder_with_tidy_details”.
Note
Call this method and ensure it returns true before accessing the
organizeFolderWithTidyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOrganizeFolderWithTidyDetails;Swift
func isOrganizeFolderWithTidyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “organize_folder_with_tidy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “rewind_folder_details”.
Note
Call this method and ensure it returns true before accessing the
rewindFolderDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindFolderDetails;Swift
func isRewindFolderDetails() -> BoolReturn Value
Whether the union’s current tag state has value “rewind_folder_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “undo_naming_convention_details”.
Note
Call this method and ensure it returns true before accessing the
undoNamingConventionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoNamingConventionDetails;Swift
func isUndoNamingConventionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “undo_naming_convention_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “undo_organize_folder_with_tidy_details”.
Note
Call this method and ensure it returns true before accessing the
undoOrganizeFolderWithTidyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoOrganizeFolderWithTidyDetails;Swift
func isUndoOrganizeFolderWithTidyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “undo_organize_folder_with_tidy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “user_tags_added_details”.
Note
Call this method and ensure it returns true before accessing the
userTagsAddedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsAddedDetails;Swift
func isUserTagsAddedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “user_tags_added_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “user_tags_removed_details”.
Note
Call this method and ensure it returns true before accessing the
userTagsRemovedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsRemovedDetails;Swift
func isUserTagsRemovedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “user_tags_removed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “email_ingest_receive_file_details”.
Note
Call this method and ensure it returns true before accessing the
emailIngestReceiveFileDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestReceiveFileDetails;Swift
func isEmailIngestReceiveFileDetails() -> BoolReturn Value
Whether the union’s current tag state has value “email_ingest_receive_file_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_change_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestChangeDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestChangeDetails;Swift
func isFileRequestChange() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_change_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_close_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestCloseDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestCloseDetails;Swift
func isFileRequestClose() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_close_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_create_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestCreateDetails;Swift
func isFileRequestCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_delete_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestDeleteDetails;Swift
func isFileRequestDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_receive_file_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestReceiveFileDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestReceiveFileDetails;Swift
func isFileRequestReceiveFileDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_receive_file_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_add_external_id_details”.
Note
Call this method and ensure it returns true before accessing the
groupAddExternalIdDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddExternalIdDetails;Swift
func isGroupAddExternalIdDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_add_external_id_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_add_member_details”.
Note
Call this method and ensure it returns true before accessing the
groupAddMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddMemberDetails;Swift
func isGroupAddMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_add_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_change_external_id_details”.
Note
Call this method and ensure it returns true before accessing the
groupChangeExternalIdDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeExternalIdDetails;Swift
func isGroupChangeExternalIdDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_change_external_id_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_change_management_type_details”.
Note
Call this method and ensure it returns true before accessing the
groupChangeManagementTypeDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeManagementTypeDetails;Swift
func isGroupChangeManagementTypeDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_change_management_type_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_change_member_role_details”.
Note
Call this method and ensure it returns true before accessing the
groupChangeMemberRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeMemberRoleDetails;Swift
func isGroupChangeMemberRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_change_member_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_create_details”.
Note
Call this method and ensure it returns true before accessing the
groupCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupCreateDetails;Swift
func isGroupCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_delete_details”.
Note
Call this method and ensure it returns true before accessing the
groupDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDeleteDetails;Swift
func isGroupDelete() -> BoolReturn Value
Whether the union’s current tag state has value “group_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_description_updated_details”.
Note
Call this method and ensure it returns true before accessing the
groupDescriptionUpdatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDescriptionUpdatedDetails;Swift
func isGroupDescriptionUpdatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_description_updated_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_join_policy_updated_details”.
Note
Call this method and ensure it returns true before accessing the
groupJoinPolicyUpdatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupJoinPolicyUpdatedDetails;Swift
func isGroupJoinPolicyUpdatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_join_policy_updated_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_moved_details”.
Note
Call this method and ensure it returns true before accessing the
groupMovedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupMovedDetails;Swift
func isGroupMovedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_moved_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_remove_external_id_details”.
Note
Call this method and ensure it returns true before accessing the
groupRemoveExternalIdDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveExternalIdDetails;Swift
func isGroupRemoveExternalIdDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_remove_external_id_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_remove_member_details”.
Note
Call this method and ensure it returns true before accessing the
groupRemoveMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveMemberDetails;Swift
func isGroupRemoveMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_remove_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_rename_details”.
Note
Call this method and ensure it returns true before accessing the
groupRenameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRenameDetails;Swift
func isGroupRenameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_rename_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_lock_or_unlocked_details”.
Note
Call this method and ensure it returns true before accessing the
accountLockOrUnlockedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountLockOrUnlockedDetails;Swift
func isAccountLockOrUnlockedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “account_lock_or_unlocked_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_error_details”.
Note
Call this method and ensure it returns true before accessing the
emmErrorDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmErrorDetails;Swift
func isEmmErrorDetails() -> BoolReturn Value
Whether the union’s current tag state has value “emm_error_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “guest_admin_signed_in_via_trusted_teams_details”.
Note
Call this method and ensure it returns true before accessing the
guestAdminSignedInViaTrustedTeamsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedInViaTrustedTeamsDetails;Swift
func isGuestAdminSignedInViaTrustedTeamsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “guest_admin_signed_in_via_trusted_teams_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “guest_admin_signed_out_via_trusted_teams_details”.
Note
Call this method and ensure it returns true before accessing the
guestAdminSignedOutViaTrustedTeamsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedOutViaTrustedTeamsDetails;Swift
func isGuestAdminSignedOutViaTrustedTeamsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “guest_admin_signed_out_via_trusted_teams_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “login_fail_details”.
Note
Call this method and ensure it returns true before accessing the
loginFailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginFailDetails;Swift
func isLoginFail() -> BoolReturn Value
Whether the union’s current tag state has value “login_fail_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “login_success_details”.
Note
Call this method and ensure it returns true before accessing the
loginSuccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginSuccessDetails;Swift
func isLoginSuccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “login_success_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “logout_details”.
Note
Call this method and ensure it returns true before accessing the
logoutDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLogoutDetails;Swift
func isLogoutDetails() -> BoolReturn Value
Whether the union’s current tag state has value “logout_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “reseller_support_session_end_details”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportSessionEndDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionEndDetails;Swift
func isResellerSupportSessionEnd() -> BoolReturn Value
Whether the union’s current tag state has value “reseller_support_session_end_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “reseller_support_session_start_details”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportSessionStartDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionStartDetails;Swift
func isResellerSupportSessionStart() -> BoolReturn Value
Whether the union’s current tag state has value “reseller_support_session_start_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sign_in_as_session_end_details”.
Note
Call this method and ensure it returns true before accessing the
signInAsSessionEndDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionEndDetails;Swift
func isSignInAsSessionEnd() -> BoolReturn Value
Whether the union’s current tag state has value “sign_in_as_session_end_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sign_in_as_session_start_details”.
Note
Call this method and ensure it returns true before accessing the
signInAsSessionStartDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionStartDetails;Swift
func isSignInAsSessionStart() -> BoolReturn Value
Whether the union’s current tag state has value “sign_in_as_session_start_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_error_details”.
Note
Call this method and ensure it returns true before accessing the
ssoErrorDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoErrorDetails;Swift
func isSsoErrorDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_error_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “create_team_invite_link_details”.
Note
Call this method and ensure it returns true before accessing the
createTeamInviteLinkDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateTeamInviteLinkDetails;Swift
func isCreateTeamInviteLinkDetails() -> BoolReturn Value
Whether the union’s current tag state has value “create_team_invite_link_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “delete_team_invite_link_details”.
Note
Call this method and ensure it returns true before accessing the
deleteTeamInviteLinkDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeleteTeamInviteLinkDetails;Swift
func isDeleteTeamInviteLinkDetails() -> BoolReturn Value
Whether the union’s current tag state has value “delete_team_invite_link_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_add_external_id_details”.
Note
Call this method and ensure it returns true before accessing the
memberAddExternalIdDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddExternalIdDetails;Swift
func isMemberAddExternalIdDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_add_external_id_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_add_name_details”.
Note
Call this method and ensure it returns true before accessing the
memberAddNameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddNameDetails;Swift
func isMemberAddNameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_add_name_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_admin_role_details”.
Note
Call this method and ensure it returns true before accessing the
memberChangeAdminRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeAdminRoleDetails;Swift
func isMemberChangeAdminRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_admin_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_email_details”.
Note
Call this method and ensure it returns true before accessing the
memberChangeEmailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeEmailDetails;Swift
func isMemberChangeEmailDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_email_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_external_id_details”.
Note
Call this method and ensure it returns true before accessing the
memberChangeExternalIdDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeExternalIdDetails;Swift
func isMemberChangeExternalIdDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_external_id_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_membership_type_details”.
Note
Call this method and ensure it returns true before accessing the
memberChangeMembershipTypeDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeMembershipTypeDetails;Swift
func isMemberChangeMembershipTypeDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_membership_type_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_name_details”.
Note
Call this method and ensure it returns true before accessing the
memberChangeNameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeNameDetails;Swift
func isMemberChangeNameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_name_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_reseller_role_details”.
Note
Call this method and ensure it returns true before accessing the
memberChangeResellerRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeResellerRoleDetails;Swift
func isMemberChangeResellerRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_reseller_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_status_details”.
Note
Call this method and ensure it returns true before accessing the
memberChangeStatusDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeStatusDetails;Swift
func isMemberChangeStatusDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_status_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_delete_manual_contacts_details”.
Note
Call this method and ensure it returns true before accessing the
memberDeleteManualContactsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteManualContactsDetails;Swift
func isMemberDeleteManualContactsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_delete_manual_contacts_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_delete_profile_photo_details”.
Note
Call this method and ensure it returns true before accessing the
memberDeleteProfilePhotoDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteProfilePhotoDetails;Swift
func isMemberDeleteProfilePhotoDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_delete_profile_photo_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_permanently_delete_account_contents_details”.
Note
Call this method and ensure it returns true before accessing the
memberPermanentlyDeleteAccountContentsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberPermanentlyDeleteAccountContentsDetails;Swift
func isMemberPermanentlyDeleteAccountContentsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_permanently_delete_account_contents_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_remove_external_id_details”.
Note
Call this method and ensure it returns true before accessing the
memberRemoveExternalIdDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRemoveExternalIdDetails;Swift
func isMemberRemoveExternalIdDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_remove_external_id_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_set_profile_photo_details”.
Note
Call this method and ensure it returns true before accessing the
memberSetProfilePhotoDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSetProfilePhotoDetails;Swift
func isMemberSetProfilePhotoDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_set_profile_photo_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_add_custom_quota_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsAddCustomQuotaDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddCustomQuotaDetails;Swift
func isMemberSpaceLimitsAddCustomQuotaDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_add_custom_quota_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_custom_quota_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeCustomQuotaDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCustomQuotaDetails;Swift
func isMemberSpaceLimitsChangeCustomQuotaDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_custom_quota_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_status_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeStatusDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeStatusDetails;Swift
func isMemberSpaceLimitsChangeStatusDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_status_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_remove_custom_quota_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsRemoveCustomQuotaDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveCustomQuotaDetails;Swift
func isMemberSpaceLimitsRemoveCustomQuotaDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_remove_custom_quota_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_suggest_details”.
Note
Call this method and ensure it returns true before accessing the
memberSuggestDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggestDetails;Swift
func isMemberSuggest() -> BoolReturn Value
Whether the union’s current tag state has value “member_suggest_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_transfer_account_contents_details”.
Note
Call this method and ensure it returns true before accessing the
memberTransferAccountContentsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberTransferAccountContentsDetails;Swift
func isMemberTransferAccountContentsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_transfer_account_contents_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “pending_secondary_email_added_details”.
Note
Call this method and ensure it returns true before accessing the
pendingSecondaryEmailAddedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPendingSecondaryEmailAddedDetails;Swift
func isPendingSecondaryEmailAddedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “pending_secondary_email_added_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “secondary_email_deleted_details”.
Note
Call this method and ensure it returns true before accessing the
secondaryEmailDeletedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailDeletedDetails;Swift
func isSecondaryEmailDeletedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “secondary_email_deleted_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “secondary_email_verified_details”.
Note
Call this method and ensure it returns true before accessing the
secondaryEmailVerifiedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailVerifiedDetails;Swift
func isSecondaryEmailVerifiedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “secondary_email_verified_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “secondary_mails_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
secondaryMailsPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryMailsPolicyChangedDetails;Swift
func isSecondaryMailsPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “secondary_mails_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_add_page_details”.
Note
Call this method and ensure it returns true before accessing the
binderAddPageDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddPageDetails;Swift
func isBinderAddPageDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_add_page_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_add_section_details”.
Note
Call this method and ensure it returns true before accessing the
binderAddSectionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddSectionDetails;Swift
func isBinderAddSectionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_add_section_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_remove_page_details”.
Note
Call this method and ensure it returns true before accessing the
binderRemovePageDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemovePageDetails;Swift
func isBinderRemovePageDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_remove_page_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_remove_section_details”.
Note
Call this method and ensure it returns true before accessing the
binderRemoveSectionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemoveSectionDetails;Swift
func isBinderRemoveSectionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_remove_section_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_rename_page_details”.
Note
Call this method and ensure it returns true before accessing the
binderRenamePageDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenamePageDetails;Swift
func isBinderRenamePageDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_rename_page_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_rename_section_details”.
Note
Call this method and ensure it returns true before accessing the
binderRenameSectionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenameSectionDetails;Swift
func isBinderRenameSectionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_rename_section_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_reorder_page_details”.
Note
Call this method and ensure it returns true before accessing the
binderReorderPageDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderPageDetails;Swift
func isBinderReorderPageDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_reorder_page_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_reorder_section_details”.
Note
Call this method and ensure it returns true before accessing the
binderReorderSectionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderSectionDetails;Swift
func isBinderReorderSectionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “binder_reorder_section_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_add_member_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentAddMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddMemberDetails;Swift
func isPaperContentAddMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_add_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_add_to_folder_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentAddToFolderDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddToFolderDetails;Swift
func isPaperContentAddToFolderDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_add_to_folder_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_archive_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentArchiveDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentArchiveDetails;Swift
func isPaperContentArchiveDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_archive_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_create_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentCreateDetails;Swift
func isPaperContentCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_permanently_delete_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentPermanentlyDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentPermanentlyDeleteDetails;Swift
func isPaperContentPermanentlyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_permanently_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_remove_from_folder_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentRemoveFromFolderDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveFromFolderDetails;Swift
func isPaperContentRemoveFromFolderDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_remove_from_folder_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_remove_member_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentRemoveMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveMemberDetails;Swift
func isPaperContentRemoveMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_remove_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_rename_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentRenameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRenameDetails;Swift
func isPaperContentRenameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_rename_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_restore_details”.
Note
Call this method and ensure it returns true before accessing the
paperContentRestoreDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRestoreDetails;Swift
func isPaperContentRestore() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_restore_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_add_comment_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocAddCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocAddCommentDetails;Swift
func isPaperDocAddCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_add_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_change_member_role_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeMemberRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeMemberRoleDetails;Swift
func isPaperDocChangeMemberRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_change_member_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_change_sharing_policy_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeSharingPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSharingPolicyDetails;Swift
func isPaperDocChangeSharingPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_change_sharing_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_change_subscription_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeSubscriptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSubscriptionDetails;Swift
func isPaperDocChangeSubscriptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_change_subscription_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_deleted_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocDeletedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeletedDetails;Swift
func isPaperDocDeletedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_deleted_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_delete_comment_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocDeleteCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeleteCommentDetails;Swift
func isPaperDocDeleteCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_delete_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_download_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocDownloadDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDownloadDetails;Swift
func isPaperDocDownloadDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_download_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_edit_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocEditDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEditDetails;Swift
func isPaperDocEdit() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_edit_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_edit_comment_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocEditCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEditCommentDetails;Swift
func isPaperDocEditCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_edit_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_followed_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocFollowedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocFollowedDetails;Swift
func isPaperDocFollowedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_followed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_mention_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocMentionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocMentionDetails;Swift
func isPaperDocMentionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_mention_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_ownership_changed_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocOwnershipChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocOwnershipChangedDetails;Swift
func isPaperDocOwnershipChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_ownership_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_request_access_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocRequestAccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRequestAccessDetails;Swift
func isPaperDocRequestAccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_request_access_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_resolve_comment_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocResolveCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocResolveCommentDetails;Swift
func isPaperDocResolveCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_resolve_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_revert_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocRevertDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRevertDetails;Swift
func isPaperDocRevertDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_revert_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_slack_share_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocSlackShareDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocSlackShareDetails;Swift
func isPaperDocSlackShare() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_slack_share_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_team_invite_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocTeamInviteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTeamInviteDetails;Swift
func isPaperDocTeamInvite() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_team_invite_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_trashed_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocTrashedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTrashedDetails;Swift
func isPaperDocTrashedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_trashed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_unresolve_comment_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocUnresolveCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUnresolveCommentDetails;Swift
func isPaperDocUnresolveCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_unresolve_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_untrashed_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocUntrashedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUntrashedDetails;Swift
func isPaperDocUntrashedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_untrashed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_view_details”.
Note
Call this method and ensure it returns true before accessing the
paperDocViewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocViewDetails;Swift
func isPaperDocViewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_view_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_external_view_allow_details”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewAllowDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewAllowDetails;Swift
func isPaperExternalViewAllow() -> BoolReturn Value
Whether the union’s current tag state has value “paper_external_view_allow_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_external_view_default_team_details”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewDefaultTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewDefaultTeamDetails;Swift
func isPaperExternalViewDefaultTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_external_view_default_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_external_view_forbid_details”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewForbidDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewForbidDetails;Swift
func isPaperExternalViewForbidDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_external_view_forbid_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_change_subscription_details”.
Note
Call this method and ensure it returns true before accessing the
paperFolderChangeSubscriptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderChangeSubscriptionDetails;Swift
func isPaperFolderChangeSubscriptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_change_subscription_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_deleted_details”.
Note
Call this method and ensure it returns true before accessing the
paperFolderDeletedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderDeletedDetails;Swift
func isPaperFolderDeletedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_deleted_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_followed_details”.
Note
Call this method and ensure it returns true before accessing the
paperFolderFollowedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderFollowedDetails;Swift
func isPaperFolderFollowedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_followed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_team_invite_details”.
Note
Call this method and ensure it returns true before accessing the
paperFolderTeamInviteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderTeamInviteDetails;Swift
func isPaperFolderTeamInvite() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_team_invite_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_change_permission_details”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkChangePermissionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkChangePermissionDetails;Swift
func isPaperPublishedLinkChangePermissionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_change_permission_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_create_details”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkCreateDetails;Swift
func isPaperPublishedLinkCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_disabled_details”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkDisabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkDisabledDetails;Swift
func isPaperPublishedLinkDisabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_disabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_view_details”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkViewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkViewDetails;Swift
func isPaperPublishedLinkViewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_view_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_change_details”.
Note
Call this method and ensure it returns true before accessing the
passwordChangeDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordChangeDetails;Swift
func isPasswordChange() -> BoolReturn Value
Whether the union’s current tag state has value “password_change_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_reset_details”.
Note
Call this method and ensure it returns true before accessing the
passwordResetDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordResetDetails;Swift
func isPasswordResetDetails() -> BoolReturn Value
Whether the union’s current tag state has value “password_reset_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_reset_all_details”.
Note
Call this method and ensure it returns true before accessing the
passwordResetAllDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordResetAllDetails;Swift
func isPasswordResetAllDetails() -> BoolReturn Value
Whether the union’s current tag state has value “password_reset_all_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “classification_create_report_details”.
Note
Call this method and ensure it returns true before accessing the
classificationCreateReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReportDetails;Swift
func isClassificationCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “classification_create_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “classification_create_report_fail_details”.
Note
Call this method and ensure it returns true before accessing the
classificationCreateReportFailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReportFailDetails;Swift
func isClassificationCreateReportFail() -> BoolReturn Value
Whether the union’s current tag state has value “classification_create_report_fail_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_create_exceptions_report_details”.
Note
Call this method and ensure it returns true before accessing the
emmCreateExceptionsReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateExceptionsReportDetails;Swift
func isEmmCreateExceptionsReport() -> BoolReturn Value
Whether the union’s current tag state has value “emm_create_exceptions_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_create_usage_report_details”.
Note
Call this method and ensure it returns true before accessing the
emmCreateUsageReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateUsageReportDetails;Swift
func isEmmCreateUsageReport() -> BoolReturn Value
Whether the union’s current tag state has value “emm_create_usage_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “export_members_report_details”.
Note
Call this method and ensure it returns true before accessing the
exportMembersReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReportDetails;Swift
func isExportMembersReport() -> BoolReturn Value
Whether the union’s current tag state has value “export_members_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “export_members_report_fail_details”.
Note
Call this method and ensure it returns true before accessing the
exportMembersReportFailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReportFailDetails;Swift
func isExportMembersReportFail() -> BoolReturn Value
Whether the union’s current tag state has value “export_members_report_fail_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_sharing_create_report_details”.
Note
Call this method and ensure it returns true before accessing the
externalSharingCreateReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingCreateReportDetails;Swift
func isExternalSharingCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “external_sharing_create_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_sharing_report_failed_details”.
Note
Call this method and ensure it returns true before accessing the
externalSharingReportFailedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingReportFailedDetails;Swift
func isExternalSharingReportFailedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “external_sharing_report_failed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_expiration_link_gen_create_report_details”.
Note
Call this method and ensure it returns true before accessing the
noExpirationLinkGenCreateReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenCreateReportDetails;Swift
func isNoExpirationLinkGenCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “no_expiration_link_gen_create_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_expiration_link_gen_report_failed_details”.
Note
Call this method and ensure it returns true before accessing the
noExpirationLinkGenReportFailedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenReportFailedDetails;Swift
func isNoExpirationLinkGenReportFailedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “no_expiration_link_gen_report_failed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_gen_create_report_details”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkGenCreateReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenCreateReportDetails;Swift
func isNoPasswordLinkGenCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_gen_create_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_gen_report_failed_details”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkGenReportFailedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenReportFailedDetails;Swift
func isNoPasswordLinkGenReportFailedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_gen_report_failed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_view_create_report_details”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkViewCreateReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewCreateReportDetails;Swift
func isNoPasswordLinkViewCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_view_create_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_view_report_failed_details”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkViewReportFailedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewReportFailedDetails;Swift
func isNoPasswordLinkViewReportFailedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_view_report_failed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “outdated_link_view_create_report_details”.
Note
Call this method and ensure it returns true before accessing the
outdatedLinkViewCreateReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewCreateReportDetails;Swift
func isOutdatedLinkViewCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “outdated_link_view_create_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “outdated_link_view_report_failed_details”.
Note
Call this method and ensure it returns true before accessing the
outdatedLinkViewReportFailedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewReportFailedDetails;Swift
func isOutdatedLinkViewReportFailedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “outdated_link_view_report_failed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_admin_export_start_details”.
Note
Call this method and ensure it returns true before accessing the
paperAdminExportStartDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperAdminExportStartDetails;Swift
func isPaperAdminExportStart() -> BoolReturn Value
Whether the union’s current tag state has value “paper_admin_export_start_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_create_admin_privilege_report_details”.
Note
Call this method and ensure it returns true before accessing the
smartSyncCreateAdminPrivilegeReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncCreateAdminPrivilegeReportDetails;Swift
func isSmartSyncCreateAdminPrivilegeReport() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_create_admin_privilege_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_activity_create_report_details”.
Note
Call this method and ensure it returns true before accessing the
teamActivityCreateReportDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReportDetails;Swift
func isTeamActivityCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “team_activity_create_report_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_activity_create_report_fail_details”.
Note
Call this method and ensure it returns true before accessing the
teamActivityCreateReportFailDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReportFailDetails;Swift
func isTeamActivityCreateReportFail() -> BoolReturn Value
Whether the union’s current tag state has value “team_activity_create_report_fail_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “collection_share_details”.
Note
Call this method and ensure it returns true before accessing the
collectionShareDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCollectionShareDetails;Swift
func isCollectionShare() -> BoolReturn Value
Whether the union’s current tag state has value “collection_share_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_file_add_details”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersFileAddDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersFileAddDetails;Swift
func isFileTransfersFileAdd() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_file_add_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_delete_details”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDeleteDetails;Swift
func isFileTransfersTransferDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_download_details”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferDownloadDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDownloadDetails;Swift
func isFileTransfersTransferDownloadDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_download_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_send_details”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferSendDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferSendDetails;Swift
func isFileTransfersTransferSend() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_send_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_view_details”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferViewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferViewDetails;Swift
func isFileTransfersTransferViewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_view_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_acl_invite_only_details”.
Note
Call this method and ensure it returns true before accessing the
noteAclInviteOnlyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclInviteOnlyDetails;Swift
func isNoteAclInviteOnlyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “note_acl_invite_only_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_acl_link_details”.
Note
Call this method and ensure it returns true before accessing the
noteAclLinkDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclLinkDetails;Swift
func isNoteAclLinkDetails() -> BoolReturn Value
Whether the union’s current tag state has value “note_acl_link_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_acl_team_link_details”.
Note
Call this method and ensure it returns true before accessing the
noteAclTeamLinkDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclTeamLinkDetails;Swift
func isNoteAclTeamLinkDetails() -> BoolReturn Value
Whether the union’s current tag state has value “note_acl_team_link_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_shared_details”.
Note
Call this method and ensure it returns true before accessing the
noteSharedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteSharedDetails;Swift
func isNoteSharedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “note_shared_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_share_receive_details”.
Note
Call this method and ensure it returns true before accessing the
noteShareReceiveDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteShareReceiveDetails;Swift
func isNoteShareReceive() -> BoolReturn Value
Whether the union’s current tag state has value “note_share_receive_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “open_note_shared_details”.
Note
Call this method and ensure it returns true before accessing the
openNoteSharedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOpenNoteSharedDetails;Swift
func isOpenNoteSharedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “open_note_shared_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_add_group_details”.
Note
Call this method and ensure it returns true before accessing the
sfAddGroupDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAddGroupDetails;Swift
func isSfAddGroupDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_add_group_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_allow_non_members_to_view_shared_links_details”.
Note
Call this method and ensure it returns true before accessing the
sfAllowNonMembersToViewSharedLinksDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAllowNonMembersToViewSharedLinksDetails;Swift
func isSfAllowNonMembersToViewSharedLinksDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_allow_non_members_to_view_shared_links_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_external_invite_warn_details”.
Note
Call this method and ensure it returns true before accessing the
sfExternalInviteWarnDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfExternalInviteWarnDetails;Swift
func isSfExternalInviteWarn() -> BoolReturn Value
Whether the union’s current tag state has value “sf_external_invite_warn_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_fb_invite_details”.
Note
Call this method and ensure it returns true before accessing the
sfFbInviteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInviteDetails;Swift
func isSfFbInvite() -> BoolReturn Value
Whether the union’s current tag state has value “sf_fb_invite_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_fb_invite_change_role_details”.
Note
Call this method and ensure it returns true before accessing the
sfFbInviteChangeRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInviteChangeRoleDetails;Swift
func isSfFbInviteChangeRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_fb_invite_change_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_fb_uninvite_details”.
Note
Call this method and ensure it returns true before accessing the
sfFbUninviteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbUninviteDetails;Swift
func isSfFbUninviteDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_fb_uninvite_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_invite_group_details”.
Note
Call this method and ensure it returns true before accessing the
sfInviteGroupDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfInviteGroupDetails;Swift
func isSfInviteGroupDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_invite_group_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_grant_access_details”.
Note
Call this method and ensure it returns true before accessing the
sfTeamGrantAccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamGrantAccessDetails;Swift
func isSfTeamGrantAccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_grant_access_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_invite_details”.
Note
Call this method and ensure it returns true before accessing the
sfTeamInviteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInviteDetails;Swift
func isSfTeamInvite() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_invite_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_invite_change_role_details”.
Note
Call this method and ensure it returns true before accessing the
sfTeamInviteChangeRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInviteChangeRoleDetails;Swift
func isSfTeamInviteChangeRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_invite_change_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_join_details”.
Note
Call this method and ensure it returns true before accessing the
sfTeamJoinDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoinDetails;Swift
func isSfTeamJoin() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_join_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_join_from_oob_link_details”.
Note
Call this method and ensure it returns true before accessing the
sfTeamJoinFromOobLinkDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoinFromOobLinkDetails;Swift
func isSfTeamJoinFromOobLinkDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_join_from_oob_link_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_uninvite_details”.
Note
Call this method and ensure it returns true before accessing the
sfTeamUninviteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamUninviteDetails;Swift
func isSfTeamUninviteDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_uninvite_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_invitees_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddInviteesDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddInviteesDetails;Swift
func isSharedContentAddInviteesDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_invitees_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_link_expiry_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddLinkExpiryDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkExpiryDetails;Swift
func isSharedContentAddLinkExpiryDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_link_expiry_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_link_password_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddLinkPasswordDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkPasswordDetails;Swift
func isSharedContentAddLinkPasswordDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_link_password_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_member_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddMemberDetails;Swift
func isSharedContentAddMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_downloads_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeDownloadsPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeDownloadsPolicyDetails;Swift
func isSharedContentChangeDownloadsPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_downloads_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_invitee_role_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeInviteeRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeInviteeRoleDetails;Swift
func isSharedContentChangeInviteeRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_invitee_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_link_audience_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkAudienceDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkAudienceDetails;Swift
func isSharedContentChangeLinkAudienceDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_link_audience_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_link_expiry_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkExpiryDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkExpiryDetails;Swift
func isSharedContentChangeLinkExpiryDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_link_expiry_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_link_password_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkPasswordDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkPasswordDetails;Swift
func isSharedContentChangeLinkPasswordDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_link_password_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_member_role_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeMemberRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeMemberRoleDetails;Swift
func isSharedContentChangeMemberRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_member_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_viewer_info_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeViewerInfoPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeViewerInfoPolicyDetails;Swift
func isSharedContentChangeViewerInfoPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_viewer_info_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_claim_invitation_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentClaimInvitationDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentClaimInvitationDetails;Swift
func isSharedContentClaimInvitationDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_claim_invitation_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_copy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentCopyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentCopyDetails;Swift
func isSharedContentCopy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_copy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_download_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentDownloadDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentDownloadDetails;Swift
func isSharedContentDownloadDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_download_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_relinquish_membership_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRelinquishMembershipDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRelinquishMembershipDetails;Swift
func isSharedContentRelinquishMembershipDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_relinquish_membership_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_invitees_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveInviteesDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveInviteesDetails;Swift
func isSharedContentRemoveInviteesDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_invitees_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_link_expiry_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveLinkExpiryDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkExpiryDetails;Swift
func isSharedContentRemoveLinkExpiryDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_link_expiry_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_link_password_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveLinkPasswordDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkPasswordDetails;Swift
func isSharedContentRemoveLinkPasswordDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_link_password_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_member_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveMemberDetails;Swift
func isSharedContentRemoveMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_request_access_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRequestAccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRequestAccessDetails;Swift
func isSharedContentRequestAccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_request_access_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_restore_invitees_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRestoreInviteesDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreInviteesDetails;Swift
func isSharedContentRestoreInviteesDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_restore_invitees_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_restore_member_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRestoreMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreMemberDetails;Swift
func isSharedContentRestoreMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_restore_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_unshare_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentUnshareDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentUnshareDetails;Swift
func isSharedContentUnshareDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_unshare_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_view_details”.
Note
Call this method and ensure it returns true before accessing the
sharedContentViewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentViewDetails;Swift
func isSharedContentViewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_view_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_link_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeLinkPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeLinkPolicyDetails;Swift
func isSharedFolderChangeLinkPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_link_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersInheritancePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersInheritancePolicyDetails;Swift
func isSharedFolderChangeMembersInheritancePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_members_management_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersManagementPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersManagementPolicyDetails;Swift
func isSharedFolderChangeMembersManagementPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_members_management_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_members_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersPolicyDetails;Swift
func isSharedFolderChangeMembersPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_members_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_create_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderCreateDetails;Swift
func isSharedFolderCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_decline_invitation_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderDeclineInvitationDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderDeclineInvitationDetails;Swift
func isSharedFolderDeclineInvitationDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_decline_invitation_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_mount_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderMountDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderMountDetails;Swift
func isSharedFolderMountDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_mount_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_nest_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderNestDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderNestDetails;Swift
func isSharedFolderNest() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_nest_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_transfer_ownership_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderTransferOwnershipDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderTransferOwnershipDetails;Swift
func isSharedFolderTransferOwnershipDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_transfer_ownership_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_unmount_details”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderUnmountDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderUnmountDetails;Swift
func isSharedFolderUnmountDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_unmount_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_add_expiry_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkAddExpiryDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkAddExpiryDetails;Swift
func isSharedLinkAddExpiryDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_add_expiry_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_change_expiry_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkChangeExpiryDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeExpiryDetails;Swift
func isSharedLinkChangeExpiryDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_change_expiry_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_change_visibility_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkChangeVisibilityDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeVisibilityDetails;Swift
func isSharedLinkChangeVisibilityDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_change_visibility_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_copy_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkCopyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCopyDetails;Swift
func isSharedLinkCopy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_copy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_create_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCreateDetails;Swift
func isSharedLinkCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_disable_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkDisableDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDisableDetails;Swift
func isSharedLinkDisableDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_disable_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_download_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkDownloadDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDownloadDetails;Swift
func isSharedLinkDownloadDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_download_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_remove_expiry_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkRemoveExpiryDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkRemoveExpiryDetails;Swift
func isSharedLinkRemoveExpiryDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_remove_expiry_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_add_expiration_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAddExpirationDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddExpirationDetails;Swift
func isSharedLinkSettingsAddExpirationDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_add_expiration_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_add_password_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAddPasswordDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddPasswordDetails;Swift
func isSharedLinkSettingsAddPasswordDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_add_password_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_disabled_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAllowDownloadDisabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadDisabledDetails;Swift
func isSharedLinkSettingsAllowDownloadDisabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_allow_download_disabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_enabled_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAllowDownloadEnabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadEnabledDetails;Swift
func isSharedLinkSettingsAllowDownloadEnabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_allow_download_enabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_change_audience_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangeAudienceDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeAudienceDetails;Swift
func isSharedLinkSettingsChangeAudienceDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_change_audience_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_change_expiration_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangeExpirationDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeExpirationDetails;Swift
func isSharedLinkSettingsChangeExpirationDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_change_expiration_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_change_password_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangePasswordDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangePasswordDetails;Swift
func isSharedLinkSettingsChangePasswordDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_change_password_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_remove_expiration_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsRemoveExpirationDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemoveExpirationDetails;Swift
func isSharedLinkSettingsRemoveExpirationDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_remove_expiration_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_remove_password_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsRemovePasswordDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemovePasswordDetails;Swift
func isSharedLinkSettingsRemovePasswordDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_remove_password_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_share_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkShareDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkShareDetails;Swift
func isSharedLinkShare() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_share_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_view_details”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkViewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkViewDetails;Swift
func isSharedLinkViewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_view_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_note_opened_details”.
Note
Call this method and ensure it returns true before accessing the
sharedNoteOpenedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedNoteOpenedDetails;Swift
func isSharedNoteOpenedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shared_note_opened_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shmodel_disable_downloads_details”.
Note
Call this method and ensure it returns true before accessing the
shmodelDisableDownloadsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelDisableDownloadsDetails;Swift
func isShmodelDisableDownloadsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shmodel_disable_downloads_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shmodel_enable_downloads_details”.
Note
Call this method and ensure it returns true before accessing the
shmodelEnableDownloadsDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelEnableDownloadsDetails;Swift
func isShmodelEnableDownloadsDetails() -> BoolReturn Value
Whether the union’s current tag state has value “shmodel_enable_downloads_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shmodel_group_share_details”.
Note
Call this method and ensure it returns true before accessing the
shmodelGroupShareDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelGroupShareDetails;Swift
func isShmodelGroupShare() -> BoolReturn Value
Whether the union’s current tag state has value “shmodel_group_share_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_access_granted_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseAccessGrantedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAccessGrantedDetails;Swift
func isShowcaseAccessGrantedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_access_granted_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_add_member_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseAddMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAddMemberDetails;Swift
func isShowcaseAddMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_add_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_archived_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseArchivedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseArchivedDetails;Swift
func isShowcaseArchivedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_archived_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_created_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseCreatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseCreatedDetails;Swift
func isShowcaseCreatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_created_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_delete_comment_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseDeleteCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseDeleteCommentDetails;Swift
func isShowcaseDeleteCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_delete_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_edited_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseEditedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEditedDetails;Swift
func isShowcaseEditedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_edited_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_edit_comment_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseEditCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEditCommentDetails;Swift
func isShowcaseEditCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_edit_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_added_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileAddedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileAddedDetails;Swift
func isShowcaseFileAddedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_added_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_download_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileDownloadDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileDownloadDetails;Swift
func isShowcaseFileDownloadDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_download_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_removed_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileRemovedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileRemovedDetails;Swift
func isShowcaseFileRemovedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_removed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_view_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileViewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileViewDetails;Swift
func isShowcaseFileViewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_view_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_permanently_deleted_details”.
Note
Call this method and ensure it returns true before accessing the
showcasePermanentlyDeletedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePermanentlyDeletedDetails;Swift
func isShowcasePermanentlyDeletedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_permanently_deleted_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_post_comment_details”.
Note
Call this method and ensure it returns true before accessing the
showcasePostCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePostCommentDetails;Swift
func isShowcasePostCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_post_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_remove_member_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseRemoveMemberDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRemoveMemberDetails;Swift
func isShowcaseRemoveMemberDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_remove_member_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_renamed_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseRenamedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRenamedDetails;Swift
func isShowcaseRenamedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_renamed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_request_access_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseRequestAccessDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRequestAccessDetails;Swift
func isShowcaseRequestAccessDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_request_access_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_resolve_comment_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseResolveCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseResolveCommentDetails;Swift
func isShowcaseResolveCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_resolve_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_restored_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseRestoredDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRestoredDetails;Swift
func isShowcaseRestoredDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_restored_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_trashed_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseTrashedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashedDetails;Swift
func isShowcaseTrashedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_trashed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_trashed_deprecated_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseTrashedDeprecatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashedDeprecatedDetails;Swift
func isShowcaseTrashedDeprecatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_trashed_deprecated_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_unresolve_comment_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseUnresolveCommentDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUnresolveCommentDetails;Swift
func isShowcaseUnresolveCommentDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_unresolve_comment_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_untrashed_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseUntrashedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashedDetails;Swift
func isShowcaseUntrashedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_untrashed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_untrashed_deprecated_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseUntrashedDeprecatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashedDeprecatedDetails;Swift
func isShowcaseUntrashedDeprecatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_untrashed_deprecated_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_view_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseViewDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseViewDetails;Swift
func isShowcaseViewDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_view_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_add_cert_details”.
Note
Call this method and ensure it returns true before accessing the
ssoAddCertDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddCertDetails;Swift
func isSsoAddCertDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_add_cert_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_add_login_url_details”.
Note
Call this method and ensure it returns true before accessing the
ssoAddLoginUrlDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLoginUrlDetails;Swift
func isSsoAddLoginUrlDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_add_login_url_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_add_logout_url_details”.
Note
Call this method and ensure it returns true before accessing the
ssoAddLogoutUrlDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLogoutUrlDetails;Swift
func isSsoAddLogoutUrlDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_add_logout_url_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_cert_details”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeCertDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeCertDetails;Swift
func isSsoChangeCertDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_cert_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_login_url_details”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeLoginUrlDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLoginUrlDetails;Swift
func isSsoChangeLoginUrlDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_login_url_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_logout_url_details”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeLogoutUrlDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLogoutUrlDetails;Swift
func isSsoChangeLogoutUrlDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_logout_url_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_saml_identity_mode_details”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeSamlIdentityModeDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeSamlIdentityModeDetails;Swift
func isSsoChangeSamlIdentityModeDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_saml_identity_mode_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_remove_cert_details”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveCertDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveCertDetails;Swift
func isSsoRemoveCertDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_remove_cert_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_remove_login_url_details”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveLoginUrlDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLoginUrlDetails;Swift
func isSsoRemoveLoginUrlDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_remove_login_url_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_remove_logout_url_details”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveLogoutUrlDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLogoutUrlDetails;Swift
func isSsoRemoveLogoutUrlDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_remove_logout_url_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_change_status_details”.
Note
Call this method and ensure it returns true before accessing the
teamFolderChangeStatusDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderChangeStatusDetails;Swift
func isTeamFolderChangeStatusDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_change_status_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_create_details”.
Note
Call this method and ensure it returns true before accessing the
teamFolderCreateDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderCreateDetails;Swift
func isTeamFolderCreateDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_create_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_downgrade_details”.
Note
Call this method and ensure it returns true before accessing the
teamFolderDowngradeDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderDowngradeDetails;Swift
func isTeamFolderDowngradeDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_downgrade_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_permanently_delete_details”.
Note
Call this method and ensure it returns true before accessing the
teamFolderPermanentlyDeleteDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderPermanentlyDeleteDetails;Swift
func isTeamFolderPermanentlyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_permanently_delete_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_rename_details”.
Note
Call this method and ensure it returns true before accessing the
teamFolderRenameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderRenameDetails;Swift
func isTeamFolderRenameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_rename_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_selective_sync_settings_changed_details”.
Note
Call this method and ensure it returns true before accessing the
teamSelectiveSyncSettingsChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncSettingsChangedDetails;Swift
func isTeamSelectiveSyncSettingsChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_selective_sync_settings_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangePolicyDetails;Swift
func isAccountCaptureChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “admin_email_reminders_changed_details”.
Note
Call this method and ensure it returns true before accessing the
adminEmailRemindersChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminEmailRemindersChangedDetails;Swift
func isAdminEmailRemindersChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “admin_email_reminders_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “allow_download_disabled_details”.
Note
Call this method and ensure it returns true before accessing the
allowDownloadDisabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadDisabledDetails;Swift
func isAllowDownloadDisabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “allow_download_disabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “allow_download_enabled_details”.
Note
Call this method and ensure it returns true before accessing the
allowDownloadEnabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadEnabledDetails;Swift
func isAllowDownloadEnabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “allow_download_enabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_permissions_changed_details”.
Note
Call this method and ensure it returns true before accessing the
appPermissionsChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppPermissionsChangedDetails;Swift
func isAppPermissionsChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “app_permissions_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “camera_uploads_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
cameraUploadsPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCameraUploadsPolicyChangedDetails;Swift
func isCameraUploadsPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “camera_uploads_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “capture_transcript_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
captureTranscriptPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCaptureTranscriptPolicyChangedDetails;Swift
func isCaptureTranscriptPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “capture_transcript_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “classification_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
classificationChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationChangePolicyDetails;Swift
func isClassificationChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “classification_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “computer_backup_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
computerBackupPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isComputerBackupPolicyChangedDetails;Swift
func isComputerBackupPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “computer_backup_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “content_administration_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
contentAdministrationPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isContentAdministrationPolicyChangedDetails;Swift
func isContentAdministrationPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “content_administration_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_placement_restriction_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
dataPlacementRestrictionChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionChangePolicyDetails;Swift
func isDataPlacementRestrictionChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “data_placement_restriction_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_placement_restriction_satisfy_policy_details”.
Note
Call this method and ensure it returns true before accessing the
dataPlacementRestrictionSatisfyPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionSatisfyPolicyDetails;Swift
func isDataPlacementRestrictionSatisfyPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “data_placement_restriction_satisfy_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_add_exception_details”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsAddExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsAddExceptionDetails;Swift
func isDeviceApprovalsAddExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_add_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_desktop_policy_details”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeDesktopPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeDesktopPolicyDetails;Swift
func isDeviceApprovalsChangeDesktopPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_desktop_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_mobile_policy_details”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeMobilePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeMobilePolicyDetails;Swift
func isDeviceApprovalsChangeMobilePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_mobile_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_overage_action_details”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeOverageActionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeOverageActionDetails;Swift
func isDeviceApprovalsChangeOverageActionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_overage_action_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_unlink_action_details”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeUnlinkActionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeUnlinkActionDetails;Swift
func isDeviceApprovalsChangeUnlinkActionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_unlink_action_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_remove_exception_details”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsRemoveExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsRemoveExceptionDetails;Swift
func isDeviceApprovalsRemoveExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_remove_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “directory_restrictions_add_members_details”.
Note
Call this method and ensure it returns true before accessing the
directoryRestrictionsAddMembersDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsAddMembersDetails;Swift
func isDirectoryRestrictionsAddMembersDetails() -> BoolReturn Value
Whether the union’s current tag state has value “directory_restrictions_add_members_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “directory_restrictions_remove_members_details”.
Note
Call this method and ensure it returns true before accessing the
directoryRestrictionsRemoveMembersDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsRemoveMembersDetails;Swift
func isDirectoryRestrictionsRemoveMembersDetails() -> BoolReturn Value
Whether the union’s current tag state has value “directory_restrictions_remove_members_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “dropbox_passwords_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsPolicyChangedDetails;Swift
func isDropboxPasswordsPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “dropbox_passwords_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “email_ingest_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
emailIngestPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestPolicyChangedDetails;Swift
func isEmailIngestPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “email_ingest_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_add_exception_details”.
Note
Call this method and ensure it returns true before accessing the
emmAddExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmAddExceptionDetails;Swift
func isEmmAddExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “emm_add_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
emmChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmChangePolicyDetails;Swift
func isEmmChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “emm_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_remove_exception_details”.
Note
Call this method and ensure it returns true before accessing the
emmRemoveExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRemoveExceptionDetails;Swift
func isEmmRemoveExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “emm_remove_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “extended_version_history_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
extendedVersionHistoryChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExtendedVersionHistoryChangePolicyDetails;Swift
func isExtendedVersionHistoryChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “extended_version_history_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_drive_backup_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupPolicyChangedDetails;Swift
func isExternalDriveBackupPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “external_drive_backup_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_comments_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
fileCommentsChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCommentsChangePolicyDetails;Swift
func isFileCommentsChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_comments_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_locking_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
fileLockingPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingPolicyChangedDetails;Swift
func isFileLockingPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_locking_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_provider_migration_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
fileProviderMigrationPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileProviderMigrationPolicyChangedDetails;Swift
func isFileProviderMigrationPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_provider_migration_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_requests_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsChangePolicyDetails;Swift
func isFileRequestsChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_requests_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_requests_emails_enabled_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsEmailsEnabledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsEnabledDetails;Swift
func isFileRequestsEmailsEnabledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_requests_emails_enabled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only_details”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsEmailsRestrictedToTeamOnlyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsRestrictedToTeamOnlyDetails;Swift
func isFileRequestsEmailsRestrictedToTeamOnlyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersPolicyChangedDetails;Swift
func isFileTransfersPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_link_restriction_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
folderLinkRestrictionPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderLinkRestrictionPolicyChangedDetails;Swift
func isFolderLinkRestrictionPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “folder_link_restriction_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “google_sso_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
googleSsoChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGoogleSsoChangePolicyDetails;Swift
func isGoogleSsoChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “google_sso_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_user_management_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
groupUserManagementChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupUserManagementChangePolicyDetails;Swift
func isGroupUserManagementChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “group_user_management_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “integration_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
integrationPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationPolicyChangedDetails;Swift
func isIntegrationPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “integration_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “invite_acceptance_email_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
inviteAcceptanceEmailPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isInviteAcceptanceEmailPolicyChangedDetails;Swift
func isInviteAcceptanceEmailPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “invite_acceptance_email_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_requests_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
memberRequestsChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRequestsChangePolicyDetails;Swift
func isMemberRequestsChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_requests_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_send_invite_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
memberSendInvitePolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSendInvitePolicyChangedDetails;Swift
func isMemberSendInvitePolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_send_invite_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_add_exception_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsAddExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddExceptionDetails;Swift
func isMemberSpaceLimitsAddExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_add_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_caps_type_policy_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeCapsTypePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCapsTypePolicyDetails;Swift
func isMemberSpaceLimitsChangeCapsTypePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_caps_type_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangePolicyDetails;Swift
func isMemberSpaceLimitsChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_remove_exception_details”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsRemoveExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveExceptionDetails;Swift
func isMemberSpaceLimitsRemoveExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_remove_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_suggestions_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
memberSuggestionsChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggestionsChangePolicyDetails;Swift
func isMemberSuggestionsChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “member_suggestions_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “microsoft_office_addin_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
microsoftOfficeAddinChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMicrosoftOfficeAddinChangePolicyDetails;Swift
func isMicrosoftOfficeAddinChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “microsoft_office_addin_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “network_control_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
networkControlChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNetworkControlChangePolicyDetails;Swift
func isNetworkControlChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “network_control_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_deployment_policy_details”.
Note
Call this method and ensure it returns true before accessing the
paperChangeDeploymentPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeDeploymentPolicyDetails;Swift
func isPaperChangeDeploymentPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_deployment_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_member_link_policy_details”.
Note
Call this method and ensure it returns true before accessing the
paperChangeMemberLinkPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberLinkPolicyDetails;Swift
func isPaperChangeMemberLinkPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_member_link_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_member_policy_details”.
Note
Call this method and ensure it returns true before accessing the
paperChangeMemberPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberPolicyDetails;Swift
func isPaperChangeMemberPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_member_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
paperChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangePolicyDetails;Swift
func isPaperChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_default_folder_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
paperDefaultFolderPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDefaultFolderPolicyChangedDetails;Swift
func isPaperDefaultFolderPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_default_folder_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_desktop_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
paperDesktopPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDesktopPolicyChangedDetails;Swift
func isPaperDesktopPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_desktop_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_enabled_users_group_addition_details”.
Note
Call this method and ensure it returns true before accessing the
paperEnabledUsersGroupAdditionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupAdditionDetails;Swift
func isPaperEnabledUsersGroupAdditionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_enabled_users_group_addition_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_enabled_users_group_removal_details”.
Note
Call this method and ensure it returns true before accessing the
paperEnabledUsersGroupRemovalDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupRemovalDetails;Swift
func isPaperEnabledUsersGroupRemovalDetails() -> BoolReturn Value
Whether the union’s current tag state has value “paper_enabled_users_group_removal_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_strength_requirements_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
passwordStrengthRequirementsChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordStrengthRequirementsChangePolicyDetails;Swift
func isPasswordStrengthRequirementsChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “password_strength_requirements_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “permanent_delete_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
permanentDeleteChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPermanentDeleteChangePolicyDetails;Swift
func isPermanentDeleteChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “permanent_delete_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “reseller_support_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportChangePolicyDetails;Swift
func isResellerSupportChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “reseller_support_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “rewind_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
rewindPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindPolicyChangedDetails;Swift
func isRewindPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “rewind_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “send_for_signature_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
sendForSignaturePolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSendForSignaturePolicyChangedDetails;Swift
func isSendForSignaturePolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “send_for_signature_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_folder_join_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeFolderJoinPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeFolderJoinPolicyDetails;Swift
func isSharingChangeFolderJoinPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_folder_join_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkAllowChangeExpirationPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkAllowChangeExpirationPolicyDetails;Swift
func isSharingChangeLinkAllowChangeExpirationPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_default_expiration_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkDefaultExpirationPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkDefaultExpirationPolicyDetails;Swift
func isSharingChangeLinkDefaultExpirationPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_default_expiration_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_enforce_password_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkEnforcePasswordPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkEnforcePasswordPolicyDetails;Swift
func isSharingChangeLinkEnforcePasswordPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_enforce_password_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkPolicyDetails;Swift
func isSharingChangeLinkPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_member_policy_details”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeMemberPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeMemberPolicyDetails;Swift
func isSharingChangeMemberPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_member_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_change_download_policy_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeDownloadPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeDownloadPolicyDetails;Swift
func isShowcaseChangeDownloadPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_change_download_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_change_enabled_policy_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeEnabledPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeEnabledPolicyDetails;Swift
func isShowcaseChangeEnabledPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_change_enabled_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_change_external_sharing_policy_details”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeExternalSharingPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeExternalSharingPolicyDetails;Swift
func isShowcaseChangeExternalSharingPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_change_external_sharing_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smarter_smart_sync_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
smarterSmartSyncPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmarterSmartSyncPolicyChangedDetails;Swift
func isSmarterSmartSyncPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “smarter_smart_sync_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
smartSyncChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncChangePolicyDetails;Swift
func isSmartSyncChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_not_opt_out_details”.
Note
Call this method and ensure it returns true before accessing the
smartSyncNotOptOutDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncNotOptOutDetails;Swift
func isSmartSyncNotOptOutDetails() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_not_opt_out_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_opt_out_details”.
Note
Call this method and ensure it returns true before accessing the
smartSyncOptOutDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncOptOutDetails;Swift
func isSmartSyncOptOutDetails() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_opt_out_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
ssoChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangePolicyDetails;Swift
func isSsoChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_branding_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
teamBrandingPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamBrandingPolicyChangedDetails;Swift
func isTeamBrandingPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_branding_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_extensions_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
teamExtensionsPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamExtensionsPolicyChangedDetails;Swift
func isTeamExtensionsPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_extensions_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_selective_sync_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
teamSelectiveSyncPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncPolicyChangedDetails;Swift
func isTeamSelectiveSyncPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_selective_sync_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed_details”.
Note
Call this method and ensure it returns true before accessing the
teamSharingWhitelistSubjectsChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSharingWhitelistSubjectsChangedDetails;Swift
func isTeamSharingWhitelistSubjectsChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_add_exception_details”.
Note
Call this method and ensure it returns true before accessing the
tfaAddExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddExceptionDetails;Swift
func isTfaAddExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_add_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
tfaChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangePolicyDetails;Swift
func isTfaChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_remove_exception_details”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveExceptionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveExceptionDetails;Swift
func isTfaRemoveExceptionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_remove_exception_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “two_account_change_policy_details”.
Note
Call this method and ensure it returns true before accessing the
twoAccountChangePolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTwoAccountChangePolicyDetails;Swift
func isTwoAccountChangePolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “two_account_change_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “viewer_info_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
viewerInfoPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isViewerInfoPolicyChangedDetails;Swift
func isViewerInfoPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “viewer_info_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “watermarking_policy_changed_details”.
Note
Call this method and ensure it returns true before accessing the
watermarkingPolicyChangedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWatermarkingPolicyChangedDetails;Swift
func isWatermarkingPolicyChangedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “watermarking_policy_changed_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “web_sessions_change_active_session_limit_details”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeActiveSessionLimitDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeActiveSessionLimitDetails;Swift
func isWebSessionsChangeActiveSessionLimitDetails() -> BoolReturn Value
Whether the union’s current tag state has value “web_sessions_change_active_session_limit_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “web_sessions_change_fixed_length_policy_details”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeFixedLengthPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeFixedLengthPolicyDetails;Swift
func isWebSessionsChangeFixedLengthPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “web_sessions_change_fixed_length_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “web_sessions_change_idle_length_policy_details”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeIdleLengthPolicyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeIdleLengthPolicyDetails;Swift
func isWebSessionsChangeIdleLengthPolicyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “web_sessions_change_idle_length_policy_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_residency_migration_request_successful_details”.
Note
Call this method and ensure it returns true before accessing the
dataResidencyMigrationRequestSuccessfulDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestSuccessfulDetails;Swift
func isDataResidencyMigrationRequestSuccessfulDetails() -> BoolReturn Value
Whether the union’s current tag state has value “data_residency_migration_request_successful_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_residency_migration_request_unsuccessful_details”.
Note
Call this method and ensure it returns true before accessing the
dataResidencyMigrationRequestUnsuccessfulDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestUnsuccessfulDetails;Swift
func isDataResidencyMigrationRequestUnsuccessfulDetails() -> BoolReturn Value
Whether the union’s current tag state has value “data_residency_migration_request_unsuccessful_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_from_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeFromDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeFromDetails;Swift
func isTeamMergeFromDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_from_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_to_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeToDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeToDetails;Swift
func isTeamMergeToDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_to_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_add_background_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileAddBackgroundDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddBackgroundDetails;Swift
func isTeamProfileAddBackgroundDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_add_background_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_add_logo_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileAddLogoDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddLogoDetails;Swift
func isTeamProfileAddLogoDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_add_logo_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_background_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeBackgroundDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeBackgroundDetails;Swift
func isTeamProfileChangeBackgroundDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_background_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_default_language_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeDefaultLanguageDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeDefaultLanguageDetails;Swift
func isTeamProfileChangeDefaultLanguageDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_default_language_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_logo_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeLogoDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeLogoDetails;Swift
func isTeamProfileChangeLogoDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_logo_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_name_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeNameDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeNameDetails;Swift
func isTeamProfileChangeNameDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_name_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_remove_background_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileRemoveBackgroundDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveBackgroundDetails;Swift
func isTeamProfileRemoveBackgroundDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_remove_background_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_remove_logo_details”.
Note
Call this method and ensure it returns true before accessing the
teamProfileRemoveLogoDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveLogoDetails;Swift
func isTeamProfileRemoveLogoDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_remove_logo_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_add_backup_phone_details”.
Note
Call this method and ensure it returns true before accessing the
tfaAddBackupPhoneDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddBackupPhoneDetails;Swift
func isTfaAddBackupPhone() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_add_backup_phone_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_add_security_key_details”.
Note
Call this method and ensure it returns true before accessing the
tfaAddSecurityKeyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddSecurityKeyDetails;Swift
func isTfaAddSecurityKeyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_add_security_key_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_change_backup_phone_details”.
Note
Call this method and ensure it returns true before accessing the
tfaChangeBackupPhoneDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeBackupPhoneDetails;Swift
func isTfaChangeBackupPhone() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_change_backup_phone_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_change_status_details”.
Note
Call this method and ensure it returns true before accessing the
tfaChangeStatusDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeStatusDetails;Swift
func isTfaChangeStatusDetails() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_change_status_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_remove_backup_phone_details”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveBackupPhoneDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveBackupPhoneDetails;Swift
func isTfaRemoveBackupPhone() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_remove_backup_phone_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_remove_security_key_details”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveSecurityKeyDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveSecurityKeyDetails;Swift
func isTfaRemoveSecurityKeyDetails() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_remove_security_key_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_reset_details”.
Note
Call this method and ensure it returns true before accessing the
tfaResetDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaResetDetails;Swift
func isTfaResetDetails() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_reset_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “changed_enterprise_admin_role_details”.
Note
Call this method and ensure it returns true before accessing the
changedEnterpriseAdminRoleDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseAdminRoleDetails;Swift
func isChangedEnterpriseAdminRoleDetails() -> BoolReturn Value
Whether the union’s current tag state has value “changed_enterprise_admin_role_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “changed_enterprise_connected_team_status_details”.
Note
Call this method and ensure it returns true before accessing the
changedEnterpriseConnectedTeamStatusDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseConnectedTeamStatusDetails;Swift
func isChangedEnterpriseConnectedTeamStatusDetails() -> BoolReturn Value
Whether the union’s current tag state has value “changed_enterprise_connected_team_status_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session_details”.
Note
Call this method and ensure it returns true before accessing the
endedEnterpriseAdminSessionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSessionDetails;Swift
func isEndedEnterpriseAdminSessionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “ended_enterprise_admin_session_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated_details”.
Note
Call this method and ensure it returns true before accessing the
endedEnterpriseAdminSessionDeprecatedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSessionDeprecatedDetails;Swift
func isEndedEnterpriseAdminSessionDeprecatedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “enterprise_settings_locking_details”.
Note
Call this method and ensure it returns true before accessing the
enterpriseSettingsLockingDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnterpriseSettingsLockingDetails;Swift
func isEnterpriseSettingsLockingDetails() -> BoolReturn Value
Whether the union’s current tag state has value “enterprise_settings_locking_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “guest_admin_change_status_details”.
Note
Call this method and ensure it returns true before accessing the
guestAdminChangeStatusDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminChangeStatusDetails;Swift
func isGuestAdminChangeStatusDetails() -> BoolReturn Value
Whether the union’s current tag state has value “guest_admin_change_status_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “started_enterprise_admin_session_details”.
Note
Call this method and ensure it returns true before accessing the
startedEnterpriseAdminSessionDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isStartedEnterpriseAdminSessionDetails;Swift
func isStartedEnterpriseAdminSessionDetails() -> BoolReturn Value
Whether the union’s current tag state has value “started_enterprise_admin_session_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_accepted_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedDetails;Swift
func isTeamMergeRequestAcceptedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_accepted_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedShownToPrimaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToPrimaryTeamDetails;Swift
func isTeamMergeRequestAcceptedShownToPrimaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedShownToSecondaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToSecondaryTeamDetails;Swift
func isTeamMergeRequestAcceptedShownToSecondaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_auto_canceled_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAutoCanceledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAutoCanceledDetails;Swift
func isTeamMergeRequestAutoCanceledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_auto_canceled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_canceled_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledDetails;Swift
func isTeamMergeRequestCanceledDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_canceled_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledShownToPrimaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToPrimaryTeamDetails;Swift
func isTeamMergeRequestCanceledShownToPrimaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledShownToSecondaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToSecondaryTeamDetails;Swift
func isTeamMergeRequestCanceledShownToSecondaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_expired_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredDetails;Swift
func isTeamMergeRequestExpiredDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_expired_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredShownToPrimaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToPrimaryTeamDetails;Swift
func isTeamMergeRequestExpiredShownToPrimaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredShownToSecondaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToSecondaryTeamDetails;Swift
func isTeamMergeRequestExpiredShownToSecondaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRejectedShownToPrimaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToPrimaryTeamDetails;Swift
func isTeamMergeRequestRejectedShownToPrimaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRejectedShownToSecondaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToSecondaryTeamDetails;Swift
func isTeamMergeRequestRejectedShownToSecondaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_reminder_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderDetails;Swift
func isTeamMergeRequestReminderDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_reminder_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderShownToPrimaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToPrimaryTeamDetails;Swift
func isTeamMergeRequestReminderShownToPrimaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderShownToSecondaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToSecondaryTeamDetails;Swift
func isTeamMergeRequestReminderShownToSecondaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_revoked_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRevokedDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRevokedDetails;Swift
func isTeamMergeRequestRevokedDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_revoked_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestSentShownToPrimaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToPrimaryTeamDetails;Swift
func isTeamMergeRequestSentShownToPrimaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team_details”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestSentShownToSecondaryTeamDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToSecondaryTeamDetails;Swift
func isTeamMergeRequestSentShownToSecondaryTeamDetails() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “missing_details”.
Note
Call this method and ensure it returns true before accessing the
missingDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMissingDetails;Swift
func isMissingDetails() -> BoolReturn Value
Whether the union’s current tag state has value “missing_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “other”.
Declaration
Objective-C
- (BOOL)isOther;Swift
func isOther() -> BoolReturn Value
Whether the union’s current tag state has value “other”.
 - 
                  
                  
Retrieves string value of union’s current tag state.
Declaration
Objective-C
- (nonnull NSString *)tagName;Swift
func tagName() -> StringReturn Value
A human-readable string representing the union’s current tag state.
 
View on GitHub
        DBTEAMLOGEventDetails Class Reference