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
isAdminAlertingAlertStateChangedDetails
method 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
isAdminAlertingChangedAlertConfigDetails
method 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
isAdminAlertingTriggeredAlertDetails
method 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
isAppBlockedByPermissionsDetails
method 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
isAppLinkTeamDetails
method 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
isAppLinkUserDetails
method 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
isAppUnlinkTeamDetails
method 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
isAppUnlinkUserDetails
method 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
isIntegrationConnectedDetails
method 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
isIntegrationDisconnectedDetails
method 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
isFileAddCommentDetails
method 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
isFileChangeCommentSubscriptionDetails
method 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
isFileDeleteCommentDetails
method 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
isFileEditCommentDetails
method 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
isFileLikeCommentDetails
method 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
isFileResolveCommentDetails
method 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
isFileUnlikeCommentDetails
method 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
isFileUnresolveCommentDetails
method 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
isGovernancePolicyAddFoldersDetails
method 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
isGovernancePolicyAddFolderFailedDetails
method 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
isGovernancePolicyContentDisposedDetails
method 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
isGovernancePolicyCreateDetails
method 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
isGovernancePolicyDeleteDetails
method 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
isGovernancePolicyEditDetailsDetails
method 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
isGovernancePolicyEditDurationDetails
method 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
isGovernancePolicyExportCreatedDetails
method 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
isGovernancePolicyExportRemovedDetails
method 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
isGovernancePolicyRemoveFoldersDetails
method 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
isGovernancePolicyReportCreatedDetails
method 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
isGovernancePolicyZipPartDownloadedDetails
method 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
isLegalHoldsActivateAHoldDetails
method 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
isLegalHoldsAddMembersDetails
method 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
isLegalHoldsChangeHoldDetailsDetails
method 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
isLegalHoldsChangeHoldNameDetails
method 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
isLegalHoldsExportAHoldDetails
method 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
isLegalHoldsExportCancelledDetails
method 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
isLegalHoldsExportDownloadedDetails
method 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
isLegalHoldsExportRemovedDetails
method 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
isLegalHoldsReleaseAHoldDetails
method 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
isLegalHoldsRemoveMembersDetails
method 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
isLegalHoldsReportAHoldDetails
method 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
isDeviceChangeIpDesktopDetails
method 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
isDeviceChangeIpMobileDetails
method 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
isDeviceChangeIpWebDetails
method 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
isDeviceDeleteOnUnlinkFailDetails
method 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
isDeviceDeleteOnUnlinkSuccessDetails
method 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
isDeviceLinkFailDetails
method 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
isDeviceLinkSuccessDetails
method 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
isDeviceManagementDisabledDetails
method 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
isDeviceManagementEnabledDetails
method 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
isDeviceSyncBackupStatusChangedDetails
method 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
isDeviceUnlinkDetails
method 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
isDropboxPasswordsExportedDetails
method 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
isDropboxPasswordsNewDeviceEnrolledDetails
method 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
isEmmRefreshAuthTokenDetails
method 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
isExternalDriveBackupEligibilityStatusCheckedDetails
method 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
isExternalDriveBackupStatusChangedDetails
method 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
isAccountCaptureChangeAvailabilityDetails
method 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
isAccountCaptureMigrateAccountDetails
method 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
isAccountCaptureNotificationEmailsSentDetails
method 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
isAccountCaptureRelinquishAccountDetails
method 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
isDisabledDomainInvitesDetails
method 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
isDomainInvitesApproveRequestToJoinTeamDetails
method 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
isDomainInvitesDeclineRequestToJoinTeamDetails
method 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
isDomainInvitesEmailExistingUsersDetails
method 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
isDomainInvitesRequestToJoinTeamDetails
method 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
isDomainInvitesSetInviteNewUserPrefToNoDetails
method 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
isDomainInvitesSetInviteNewUserPrefToYesDetails
method 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
isDomainVerificationAddDomainFailDetails
method 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
isDomainVerificationAddDomainSuccessDetails
method 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
isDomainVerificationRemoveDomainDetails
method 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
isEnabledDomainInvitesDetails
method 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
isApplyNamingConventionDetails
method 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
isCreateFolderDetails
method 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
isFileAddDetails
method 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
isFileCopyDetails
method 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
isFileDeleteDetails
method 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
isFileDownloadDetails
method 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
isFileEditDetails
method 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
isFileGetCopyReferenceDetails
method 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
isFileLockingLockStatusChangedDetails
method 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
isFileMoveDetails
method 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
isFilePermanentlyDeleteDetails
method 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
isFilePreviewDetails
method 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
isFileRenameDetails
method 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
isFileRestoreDetails
method 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
isFileRevertDetails
method 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
isFileRollbackChangesDetails
method 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
isFileSaveCopyReferenceDetails
method 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
isFolderOverviewDescriptionChangedDetails
method 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
isFolderOverviewItemPinnedDetails
method 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
isFolderOverviewItemUnpinnedDetails
method 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
isObjectLabelAddedDetails
method 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
isObjectLabelRemovedDetails
method 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
isObjectLabelUpdatedValueDetails
method 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
isOrganizeFolderWithTidyDetails
method 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
isRewindFolderDetails
method 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
isUndoNamingConventionDetails
method 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
isUndoOrganizeFolderWithTidyDetails
method 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
isUserTagsAddedDetails
method 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
isUserTagsRemovedDetails
method 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
isEmailIngestReceiveFileDetails
method 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
isFileRequestChangeDetails
method 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
isFileRequestCloseDetails
method 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
isFileRequestCreateDetails
method 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
isFileRequestDeleteDetails
method 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
isFileRequestReceiveFileDetails
method 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
isGroupAddExternalIdDetails
method 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
isGroupAddMemberDetails
method 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
isGroupChangeExternalIdDetails
method 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
isGroupChangeManagementTypeDetails
method 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
isGroupChangeMemberRoleDetails
method 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
isGroupCreateDetails
method 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
isGroupDeleteDetails
method 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
isGroupDescriptionUpdatedDetails
method 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
isGroupJoinPolicyUpdatedDetails
method 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
isGroupMovedDetails
method 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
isGroupRemoveExternalIdDetails
method 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
isGroupRemoveMemberDetails
method 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
isGroupRenameDetails
method 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
isAccountLockOrUnlockedDetails
method 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
isEmmErrorDetails
method 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
isGuestAdminSignedInViaTrustedTeamsDetails
method 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
isGuestAdminSignedOutViaTrustedTeamsDetails
method 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
isLoginFailDetails
method 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
isLoginSuccessDetails
method 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
isLogoutDetails
method 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
isResellerSupportSessionEndDetails
method 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
isResellerSupportSessionStartDetails
method 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
isSignInAsSessionEndDetails
method 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
isSignInAsSessionStartDetails
method 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
isSsoErrorDetails
method 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
isCreateTeamInviteLinkDetails
method 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
isDeleteTeamInviteLinkDetails
method 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
isMemberAddExternalIdDetails
method 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
isMemberAddNameDetails
method 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
isMemberChangeAdminRoleDetails
method 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
isMemberChangeEmailDetails
method 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
isMemberChangeExternalIdDetails
method 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
isMemberChangeMembershipTypeDetails
method 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
isMemberChangeNameDetails
method 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
isMemberChangeResellerRoleDetails
method 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
isMemberChangeStatusDetails
method 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
isMemberDeleteManualContactsDetails
method 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
isMemberDeleteProfilePhotoDetails
method 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
isMemberPermanentlyDeleteAccountContentsDetails
method 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
isMemberRemoveExternalIdDetails
method 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
isMemberSetProfilePhotoDetails
method 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
isMemberSpaceLimitsAddCustomQuotaDetails
method 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
isMemberSpaceLimitsChangeCustomQuotaDetails
method 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
isMemberSpaceLimitsChangeStatusDetails
method 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
isMemberSpaceLimitsRemoveCustomQuotaDetails
method 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
isMemberSuggestDetails
method 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
isMemberTransferAccountContentsDetails
method 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
isPendingSecondaryEmailAddedDetails
method 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
isSecondaryEmailDeletedDetails
method 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
isSecondaryEmailVerifiedDetails
method 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
isSecondaryMailsPolicyChangedDetails
method 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
isBinderAddPageDetails
method 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
isBinderAddSectionDetails
method 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
isBinderRemovePageDetails
method 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
isBinderRemoveSectionDetails
method 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
isBinderRenamePageDetails
method 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
isBinderRenameSectionDetails
method 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
isBinderReorderPageDetails
method 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
isBinderReorderSectionDetails
method 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
isPaperContentAddMemberDetails
method 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
isPaperContentAddToFolderDetails
method 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
isPaperContentArchiveDetails
method 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
isPaperContentCreateDetails
method 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
isPaperContentPermanentlyDeleteDetails
method 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
isPaperContentRemoveFromFolderDetails
method 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
isPaperContentRemoveMemberDetails
method 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
isPaperContentRenameDetails
method 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
isPaperContentRestoreDetails
method 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
isPaperDocAddCommentDetails
method 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
isPaperDocChangeMemberRoleDetails
method 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
isPaperDocChangeSharingPolicyDetails
method 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
isPaperDocChangeSubscriptionDetails
method 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
isPaperDocDeletedDetails
method 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
isPaperDocDeleteCommentDetails
method 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
isPaperDocDownloadDetails
method 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
isPaperDocEditDetails
method 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
isPaperDocEditCommentDetails
method 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
isPaperDocFollowedDetails
method 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
isPaperDocMentionDetails
method 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
isPaperDocOwnershipChangedDetails
method 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
isPaperDocRequestAccessDetails
method 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
isPaperDocResolveCommentDetails
method 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
isPaperDocRevertDetails
method 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
isPaperDocSlackShareDetails
method 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
isPaperDocTeamInviteDetails
method 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
isPaperDocTrashedDetails
method 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
isPaperDocUnresolveCommentDetails
method 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
isPaperDocUntrashedDetails
method 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
isPaperDocViewDetails
method 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
isPaperExternalViewAllowDetails
method 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
isPaperExternalViewDefaultTeamDetails
method 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
isPaperExternalViewForbidDetails
method 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
isPaperFolderChangeSubscriptionDetails
method 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
isPaperFolderDeletedDetails
method 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
isPaperFolderFollowedDetails
method 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
isPaperFolderTeamInviteDetails
method 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
isPaperPublishedLinkChangePermissionDetails
method 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
isPaperPublishedLinkCreateDetails
method 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
isPaperPublishedLinkDisabledDetails
method 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
isPaperPublishedLinkViewDetails
method 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
isPasswordChangeDetails
method 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
isPasswordResetDetails
method 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
isPasswordResetAllDetails
method 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
isClassificationCreateReportDetails
method 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
isClassificationCreateReportFailDetails
method 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
isEmmCreateExceptionsReportDetails
method 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
isEmmCreateUsageReportDetails
method 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
isExportMembersReportDetails
method 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
isExportMembersReportFailDetails
method 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
isExternalSharingCreateReportDetails
method 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
isExternalSharingReportFailedDetails
method 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
isNoExpirationLinkGenCreateReportDetails
method 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
isNoExpirationLinkGenReportFailedDetails
method 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
isNoPasswordLinkGenCreateReportDetails
method 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
isNoPasswordLinkGenReportFailedDetails
method 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
isNoPasswordLinkViewCreateReportDetails
method 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
isNoPasswordLinkViewReportFailedDetails
method 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
isOutdatedLinkViewCreateReportDetails
method 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
isOutdatedLinkViewReportFailedDetails
method 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
isPaperAdminExportStartDetails
method 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
isSmartSyncCreateAdminPrivilegeReportDetails
method 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
isTeamActivityCreateReportDetails
method 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
isTeamActivityCreateReportFailDetails
method 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
isCollectionShareDetails
method 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
isFileTransfersFileAddDetails
method 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
isFileTransfersTransferDeleteDetails
method 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
isFileTransfersTransferDownloadDetails
method 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
isFileTransfersTransferSendDetails
method 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
isFileTransfersTransferViewDetails
method 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
isNoteAclInviteOnlyDetails
method 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
isNoteAclLinkDetails
method 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
isNoteAclTeamLinkDetails
method 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
isNoteSharedDetails
method 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
isNoteShareReceiveDetails
method 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
isOpenNoteSharedDetails
method 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
isSfAddGroupDetails
method 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
isSfAllowNonMembersToViewSharedLinksDetails
method 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
isSfExternalInviteWarnDetails
method 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
isSfFbInviteDetails
method 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
isSfFbInviteChangeRoleDetails
method 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
isSfFbUninviteDetails
method 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
isSfInviteGroupDetails
method 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
isSfTeamGrantAccessDetails
method 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
isSfTeamInviteDetails
method 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
isSfTeamInviteChangeRoleDetails
method 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
isSfTeamJoinDetails
method 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
isSfTeamJoinFromOobLinkDetails
method 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
isSfTeamUninviteDetails
method 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
isSharedContentAddInviteesDetails
method 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
isSharedContentAddLinkExpiryDetails
method 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
isSharedContentAddLinkPasswordDetails
method 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
isSharedContentAddMemberDetails
method 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
isSharedContentChangeDownloadsPolicyDetails
method 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
isSharedContentChangeInviteeRoleDetails
method 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
isSharedContentChangeLinkAudienceDetails
method 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
isSharedContentChangeLinkExpiryDetails
method 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
isSharedContentChangeLinkPasswordDetails
method 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
isSharedContentChangeMemberRoleDetails
method 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
isSharedContentChangeViewerInfoPolicyDetails
method 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
isSharedContentClaimInvitationDetails
method 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
isSharedContentCopyDetails
method 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
isSharedContentDownloadDetails
method 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
isSharedContentRelinquishMembershipDetails
method 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
isSharedContentRemoveInviteesDetails
method 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
isSharedContentRemoveLinkExpiryDetails
method 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
isSharedContentRemoveLinkPasswordDetails
method 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
isSharedContentRemoveMemberDetails
method 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
isSharedContentRequestAccessDetails
method 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
isSharedContentRestoreInviteesDetails
method 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
isSharedContentRestoreMemberDetails
method 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
isSharedContentUnshareDetails
method 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
isSharedContentViewDetails
method 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
isSharedFolderChangeLinkPolicyDetails
method 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
isSharedFolderChangeMembersInheritancePolicyDetails
method 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
isSharedFolderChangeMembersManagementPolicyDetails
method 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
isSharedFolderChangeMembersPolicyDetails
method 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
isSharedFolderCreateDetails
method 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
isSharedFolderDeclineInvitationDetails
method 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
isSharedFolderMountDetails
method 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
isSharedFolderNestDetails
method 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
isSharedFolderTransferOwnershipDetails
method 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
isSharedFolderUnmountDetails
method 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
isSharedLinkAddExpiryDetails
method 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
isSharedLinkChangeExpiryDetails
method 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
isSharedLinkChangeVisibilityDetails
method 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
isSharedLinkCopyDetails
method 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
isSharedLinkCreateDetails
method 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
isSharedLinkDisableDetails
method 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
isSharedLinkDownloadDetails
method 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
isSharedLinkRemoveExpiryDetails
method 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
isSharedLinkSettingsAddExpirationDetails
method 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
isSharedLinkSettingsAddPasswordDetails
method 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
isSharedLinkSettingsAllowDownloadDisabledDetails
method 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
isSharedLinkSettingsAllowDownloadEnabledDetails
method 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
isSharedLinkSettingsChangeAudienceDetails
method 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
isSharedLinkSettingsChangeExpirationDetails
method 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
isSharedLinkSettingsChangePasswordDetails
method 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
isSharedLinkSettingsRemoveExpirationDetails
method 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
isSharedLinkSettingsRemovePasswordDetails
method 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
isSharedLinkShareDetails
method 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
isSharedLinkViewDetails
method 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
isSharedNoteOpenedDetails
method 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
isShmodelDisableDownloadsDetails
method 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
isShmodelEnableDownloadsDetails
method 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
isShmodelGroupShareDetails
method 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
isShowcaseAccessGrantedDetails
method 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
isShowcaseAddMemberDetails
method 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
isShowcaseArchivedDetails
method 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
isShowcaseCreatedDetails
method 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
isShowcaseDeleteCommentDetails
method 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
isShowcaseEditedDetails
method 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
isShowcaseEditCommentDetails
method 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
isShowcaseFileAddedDetails
method 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
isShowcaseFileDownloadDetails
method 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
isShowcaseFileRemovedDetails
method 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
isShowcaseFileViewDetails
method 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
isShowcasePermanentlyDeletedDetails
method 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
isShowcasePostCommentDetails
method 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
isShowcaseRemoveMemberDetails
method 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
isShowcaseRenamedDetails
method 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
isShowcaseRequestAccessDetails
method 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
isShowcaseResolveCommentDetails
method 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
isShowcaseRestoredDetails
method 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
isShowcaseTrashedDetails
method 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
isShowcaseTrashedDeprecatedDetails
method 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
isShowcaseUnresolveCommentDetails
method 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
isShowcaseUntrashedDetails
method 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
isShowcaseUntrashedDeprecatedDetails
method 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
isShowcaseViewDetails
method 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
isSsoAddCertDetails
method 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
isSsoAddLoginUrlDetails
method 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
isSsoAddLogoutUrlDetails
method 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
isSsoChangeCertDetails
method 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
isSsoChangeLoginUrlDetails
method 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
isSsoChangeLogoutUrlDetails
method 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
isSsoChangeSamlIdentityModeDetails
method 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
isSsoRemoveCertDetails
method 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
isSsoRemoveLoginUrlDetails
method 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
isSsoRemoveLogoutUrlDetails
method 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
isTeamFolderChangeStatusDetails
method 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
isTeamFolderCreateDetails
method 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
isTeamFolderDowngradeDetails
method 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
isTeamFolderPermanentlyDeleteDetails
method 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
isTeamFolderRenameDetails
method 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
isTeamSelectiveSyncSettingsChangedDetails
method 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
isAccountCaptureChangePolicyDetails
method 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
isAdminEmailRemindersChangedDetails
method 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
isAllowDownloadDisabledDetails
method 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
isAllowDownloadEnabledDetails
method 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
isAppPermissionsChangedDetails
method 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
isCameraUploadsPolicyChangedDetails
method 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
isCaptureTranscriptPolicyChangedDetails
method 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
isClassificationChangePolicyDetails
method 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
isComputerBackupPolicyChangedDetails
method 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
isContentAdministrationPolicyChangedDetails
method 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
isDataPlacementRestrictionChangePolicyDetails
method 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
isDataPlacementRestrictionSatisfyPolicyDetails
method 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
isDeviceApprovalsAddExceptionDetails
method 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
isDeviceApprovalsChangeDesktopPolicyDetails
method 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
isDeviceApprovalsChangeMobilePolicyDetails
method 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
isDeviceApprovalsChangeOverageActionDetails
method 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
isDeviceApprovalsChangeUnlinkActionDetails
method 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
isDeviceApprovalsRemoveExceptionDetails
method 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
isDirectoryRestrictionsAddMembersDetails
method 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
isDirectoryRestrictionsRemoveMembersDetails
method 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
isDropboxPasswordsPolicyChangedDetails
method 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
isEmailIngestPolicyChangedDetails
method 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
isEmmAddExceptionDetails
method 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
isEmmChangePolicyDetails
method 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
isEmmRemoveExceptionDetails
method 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
isExtendedVersionHistoryChangePolicyDetails
method 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
isExternalDriveBackupPolicyChangedDetails
method 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
isFileCommentsChangePolicyDetails
method 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
isFileLockingPolicyChangedDetails
method 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
isFileProviderMigrationPolicyChangedDetails
method 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
isFileRequestsChangePolicyDetails
method 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
isFileRequestsEmailsEnabledDetails
method 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
isFileRequestsEmailsRestrictedToTeamOnlyDetails
method 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
isFileTransfersPolicyChangedDetails
method 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
isFolderLinkRestrictionPolicyChangedDetails
method 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
isGoogleSsoChangePolicyDetails
method 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
isGroupUserManagementChangePolicyDetails
method 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
isIntegrationPolicyChangedDetails
method 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
isInviteAcceptanceEmailPolicyChangedDetails
method 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
isMemberRequestsChangePolicyDetails
method 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
isMemberSendInvitePolicyChangedDetails
method 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
isMemberSpaceLimitsAddExceptionDetails
method 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
isMemberSpaceLimitsChangeCapsTypePolicyDetails
method 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
isMemberSpaceLimitsChangePolicyDetails
method 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
isMemberSpaceLimitsRemoveExceptionDetails
method 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
isMemberSuggestionsChangePolicyDetails
method 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
isMicrosoftOfficeAddinChangePolicyDetails
method 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
isNetworkControlChangePolicyDetails
method 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
isPaperChangeDeploymentPolicyDetails
method 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
isPaperChangeMemberLinkPolicyDetails
method 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
isPaperChangeMemberPolicyDetails
method 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
isPaperChangePolicyDetails
method 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
isPaperDefaultFolderPolicyChangedDetails
method 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
isPaperDesktopPolicyChangedDetails
method 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
isPaperEnabledUsersGroupAdditionDetails
method 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
isPaperEnabledUsersGroupRemovalDetails
method 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
isPasswordStrengthRequirementsChangePolicyDetails
method 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
isPermanentDeleteChangePolicyDetails
method 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
isResellerSupportChangePolicyDetails
method 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
isRewindPolicyChangedDetails
method 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
isSendForSignaturePolicyChangedDetails
method 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
isSharingChangeFolderJoinPolicyDetails
method 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
isSharingChangeLinkAllowChangeExpirationPolicyDetails
method 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
isSharingChangeLinkDefaultExpirationPolicyDetails
method 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
isSharingChangeLinkEnforcePasswordPolicyDetails
method 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
isSharingChangeLinkPolicyDetails
method 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
isSharingChangeMemberPolicyDetails
method 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
isShowcaseChangeDownloadPolicyDetails
method 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
isShowcaseChangeEnabledPolicyDetails
method 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
isShowcaseChangeExternalSharingPolicyDetails
method 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
isSmarterSmartSyncPolicyChangedDetails
method 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
isSmartSyncChangePolicyDetails
method 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
isSmartSyncNotOptOutDetails
method 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
isSmartSyncOptOutDetails
method 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
isSsoChangePolicyDetails
method 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
isTeamBrandingPolicyChangedDetails
method 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
isTeamExtensionsPolicyChangedDetails
method 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
isTeamSelectiveSyncPolicyChangedDetails
method 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
isTeamSharingWhitelistSubjectsChangedDetails
method 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
isTfaAddExceptionDetails
method 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
isTfaChangePolicyDetails
method 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
isTfaRemoveExceptionDetails
method 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
isTwoAccountChangePolicyDetails
method 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
isViewerInfoPolicyChangedDetails
method 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
isWatermarkingPolicyChangedDetails
method 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
isWebSessionsChangeActiveSessionLimitDetails
method 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
isWebSessionsChangeFixedLengthPolicyDetails
method 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
isWebSessionsChangeIdleLengthPolicyDetails
method 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
isDataResidencyMigrationRequestSuccessfulDetails
method 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
isDataResidencyMigrationRequestUnsuccessfulDetails
method 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
isTeamMergeFromDetails
method 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
isTeamMergeToDetails
method 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
isTeamProfileAddBackgroundDetails
method 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
isTeamProfileAddLogoDetails
method 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
isTeamProfileChangeBackgroundDetails
method 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
isTeamProfileChangeDefaultLanguageDetails
method 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
isTeamProfileChangeLogoDetails
method 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
isTeamProfileChangeNameDetails
method 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
isTeamProfileRemoveBackgroundDetails
method 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
isTeamProfileRemoveLogoDetails
method 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
isTfaAddBackupPhoneDetails
method 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
isTfaAddSecurityKeyDetails
method 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
isTfaChangeBackupPhoneDetails
method 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
isTfaChangeStatusDetails
method 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
isTfaRemoveBackupPhoneDetails
method 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
isTfaRemoveSecurityKeyDetails
method 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
isTfaResetDetails
method 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
isChangedEnterpriseAdminRoleDetails
method 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
isChangedEnterpriseConnectedTeamStatusDetails
method 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
isEndedEnterpriseAdminSessionDetails
method 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
isEndedEnterpriseAdminSessionDeprecatedDetails
method 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
isEnterpriseSettingsLockingDetails
method 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
isGuestAdminChangeStatusDetails
method 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
isStartedEnterpriseAdminSessionDetails
method 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
isTeamMergeRequestAcceptedDetails
method 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
isTeamMergeRequestAcceptedShownToPrimaryTeamDetails
method 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
isTeamMergeRequestAcceptedShownToSecondaryTeamDetails
method 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
isTeamMergeRequestAutoCanceledDetails
method 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
isTeamMergeRequestCanceledDetails
method 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
isTeamMergeRequestCanceledShownToPrimaryTeamDetails
method 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
isTeamMergeRequestCanceledShownToSecondaryTeamDetails
method 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
isTeamMergeRequestExpiredDetails
method 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
isTeamMergeRequestExpiredShownToPrimaryTeamDetails
method 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
isTeamMergeRequestExpiredShownToSecondaryTeamDetails
method 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
isTeamMergeRequestRejectedShownToPrimaryTeamDetails
method 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
isTeamMergeRequestRejectedShownToSecondaryTeamDetails
method 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
isTeamMergeRequestReminderDetails
method 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
isTeamMergeRequestReminderShownToPrimaryTeamDetails
method 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
isTeamMergeRequestReminderShownToSecondaryTeamDetails
method 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
isTeamMergeRequestRevokedDetails
method 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
isTeamMergeRequestSentShownToPrimaryTeamDetails
method 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
isTeamMergeRequestSentShownToSecondaryTeamDetails
method 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
isMissingDetails
method 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
missingDetails
Hints 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
adminAlertingAlertStateChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingAlertStateChangedDetails;
Swift
func isAdminAlertingAlertStateChangedDetails() -> Bool
Return 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
adminAlertingChangedAlertConfigDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingChangedAlertConfigDetails;
Swift
func isAdminAlertingChangedAlertConfigDetails() -> Bool
Return 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
adminAlertingTriggeredAlertDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingTriggeredAlertDetails;
Swift
func isAdminAlertingTriggeredAlert() -> Bool
Return 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
appBlockedByPermissionsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppBlockedByPermissionsDetails;
Swift
func isAppBlockedByPermissionsDetails() -> Bool
Return 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
appLinkTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkTeamDetails;
Swift
func isAppLinkTeamDetails() -> Bool
Return 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
appLinkUserDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkUserDetails;
Swift
func isAppLinkUserDetails() -> Bool
Return 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
appUnlinkTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkTeamDetails;
Swift
func isAppUnlinkTeamDetails() -> Bool
Return 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
appUnlinkUserDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkUserDetails;
Swift
func isAppUnlinkUserDetails() -> Bool
Return 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
integrationConnectedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationConnectedDetails;
Swift
func isIntegrationConnectedDetails() -> Bool
Return 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
integrationDisconnectedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationDisconnectedDetails;
Swift
func isIntegrationDisconnectedDetails() -> Bool
Return 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
fileAddCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAddCommentDetails;
Swift
func isFileAddCommentDetails() -> Bool
Return 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
fileChangeCommentSubscriptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileChangeCommentSubscriptionDetails;
Swift
func isFileChangeCommentSubscriptionDetails() -> Bool
Return 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
fileDeleteCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDeleteCommentDetails;
Swift
func isFileDeleteCommentDetails() -> Bool
Return 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
fileEditCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEditCommentDetails;
Swift
func isFileEditCommentDetails() -> Bool
Return 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
fileLikeCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLikeCommentDetails;
Swift
func isFileLikeCommentDetails() -> Bool
Return 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
fileResolveCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileResolveCommentDetails;
Swift
func isFileResolveCommentDetails() -> Bool
Return 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
fileUnlikeCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnlikeCommentDetails;
Swift
func isFileUnlikeCommentDetails() -> Bool
Return 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
fileUnresolveCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnresolveCommentDetails;
Swift
func isFileUnresolveCommentDetails() -> Bool
Return 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
governancePolicyAddFoldersDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFoldersDetails;
Swift
func isGovernancePolicyAddFoldersDetails() -> Bool
Return 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
governancePolicyAddFolderFailedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFolderFailedDetails;
Swift
func isGovernancePolicyAddFolderFailedDetails() -> Bool
Return 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
governancePolicyContentDisposedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyContentDisposedDetails;
Swift
func isGovernancePolicyContentDisposedDetails() -> Bool
Return 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
governancePolicyCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyCreateDetails;
Swift
func isGovernancePolicyCreateDetails() -> Bool
Return 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
governancePolicyDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyDeleteDetails;
Swift
func isGovernancePolicyDelete() -> Bool
Return 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
governancePolicyEditDetailsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDetailsDetails;
Swift
func isGovernancePolicyEditDetailsDetails() -> Bool
Return 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
governancePolicyEditDurationDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDurationDetails;
Swift
func isGovernancePolicyEditDurationDetails() -> Bool
Return 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
governancePolicyExportCreatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportCreatedDetails;
Swift
func isGovernancePolicyExportCreatedDetails() -> Bool
Return 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
governancePolicyExportRemovedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportRemovedDetails;
Swift
func isGovernancePolicyExportRemovedDetails() -> Bool
Return 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
governancePolicyRemoveFoldersDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyRemoveFoldersDetails;
Swift
func isGovernancePolicyRemoveFoldersDetails() -> Bool
Return 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
governancePolicyReportCreatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyReportCreatedDetails;
Swift
func isGovernancePolicyReportCreatedDetails() -> Bool
Return 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
governancePolicyZipPartDownloadedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyZipPartDownloadedDetails;
Swift
func isGovernancePolicyZipPartDownloadedDetails() -> Bool
Return 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
legalHoldsActivateAHoldDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsActivateAHoldDetails;
Swift
func isLegalHoldsActivateAHold() -> Bool
Return 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
legalHoldsAddMembersDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsAddMembersDetails;
Swift
func isLegalHoldsAddMembersDetails() -> Bool
Return 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
legalHoldsChangeHoldDetailsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldDetailsDetails;
Swift
func isLegalHoldsChangeHoldDetailsDetails() -> Bool
Return 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
legalHoldsChangeHoldNameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldNameDetails;
Swift
func isLegalHoldsChangeHoldNameDetails() -> Bool
Return 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
legalHoldsExportAHoldDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportAHoldDetails;
Swift
func isLegalHoldsExportAHold() -> Bool
Return 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
legalHoldsExportCancelledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportCancelledDetails;
Swift
func isLegalHoldsExportCancelledDetails() -> Bool
Return 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
legalHoldsExportDownloadedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportDownloadedDetails;
Swift
func isLegalHoldsExportDownloadedDetails() -> Bool
Return 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
legalHoldsExportRemovedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportRemovedDetails;
Swift
func isLegalHoldsExportRemovedDetails() -> Bool
Return 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
legalHoldsReleaseAHoldDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReleaseAHoldDetails;
Swift
func isLegalHoldsReleaseAHold() -> Bool
Return 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
legalHoldsRemoveMembersDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsRemoveMembersDetails;
Swift
func isLegalHoldsRemoveMembersDetails() -> Bool
Return 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
legalHoldsReportAHoldDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReportAHoldDetails;
Swift
func isLegalHoldsReportAHold() -> Bool
Return 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
deviceChangeIpDesktopDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpDesktopDetails;
Swift
func isDeviceChangeIpDesktopDetails() -> Bool
Return 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
deviceChangeIpMobileDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpMobileDetails;
Swift
func isDeviceChangeIpMobileDetails() -> Bool
Return 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
deviceChangeIpWebDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpWebDetails;
Swift
func isDeviceChangeIpWebDetails() -> Bool
Return 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
deviceDeleteOnUnlinkFailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkFailDetails;
Swift
func isDeviceDeleteOnUnlinkFail() -> Bool
Return 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
deviceDeleteOnUnlinkSuccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkSuccessDetails;
Swift
func isDeviceDeleteOnUnlinkSuccessDetails() -> Bool
Return 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
deviceLinkFailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkFailDetails;
Swift
func isDeviceLinkFail() -> Bool
Return 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
deviceLinkSuccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkSuccessDetails;
Swift
func isDeviceLinkSuccessDetails() -> Bool
Return 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
deviceManagementDisabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementDisabledDetails;
Swift
func isDeviceManagementDisabledDetails() -> Bool
Return 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
deviceManagementEnabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementEnabledDetails;
Swift
func isDeviceManagementEnabledDetails() -> Bool
Return 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
deviceSyncBackupStatusChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceSyncBackupStatusChangedDetails;
Swift
func isDeviceSyncBackupStatusChangedDetails() -> Bool
Return 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
deviceUnlinkDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceUnlinkDetails;
Swift
func isDeviceUnlinkDetails() -> Bool
Return 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
dropboxPasswordsExportedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsExportedDetails;
Swift
func isDropboxPasswordsExportedDetails() -> Bool
Return 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
dropboxPasswordsNewDeviceEnrolledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsNewDeviceEnrolledDetails;
Swift
func isDropboxPasswordsNewDeviceEnrolledDetails() -> Bool
Return 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
emmRefreshAuthTokenDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRefreshAuthTokenDetails;
Swift
func isEmmRefreshAuthTokenDetails() -> Bool
Return 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
externalDriveBackupEligibilityStatusCheckedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupEligibilityStatusCheckedDetails;
Swift
func isExternalDriveBackupEligibilityStatusCheckedDetails() -> Bool
Return 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
externalDriveBackupStatusChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupStatusChangedDetails;
Swift
func isExternalDriveBackupStatusChangedDetails() -> Bool
Return 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
accountCaptureChangeAvailabilityDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangeAvailabilityDetails;
Swift
func isAccountCaptureChangeAvailabilityDetails() -> Bool
Return 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
accountCaptureMigrateAccountDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureMigrateAccountDetails;
Swift
func isAccountCaptureMigrateAccountDetails() -> Bool
Return 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
accountCaptureNotificationEmailsSentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureNotificationEmailsSentDetails;
Swift
func isAccountCaptureNotificationEmailsSentDetails() -> Bool
Return 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
accountCaptureRelinquishAccountDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureRelinquishAccountDetails;
Swift
func isAccountCaptureRelinquishAccountDetails() -> Bool
Return 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
disabledDomainInvitesDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDisabledDomainInvitesDetails;
Swift
func isDisabledDomainInvitesDetails() -> Bool
Return 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
domainInvitesApproveRequestToJoinTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesApproveRequestToJoinTeamDetails;
Swift
func isDomainInvitesApproveRequestToJoinTeamDetails() -> Bool
Return 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
domainInvitesDeclineRequestToJoinTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesDeclineRequestToJoinTeamDetails;
Swift
func isDomainInvitesDeclineRequestToJoinTeamDetails() -> Bool
Return 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
domainInvitesEmailExistingUsersDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesEmailExistingUsersDetails;
Swift
func isDomainInvitesEmailExistingUsersDetails() -> Bool
Return 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
domainInvitesRequestToJoinTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesRequestToJoinTeamDetails;
Swift
func isDomainInvitesRequestToJoinTeamDetails() -> Bool
Return 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
domainInvitesSetInviteNewUserPrefToNoDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToNoDetails;
Swift
func isDomainInvitesSetInviteNewUserPrefToNoDetails() -> Bool
Return 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
domainInvitesSetInviteNewUserPrefToYesDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToYesDetails;
Swift
func isDomainInvitesSetInviteNewUserPrefToYesDetails() -> Bool
Return 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
domainVerificationAddDomainFailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainFailDetails;
Swift
func isDomainVerificationAddDomainFail() -> Bool
Return 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
domainVerificationAddDomainSuccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainSuccessDetails;
Swift
func isDomainVerificationAddDomainSuccessDetails() -> Bool
Return 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
domainVerificationRemoveDomainDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationRemoveDomainDetails;
Swift
func isDomainVerificationRemoveDomainDetails() -> Bool
Return 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
enabledDomainInvitesDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnabledDomainInvitesDetails;
Swift
func isEnabledDomainInvitesDetails() -> Bool
Return 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
applyNamingConventionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isApplyNamingConventionDetails;
Swift
func isApplyNamingConventionDetails() -> Bool
Return 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
createFolderDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateFolderDetails;
Swift
func isCreateFolderDetails() -> Bool
Return 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
fileAddDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAddDetails;
Swift
func isFileAdd() -> Bool
Return 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
fileCopyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCopyDetails;
Swift
func isFileCopy() -> Bool
Return 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
fileDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDeleteDetails;
Swift
func isFileDelete() -> Bool
Return 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
fileDownloadDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDownloadDetails;
Swift
func isFileDownloadDetails() -> Bool
Return 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
fileEditDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEditDetails;
Swift
func isFileEdit() -> Bool
Return 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
fileGetCopyReferenceDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileGetCopyReferenceDetails;
Swift
func isFileGetCopyReferenceDetails() -> Bool
Return 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
fileLockingLockStatusChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingLockStatusChangedDetails;
Swift
func isFileLockingLockStatusChangedDetails() -> Bool
Return 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
fileMoveDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileMoveDetails;
Swift
func isFileMove() -> Bool
Return 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
filePermanentlyDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePermanentlyDeleteDetails;
Swift
func isFilePermanentlyDelete() -> Bool
Return 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
filePreviewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePreviewDetails;
Swift
func isFilePreviewDetails() -> Bool
Return 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
fileRenameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRenameDetails;
Swift
func isFileRenameDetails() -> Bool
Return 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
fileRestoreDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRestoreDetails;
Swift
func isFileRestore() -> Bool
Return 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
fileRevertDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRevertDetails;
Swift
func isFileRevertDetails() -> Bool
Return 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
fileRollbackChangesDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRollbackChangesDetails;
Swift
func isFileRollbackChangesDetails() -> Bool
Return 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
fileSaveCopyReferenceDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileSaveCopyReferenceDetails;
Swift
func isFileSaveCopyReferenceDetails() -> Bool
Return 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
folderOverviewDescriptionChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewDescriptionChangedDetails;
Swift
func isFolderOverviewDescriptionChangedDetails() -> Bool
Return 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
folderOverviewItemPinnedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemPinnedDetails;
Swift
func isFolderOverviewItemPinnedDetails() -> Bool
Return 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
folderOverviewItemUnpinnedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemUnpinnedDetails;
Swift
func isFolderOverviewItemUnpinnedDetails() -> Bool
Return 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
objectLabelAddedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelAddedDetails;
Swift
func isObjectLabelAddedDetails() -> Bool
Return 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
objectLabelRemovedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelRemovedDetails;
Swift
func isObjectLabelRemovedDetails() -> Bool
Return 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
objectLabelUpdatedValueDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelUpdatedValueDetails;
Swift
func isObjectLabelUpdatedValueDetails() -> Bool
Return 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
organizeFolderWithTidyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOrganizeFolderWithTidyDetails;
Swift
func isOrganizeFolderWithTidyDetails() -> Bool
Return 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
rewindFolderDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindFolderDetails;
Swift
func isRewindFolderDetails() -> Bool
Return 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
undoNamingConventionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoNamingConventionDetails;
Swift
func isUndoNamingConventionDetails() -> Bool
Return 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
undoOrganizeFolderWithTidyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoOrganizeFolderWithTidyDetails;
Swift
func isUndoOrganizeFolderWithTidyDetails() -> Bool
Return 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
userTagsAddedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsAddedDetails;
Swift
func isUserTagsAddedDetails() -> Bool
Return 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
userTagsRemovedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsRemovedDetails;
Swift
func isUserTagsRemovedDetails() -> Bool
Return 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
emailIngestReceiveFileDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestReceiveFileDetails;
Swift
func isEmailIngestReceiveFileDetails() -> Bool
Return 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
fileRequestChangeDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestChangeDetails;
Swift
func isFileRequestChange() -> Bool
Return 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
fileRequestCloseDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestCloseDetails;
Swift
func isFileRequestClose() -> Bool
Return 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
fileRequestCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestCreateDetails;
Swift
func isFileRequestCreateDetails() -> Bool
Return 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
fileRequestDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestDeleteDetails;
Swift
func isFileRequestDelete() -> Bool
Return 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
fileRequestReceiveFileDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestReceiveFileDetails;
Swift
func isFileRequestReceiveFileDetails() -> Bool
Return 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
groupAddExternalIdDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddExternalIdDetails;
Swift
func isGroupAddExternalIdDetails() -> Bool
Return 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
groupAddMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddMemberDetails;
Swift
func isGroupAddMemberDetails() -> Bool
Return 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
groupChangeExternalIdDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeExternalIdDetails;
Swift
func isGroupChangeExternalIdDetails() -> Bool
Return 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
groupChangeManagementTypeDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeManagementTypeDetails;
Swift
func isGroupChangeManagementTypeDetails() -> Bool
Return 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
groupChangeMemberRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeMemberRoleDetails;
Swift
func isGroupChangeMemberRoleDetails() -> Bool
Return 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
groupCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupCreateDetails;
Swift
func isGroupCreateDetails() -> Bool
Return 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
groupDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDeleteDetails;
Swift
func isGroupDelete() -> Bool
Return 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
groupDescriptionUpdatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDescriptionUpdatedDetails;
Swift
func isGroupDescriptionUpdatedDetails() -> Bool
Return 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
groupJoinPolicyUpdatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupJoinPolicyUpdatedDetails;
Swift
func isGroupJoinPolicyUpdatedDetails() -> Bool
Return 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
groupMovedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupMovedDetails;
Swift
func isGroupMovedDetails() -> Bool
Return 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
groupRemoveExternalIdDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveExternalIdDetails;
Swift
func isGroupRemoveExternalIdDetails() -> Bool
Return 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
groupRemoveMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveMemberDetails;
Swift
func isGroupRemoveMemberDetails() -> Bool
Return 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
groupRenameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRenameDetails;
Swift
func isGroupRenameDetails() -> Bool
Return 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
accountLockOrUnlockedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountLockOrUnlockedDetails;
Swift
func isAccountLockOrUnlockedDetails() -> Bool
Return 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
emmErrorDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmErrorDetails;
Swift
func isEmmErrorDetails() -> Bool
Return 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
guestAdminSignedInViaTrustedTeamsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedInViaTrustedTeamsDetails;
Swift
func isGuestAdminSignedInViaTrustedTeamsDetails() -> Bool
Return 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
guestAdminSignedOutViaTrustedTeamsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedOutViaTrustedTeamsDetails;
Swift
func isGuestAdminSignedOutViaTrustedTeamsDetails() -> Bool
Return 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
loginFailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginFailDetails;
Swift
func isLoginFail() -> Bool
Return 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
loginSuccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginSuccessDetails;
Swift
func isLoginSuccessDetails() -> Bool
Return 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
logoutDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLogoutDetails;
Swift
func isLogoutDetails() -> Bool
Return 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
resellerSupportSessionEndDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionEndDetails;
Swift
func isResellerSupportSessionEnd() -> Bool
Return 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
resellerSupportSessionStartDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionStartDetails;
Swift
func isResellerSupportSessionStart() -> Bool
Return 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
signInAsSessionEndDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionEndDetails;
Swift
func isSignInAsSessionEnd() -> Bool
Return 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
signInAsSessionStartDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionStartDetails;
Swift
func isSignInAsSessionStart() -> Bool
Return 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
ssoErrorDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoErrorDetails;
Swift
func isSsoErrorDetails() -> Bool
Return 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
createTeamInviteLinkDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateTeamInviteLinkDetails;
Swift
func isCreateTeamInviteLinkDetails() -> Bool
Return 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
deleteTeamInviteLinkDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeleteTeamInviteLinkDetails;
Swift
func isDeleteTeamInviteLinkDetails() -> Bool
Return 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
memberAddExternalIdDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddExternalIdDetails;
Swift
func isMemberAddExternalIdDetails() -> Bool
Return 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
memberAddNameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddNameDetails;
Swift
func isMemberAddNameDetails() -> Bool
Return 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
memberChangeAdminRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeAdminRoleDetails;
Swift
func isMemberChangeAdminRoleDetails() -> Bool
Return 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
memberChangeEmailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeEmailDetails;
Swift
func isMemberChangeEmailDetails() -> Bool
Return 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
memberChangeExternalIdDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeExternalIdDetails;
Swift
func isMemberChangeExternalIdDetails() -> Bool
Return 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
memberChangeMembershipTypeDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeMembershipTypeDetails;
Swift
func isMemberChangeMembershipTypeDetails() -> Bool
Return 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
memberChangeNameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeNameDetails;
Swift
func isMemberChangeNameDetails() -> Bool
Return 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
memberChangeResellerRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeResellerRoleDetails;
Swift
func isMemberChangeResellerRoleDetails() -> Bool
Return 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
memberChangeStatusDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeStatusDetails;
Swift
func isMemberChangeStatusDetails() -> Bool
Return 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
memberDeleteManualContactsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteManualContactsDetails;
Swift
func isMemberDeleteManualContactsDetails() -> Bool
Return 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
memberDeleteProfilePhotoDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteProfilePhotoDetails;
Swift
func isMemberDeleteProfilePhotoDetails() -> Bool
Return 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
memberPermanentlyDeleteAccountContentsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberPermanentlyDeleteAccountContentsDetails;
Swift
func isMemberPermanentlyDeleteAccountContentsDetails() -> Bool
Return 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
memberRemoveExternalIdDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRemoveExternalIdDetails;
Swift
func isMemberRemoveExternalIdDetails() -> Bool
Return 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
memberSetProfilePhotoDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSetProfilePhotoDetails;
Swift
func isMemberSetProfilePhotoDetails() -> Bool
Return 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
memberSpaceLimitsAddCustomQuotaDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddCustomQuotaDetails;
Swift
func isMemberSpaceLimitsAddCustomQuotaDetails() -> Bool
Return 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
memberSpaceLimitsChangeCustomQuotaDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCustomQuotaDetails;
Swift
func isMemberSpaceLimitsChangeCustomQuotaDetails() -> Bool
Return 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
memberSpaceLimitsChangeStatusDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeStatusDetails;
Swift
func isMemberSpaceLimitsChangeStatusDetails() -> Bool
Return 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
memberSpaceLimitsRemoveCustomQuotaDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveCustomQuotaDetails;
Swift
func isMemberSpaceLimitsRemoveCustomQuotaDetails() -> Bool
Return 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
memberSuggestDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggestDetails;
Swift
func isMemberSuggest() -> Bool
Return 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
memberTransferAccountContentsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberTransferAccountContentsDetails;
Swift
func isMemberTransferAccountContentsDetails() -> Bool
Return 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
pendingSecondaryEmailAddedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPendingSecondaryEmailAddedDetails;
Swift
func isPendingSecondaryEmailAddedDetails() -> Bool
Return 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
secondaryEmailDeletedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailDeletedDetails;
Swift
func isSecondaryEmailDeletedDetails() -> Bool
Return 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
secondaryEmailVerifiedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailVerifiedDetails;
Swift
func isSecondaryEmailVerifiedDetails() -> Bool
Return 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
secondaryMailsPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryMailsPolicyChangedDetails;
Swift
func isSecondaryMailsPolicyChangedDetails() -> Bool
Return 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
binderAddPageDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddPageDetails;
Swift
func isBinderAddPageDetails() -> Bool
Return 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
binderAddSectionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddSectionDetails;
Swift
func isBinderAddSectionDetails() -> Bool
Return 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
binderRemovePageDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemovePageDetails;
Swift
func isBinderRemovePageDetails() -> Bool
Return 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
binderRemoveSectionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemoveSectionDetails;
Swift
func isBinderRemoveSectionDetails() -> Bool
Return 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
binderRenamePageDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenamePageDetails;
Swift
func isBinderRenamePageDetails() -> Bool
Return 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
binderRenameSectionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenameSectionDetails;
Swift
func isBinderRenameSectionDetails() -> Bool
Return 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
binderReorderPageDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderPageDetails;
Swift
func isBinderReorderPageDetails() -> Bool
Return 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
binderReorderSectionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderSectionDetails;
Swift
func isBinderReorderSectionDetails() -> Bool
Return 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
paperContentAddMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddMemberDetails;
Swift
func isPaperContentAddMemberDetails() -> Bool
Return 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
paperContentAddToFolderDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddToFolderDetails;
Swift
func isPaperContentAddToFolderDetails() -> Bool
Return 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
paperContentArchiveDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentArchiveDetails;
Swift
func isPaperContentArchiveDetails() -> Bool
Return 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
paperContentCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentCreateDetails;
Swift
func isPaperContentCreateDetails() -> Bool
Return 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
paperContentPermanentlyDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentPermanentlyDeleteDetails;
Swift
func isPaperContentPermanentlyDelete() -> Bool
Return 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
paperContentRemoveFromFolderDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveFromFolderDetails;
Swift
func isPaperContentRemoveFromFolderDetails() -> Bool
Return 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
paperContentRemoveMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveMemberDetails;
Swift
func isPaperContentRemoveMemberDetails() -> Bool
Return 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
paperContentRenameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRenameDetails;
Swift
func isPaperContentRenameDetails() -> Bool
Return 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
paperContentRestoreDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRestoreDetails;
Swift
func isPaperContentRestore() -> Bool
Return 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
paperDocAddCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocAddCommentDetails;
Swift
func isPaperDocAddCommentDetails() -> Bool
Return 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
paperDocChangeMemberRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeMemberRoleDetails;
Swift
func isPaperDocChangeMemberRoleDetails() -> Bool
Return 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
paperDocChangeSharingPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSharingPolicyDetails;
Swift
func isPaperDocChangeSharingPolicyDetails() -> Bool
Return 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
paperDocChangeSubscriptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSubscriptionDetails;
Swift
func isPaperDocChangeSubscriptionDetails() -> Bool
Return 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
paperDocDeletedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeletedDetails;
Swift
func isPaperDocDeletedDetails() -> Bool
Return 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
paperDocDeleteCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeleteCommentDetails;
Swift
func isPaperDocDeleteCommentDetails() -> Bool
Return 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
paperDocDownloadDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDownloadDetails;
Swift
func isPaperDocDownloadDetails() -> Bool
Return 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
paperDocEditDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEditDetails;
Swift
func isPaperDocEdit() -> Bool
Return 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
paperDocEditCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEditCommentDetails;
Swift
func isPaperDocEditCommentDetails() -> Bool
Return 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
paperDocFollowedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocFollowedDetails;
Swift
func isPaperDocFollowedDetails() -> Bool
Return 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
paperDocMentionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocMentionDetails;
Swift
func isPaperDocMentionDetails() -> Bool
Return 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
paperDocOwnershipChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocOwnershipChangedDetails;
Swift
func isPaperDocOwnershipChangedDetails() -> Bool
Return 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
paperDocRequestAccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRequestAccessDetails;
Swift
func isPaperDocRequestAccessDetails() -> Bool
Return 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
paperDocResolveCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocResolveCommentDetails;
Swift
func isPaperDocResolveCommentDetails() -> Bool
Return 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
paperDocRevertDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRevertDetails;
Swift
func isPaperDocRevertDetails() -> Bool
Return 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
paperDocSlackShareDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocSlackShareDetails;
Swift
func isPaperDocSlackShare() -> Bool
Return 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
paperDocTeamInviteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTeamInviteDetails;
Swift
func isPaperDocTeamInvite() -> Bool
Return 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
paperDocTrashedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTrashedDetails;
Swift
func isPaperDocTrashedDetails() -> Bool
Return 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
paperDocUnresolveCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUnresolveCommentDetails;
Swift
func isPaperDocUnresolveCommentDetails() -> Bool
Return 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
paperDocUntrashedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUntrashedDetails;
Swift
func isPaperDocUntrashedDetails() -> Bool
Return 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
paperDocViewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocViewDetails;
Swift
func isPaperDocViewDetails() -> Bool
Return 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
paperExternalViewAllowDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewAllowDetails;
Swift
func isPaperExternalViewAllow() -> Bool
Return 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
paperExternalViewDefaultTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewDefaultTeamDetails;
Swift
func isPaperExternalViewDefaultTeamDetails() -> Bool
Return 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
paperExternalViewForbidDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewForbidDetails;
Swift
func isPaperExternalViewForbidDetails() -> Bool
Return 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
paperFolderChangeSubscriptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderChangeSubscriptionDetails;
Swift
func isPaperFolderChangeSubscriptionDetails() -> Bool
Return 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
paperFolderDeletedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderDeletedDetails;
Swift
func isPaperFolderDeletedDetails() -> Bool
Return 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
paperFolderFollowedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderFollowedDetails;
Swift
func isPaperFolderFollowedDetails() -> Bool
Return 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
paperFolderTeamInviteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderTeamInviteDetails;
Swift
func isPaperFolderTeamInvite() -> Bool
Return 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
paperPublishedLinkChangePermissionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkChangePermissionDetails;
Swift
func isPaperPublishedLinkChangePermissionDetails() -> Bool
Return 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
paperPublishedLinkCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkCreateDetails;
Swift
func isPaperPublishedLinkCreateDetails() -> Bool
Return 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
paperPublishedLinkDisabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkDisabledDetails;
Swift
func isPaperPublishedLinkDisabledDetails() -> Bool
Return 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
paperPublishedLinkViewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkViewDetails;
Swift
func isPaperPublishedLinkViewDetails() -> Bool
Return 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
passwordChangeDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordChangeDetails;
Swift
func isPasswordChange() -> Bool
Return 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
passwordResetDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordResetDetails;
Swift
func isPasswordResetDetails() -> Bool
Return 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
passwordResetAllDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordResetAllDetails;
Swift
func isPasswordResetAllDetails() -> Bool
Return 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
classificationCreateReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReportDetails;
Swift
func isClassificationCreateReport() -> Bool
Return 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
classificationCreateReportFailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReportFailDetails;
Swift
func isClassificationCreateReportFail() -> Bool
Return 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
emmCreateExceptionsReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateExceptionsReportDetails;
Swift
func isEmmCreateExceptionsReport() -> Bool
Return 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
emmCreateUsageReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateUsageReportDetails;
Swift
func isEmmCreateUsageReport() -> Bool
Return 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
exportMembersReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReportDetails;
Swift
func isExportMembersReport() -> Bool
Return 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
exportMembersReportFailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReportFailDetails;
Swift
func isExportMembersReportFail() -> Bool
Return 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
externalSharingCreateReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingCreateReportDetails;
Swift
func isExternalSharingCreateReport() -> Bool
Return 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
externalSharingReportFailedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingReportFailedDetails;
Swift
func isExternalSharingReportFailedDetails() -> Bool
Return 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
noExpirationLinkGenCreateReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenCreateReportDetails;
Swift
func isNoExpirationLinkGenCreateReport() -> Bool
Return 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
noExpirationLinkGenReportFailedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenReportFailedDetails;
Swift
func isNoExpirationLinkGenReportFailedDetails() -> Bool
Return 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
noPasswordLinkGenCreateReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenCreateReportDetails;
Swift
func isNoPasswordLinkGenCreateReport() -> Bool
Return 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
noPasswordLinkGenReportFailedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenReportFailedDetails;
Swift
func isNoPasswordLinkGenReportFailedDetails() -> Bool
Return 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
noPasswordLinkViewCreateReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewCreateReportDetails;
Swift
func isNoPasswordLinkViewCreateReport() -> Bool
Return 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
noPasswordLinkViewReportFailedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewReportFailedDetails;
Swift
func isNoPasswordLinkViewReportFailedDetails() -> Bool
Return 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
outdatedLinkViewCreateReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewCreateReportDetails;
Swift
func isOutdatedLinkViewCreateReport() -> Bool
Return 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
outdatedLinkViewReportFailedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewReportFailedDetails;
Swift
func isOutdatedLinkViewReportFailedDetails() -> Bool
Return 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
paperAdminExportStartDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperAdminExportStartDetails;
Swift
func isPaperAdminExportStart() -> Bool
Return 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
smartSyncCreateAdminPrivilegeReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncCreateAdminPrivilegeReportDetails;
Swift
func isSmartSyncCreateAdminPrivilegeReport() -> Bool
Return 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
teamActivityCreateReportDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReportDetails;
Swift
func isTeamActivityCreateReport() -> Bool
Return 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
teamActivityCreateReportFailDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReportFailDetails;
Swift
func isTeamActivityCreateReportFail() -> Bool
Return 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
collectionShareDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCollectionShareDetails;
Swift
func isCollectionShare() -> Bool
Return 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
fileTransfersFileAddDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersFileAddDetails;
Swift
func isFileTransfersFileAdd() -> Bool
Return 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
fileTransfersTransferDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDeleteDetails;
Swift
func isFileTransfersTransferDelete() -> Bool
Return 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
fileTransfersTransferDownloadDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDownloadDetails;
Swift
func isFileTransfersTransferDownloadDetails() -> Bool
Return 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
fileTransfersTransferSendDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferSendDetails;
Swift
func isFileTransfersTransferSend() -> Bool
Return 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
fileTransfersTransferViewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferViewDetails;
Swift
func isFileTransfersTransferViewDetails() -> Bool
Return 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
noteAclInviteOnlyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclInviteOnlyDetails;
Swift
func isNoteAclInviteOnlyDetails() -> Bool
Return 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
noteAclLinkDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclLinkDetails;
Swift
func isNoteAclLinkDetails() -> Bool
Return 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
noteAclTeamLinkDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclTeamLinkDetails;
Swift
func isNoteAclTeamLinkDetails() -> Bool
Return 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
noteSharedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteSharedDetails;
Swift
func isNoteSharedDetails() -> Bool
Return 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
noteShareReceiveDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteShareReceiveDetails;
Swift
func isNoteShareReceive() -> Bool
Return 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
openNoteSharedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOpenNoteSharedDetails;
Swift
func isOpenNoteSharedDetails() -> Bool
Return 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
sfAddGroupDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAddGroupDetails;
Swift
func isSfAddGroupDetails() -> Bool
Return 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
sfAllowNonMembersToViewSharedLinksDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAllowNonMembersToViewSharedLinksDetails;
Swift
func isSfAllowNonMembersToViewSharedLinksDetails() -> Bool
Return 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
sfExternalInviteWarnDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfExternalInviteWarnDetails;
Swift
func isSfExternalInviteWarn() -> Bool
Return 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
sfFbInviteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInviteDetails;
Swift
func isSfFbInvite() -> Bool
Return 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
sfFbInviteChangeRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInviteChangeRoleDetails;
Swift
func isSfFbInviteChangeRoleDetails() -> Bool
Return 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
sfFbUninviteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbUninviteDetails;
Swift
func isSfFbUninviteDetails() -> Bool
Return 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
sfInviteGroupDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfInviteGroupDetails;
Swift
func isSfInviteGroupDetails() -> Bool
Return 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
sfTeamGrantAccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamGrantAccessDetails;
Swift
func isSfTeamGrantAccessDetails() -> Bool
Return 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
sfTeamInviteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInviteDetails;
Swift
func isSfTeamInvite() -> Bool
Return 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
sfTeamInviteChangeRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInviteChangeRoleDetails;
Swift
func isSfTeamInviteChangeRoleDetails() -> Bool
Return 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
sfTeamJoinDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoinDetails;
Swift
func isSfTeamJoin() -> Bool
Return 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
sfTeamJoinFromOobLinkDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoinFromOobLinkDetails;
Swift
func isSfTeamJoinFromOobLinkDetails() -> Bool
Return 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
sfTeamUninviteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamUninviteDetails;
Swift
func isSfTeamUninviteDetails() -> Bool
Return 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
sharedContentAddInviteesDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddInviteesDetails;
Swift
func isSharedContentAddInviteesDetails() -> Bool
Return 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
sharedContentAddLinkExpiryDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkExpiryDetails;
Swift
func isSharedContentAddLinkExpiryDetails() -> Bool
Return 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
sharedContentAddLinkPasswordDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkPasswordDetails;
Swift
func isSharedContentAddLinkPasswordDetails() -> Bool
Return 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
sharedContentAddMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddMemberDetails;
Swift
func isSharedContentAddMemberDetails() -> Bool
Return 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
sharedContentChangeDownloadsPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeDownloadsPolicyDetails;
Swift
func isSharedContentChangeDownloadsPolicyDetails() -> Bool
Return 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
sharedContentChangeInviteeRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeInviteeRoleDetails;
Swift
func isSharedContentChangeInviteeRoleDetails() -> Bool
Return 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
sharedContentChangeLinkAudienceDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkAudienceDetails;
Swift
func isSharedContentChangeLinkAudienceDetails() -> Bool
Return 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
sharedContentChangeLinkExpiryDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkExpiryDetails;
Swift
func isSharedContentChangeLinkExpiryDetails() -> Bool
Return 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
sharedContentChangeLinkPasswordDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkPasswordDetails;
Swift
func isSharedContentChangeLinkPasswordDetails() -> Bool
Return 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
sharedContentChangeMemberRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeMemberRoleDetails;
Swift
func isSharedContentChangeMemberRoleDetails() -> Bool
Return 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
sharedContentChangeViewerInfoPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeViewerInfoPolicyDetails;
Swift
func isSharedContentChangeViewerInfoPolicyDetails() -> Bool
Return 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
sharedContentClaimInvitationDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentClaimInvitationDetails;
Swift
func isSharedContentClaimInvitationDetails() -> Bool
Return 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
sharedContentCopyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentCopyDetails;
Swift
func isSharedContentCopy() -> Bool
Return 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
sharedContentDownloadDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentDownloadDetails;
Swift
func isSharedContentDownloadDetails() -> Bool
Return 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
sharedContentRelinquishMembershipDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRelinquishMembershipDetails;
Swift
func isSharedContentRelinquishMembershipDetails() -> Bool
Return 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
sharedContentRemoveInviteesDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveInviteesDetails;
Swift
func isSharedContentRemoveInviteesDetails() -> Bool
Return 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
sharedContentRemoveLinkExpiryDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkExpiryDetails;
Swift
func isSharedContentRemoveLinkExpiryDetails() -> Bool
Return 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
sharedContentRemoveLinkPasswordDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkPasswordDetails;
Swift
func isSharedContentRemoveLinkPasswordDetails() -> Bool
Return 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
sharedContentRemoveMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveMemberDetails;
Swift
func isSharedContentRemoveMemberDetails() -> Bool
Return 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
sharedContentRequestAccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRequestAccessDetails;
Swift
func isSharedContentRequestAccessDetails() -> Bool
Return 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
sharedContentRestoreInviteesDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreInviteesDetails;
Swift
func isSharedContentRestoreInviteesDetails() -> Bool
Return 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
sharedContentRestoreMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreMemberDetails;
Swift
func isSharedContentRestoreMemberDetails() -> Bool
Return 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
sharedContentUnshareDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentUnshareDetails;
Swift
func isSharedContentUnshareDetails() -> Bool
Return 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
sharedContentViewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentViewDetails;
Swift
func isSharedContentViewDetails() -> Bool
Return 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
sharedFolderChangeLinkPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeLinkPolicyDetails;
Swift
func isSharedFolderChangeLinkPolicyDetails() -> Bool
Return 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
sharedFolderChangeMembersInheritancePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersInheritancePolicyDetails;
Swift
func isSharedFolderChangeMembersInheritancePolicyDetails() -> Bool
Return 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
sharedFolderChangeMembersManagementPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersManagementPolicyDetails;
Swift
func isSharedFolderChangeMembersManagementPolicyDetails() -> Bool
Return 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
sharedFolderChangeMembersPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersPolicyDetails;
Swift
func isSharedFolderChangeMembersPolicyDetails() -> Bool
Return 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
sharedFolderCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderCreateDetails;
Swift
func isSharedFolderCreateDetails() -> Bool
Return 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
sharedFolderDeclineInvitationDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderDeclineInvitationDetails;
Swift
func isSharedFolderDeclineInvitationDetails() -> Bool
Return 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
sharedFolderMountDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderMountDetails;
Swift
func isSharedFolderMountDetails() -> Bool
Return 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
sharedFolderNestDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderNestDetails;
Swift
func isSharedFolderNest() -> Bool
Return 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
sharedFolderTransferOwnershipDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderTransferOwnershipDetails;
Swift
func isSharedFolderTransferOwnershipDetails() -> Bool
Return 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
sharedFolderUnmountDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderUnmountDetails;
Swift
func isSharedFolderUnmountDetails() -> Bool
Return 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
sharedLinkAddExpiryDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkAddExpiryDetails;
Swift
func isSharedLinkAddExpiryDetails() -> Bool
Return 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
sharedLinkChangeExpiryDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeExpiryDetails;
Swift
func isSharedLinkChangeExpiryDetails() -> Bool
Return 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
sharedLinkChangeVisibilityDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeVisibilityDetails;
Swift
func isSharedLinkChangeVisibilityDetails() -> Bool
Return 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
sharedLinkCopyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCopyDetails;
Swift
func isSharedLinkCopy() -> Bool
Return 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
sharedLinkCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCreateDetails;
Swift
func isSharedLinkCreateDetails() -> Bool
Return 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
sharedLinkDisableDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDisableDetails;
Swift
func isSharedLinkDisableDetails() -> Bool
Return 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
sharedLinkDownloadDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDownloadDetails;
Swift
func isSharedLinkDownloadDetails() -> Bool
Return 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
sharedLinkRemoveExpiryDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkRemoveExpiryDetails;
Swift
func isSharedLinkRemoveExpiryDetails() -> Bool
Return 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
sharedLinkSettingsAddExpirationDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddExpirationDetails;
Swift
func isSharedLinkSettingsAddExpirationDetails() -> Bool
Return 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
sharedLinkSettingsAddPasswordDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddPasswordDetails;
Swift
func isSharedLinkSettingsAddPasswordDetails() -> Bool
Return 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
sharedLinkSettingsAllowDownloadDisabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadDisabledDetails;
Swift
func isSharedLinkSettingsAllowDownloadDisabledDetails() -> Bool
Return 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
sharedLinkSettingsAllowDownloadEnabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadEnabledDetails;
Swift
func isSharedLinkSettingsAllowDownloadEnabledDetails() -> Bool
Return 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
sharedLinkSettingsChangeAudienceDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeAudienceDetails;
Swift
func isSharedLinkSettingsChangeAudienceDetails() -> Bool
Return 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
sharedLinkSettingsChangeExpirationDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeExpirationDetails;
Swift
func isSharedLinkSettingsChangeExpirationDetails() -> Bool
Return 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
sharedLinkSettingsChangePasswordDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangePasswordDetails;
Swift
func isSharedLinkSettingsChangePasswordDetails() -> Bool
Return 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
sharedLinkSettingsRemoveExpirationDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemoveExpirationDetails;
Swift
func isSharedLinkSettingsRemoveExpirationDetails() -> Bool
Return 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
sharedLinkSettingsRemovePasswordDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemovePasswordDetails;
Swift
func isSharedLinkSettingsRemovePasswordDetails() -> Bool
Return 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
sharedLinkShareDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkShareDetails;
Swift
func isSharedLinkShare() -> Bool
Return 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
sharedLinkViewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkViewDetails;
Swift
func isSharedLinkViewDetails() -> Bool
Return 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
sharedNoteOpenedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedNoteOpenedDetails;
Swift
func isSharedNoteOpenedDetails() -> Bool
Return 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
shmodelDisableDownloadsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelDisableDownloadsDetails;
Swift
func isShmodelDisableDownloadsDetails() -> Bool
Return 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
shmodelEnableDownloadsDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelEnableDownloadsDetails;
Swift
func isShmodelEnableDownloadsDetails() -> Bool
Return 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
shmodelGroupShareDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelGroupShareDetails;
Swift
func isShmodelGroupShare() -> Bool
Return 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
showcaseAccessGrantedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAccessGrantedDetails;
Swift
func isShowcaseAccessGrantedDetails() -> Bool
Return 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
showcaseAddMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAddMemberDetails;
Swift
func isShowcaseAddMemberDetails() -> Bool
Return 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
showcaseArchivedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseArchivedDetails;
Swift
func isShowcaseArchivedDetails() -> Bool
Return 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
showcaseCreatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseCreatedDetails;
Swift
func isShowcaseCreatedDetails() -> Bool
Return 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
showcaseDeleteCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseDeleteCommentDetails;
Swift
func isShowcaseDeleteCommentDetails() -> Bool
Return 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
showcaseEditedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEditedDetails;
Swift
func isShowcaseEditedDetails() -> Bool
Return 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
showcaseEditCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEditCommentDetails;
Swift
func isShowcaseEditCommentDetails() -> Bool
Return 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
showcaseFileAddedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileAddedDetails;
Swift
func isShowcaseFileAddedDetails() -> Bool
Return 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
showcaseFileDownloadDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileDownloadDetails;
Swift
func isShowcaseFileDownloadDetails() -> Bool
Return 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
showcaseFileRemovedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileRemovedDetails;
Swift
func isShowcaseFileRemovedDetails() -> Bool
Return 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
showcaseFileViewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileViewDetails;
Swift
func isShowcaseFileViewDetails() -> Bool
Return 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
showcasePermanentlyDeletedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePermanentlyDeletedDetails;
Swift
func isShowcasePermanentlyDeletedDetails() -> Bool
Return 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
showcasePostCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePostCommentDetails;
Swift
func isShowcasePostCommentDetails() -> Bool
Return 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
showcaseRemoveMemberDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRemoveMemberDetails;
Swift
func isShowcaseRemoveMemberDetails() -> Bool
Return 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
showcaseRenamedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRenamedDetails;
Swift
func isShowcaseRenamedDetails() -> Bool
Return 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
showcaseRequestAccessDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRequestAccessDetails;
Swift
func isShowcaseRequestAccessDetails() -> Bool
Return 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
showcaseResolveCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseResolveCommentDetails;
Swift
func isShowcaseResolveCommentDetails() -> Bool
Return 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
showcaseRestoredDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRestoredDetails;
Swift
func isShowcaseRestoredDetails() -> Bool
Return 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
showcaseTrashedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashedDetails;
Swift
func isShowcaseTrashedDetails() -> Bool
Return 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
showcaseTrashedDeprecatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashedDeprecatedDetails;
Swift
func isShowcaseTrashedDeprecatedDetails() -> Bool
Return 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
showcaseUnresolveCommentDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUnresolveCommentDetails;
Swift
func isShowcaseUnresolveCommentDetails() -> Bool
Return 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
showcaseUntrashedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashedDetails;
Swift
func isShowcaseUntrashedDetails() -> Bool
Return 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
showcaseUntrashedDeprecatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashedDeprecatedDetails;
Swift
func isShowcaseUntrashedDeprecatedDetails() -> Bool
Return 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
showcaseViewDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseViewDetails;
Swift
func isShowcaseViewDetails() -> Bool
Return 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
ssoAddCertDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddCertDetails;
Swift
func isSsoAddCertDetails() -> Bool
Return 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
ssoAddLoginUrlDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLoginUrlDetails;
Swift
func isSsoAddLoginUrlDetails() -> Bool
Return 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
ssoAddLogoutUrlDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLogoutUrlDetails;
Swift
func isSsoAddLogoutUrlDetails() -> Bool
Return 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
ssoChangeCertDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeCertDetails;
Swift
func isSsoChangeCertDetails() -> Bool
Return 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
ssoChangeLoginUrlDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLoginUrlDetails;
Swift
func isSsoChangeLoginUrlDetails() -> Bool
Return 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
ssoChangeLogoutUrlDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLogoutUrlDetails;
Swift
func isSsoChangeLogoutUrlDetails() -> Bool
Return 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
ssoChangeSamlIdentityModeDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeSamlIdentityModeDetails;
Swift
func isSsoChangeSamlIdentityModeDetails() -> Bool
Return 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
ssoRemoveCertDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveCertDetails;
Swift
func isSsoRemoveCertDetails() -> Bool
Return 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
ssoRemoveLoginUrlDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLoginUrlDetails;
Swift
func isSsoRemoveLoginUrlDetails() -> Bool
Return 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
ssoRemoveLogoutUrlDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLogoutUrlDetails;
Swift
func isSsoRemoveLogoutUrlDetails() -> Bool
Return 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
teamFolderChangeStatusDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderChangeStatusDetails;
Swift
func isTeamFolderChangeStatusDetails() -> Bool
Return 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
teamFolderCreateDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderCreateDetails;
Swift
func isTeamFolderCreateDetails() -> Bool
Return 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
teamFolderDowngradeDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderDowngradeDetails;
Swift
func isTeamFolderDowngradeDetails() -> Bool
Return 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
teamFolderPermanentlyDeleteDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderPermanentlyDeleteDetails;
Swift
func isTeamFolderPermanentlyDelete() -> Bool
Return 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
teamFolderRenameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderRenameDetails;
Swift
func isTeamFolderRenameDetails() -> Bool
Return 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
teamSelectiveSyncSettingsChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncSettingsChangedDetails;
Swift
func isTeamSelectiveSyncSettingsChangedDetails() -> Bool
Return 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
accountCaptureChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangePolicyDetails;
Swift
func isAccountCaptureChangePolicyDetails() -> Bool
Return 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
adminEmailRemindersChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminEmailRemindersChangedDetails;
Swift
func isAdminEmailRemindersChangedDetails() -> Bool
Return 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
allowDownloadDisabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadDisabledDetails;
Swift
func isAllowDownloadDisabledDetails() -> Bool
Return 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
allowDownloadEnabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadEnabledDetails;
Swift
func isAllowDownloadEnabledDetails() -> Bool
Return 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
appPermissionsChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppPermissionsChangedDetails;
Swift
func isAppPermissionsChangedDetails() -> Bool
Return 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
cameraUploadsPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCameraUploadsPolicyChangedDetails;
Swift
func isCameraUploadsPolicyChangedDetails() -> Bool
Return 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
captureTranscriptPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCaptureTranscriptPolicyChangedDetails;
Swift
func isCaptureTranscriptPolicyChangedDetails() -> Bool
Return 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
classificationChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationChangePolicyDetails;
Swift
func isClassificationChangePolicyDetails() -> Bool
Return 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
computerBackupPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isComputerBackupPolicyChangedDetails;
Swift
func isComputerBackupPolicyChangedDetails() -> Bool
Return 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
contentAdministrationPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isContentAdministrationPolicyChangedDetails;
Swift
func isContentAdministrationPolicyChangedDetails() -> Bool
Return 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
dataPlacementRestrictionChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionChangePolicyDetails;
Swift
func isDataPlacementRestrictionChangePolicyDetails() -> Bool
Return 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
dataPlacementRestrictionSatisfyPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionSatisfyPolicyDetails;
Swift
func isDataPlacementRestrictionSatisfyPolicyDetails() -> Bool
Return 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
deviceApprovalsAddExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsAddExceptionDetails;
Swift
func isDeviceApprovalsAddExceptionDetails() -> Bool
Return 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
deviceApprovalsChangeDesktopPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeDesktopPolicyDetails;
Swift
func isDeviceApprovalsChangeDesktopPolicyDetails() -> Bool
Return 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
deviceApprovalsChangeMobilePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeMobilePolicyDetails;
Swift
func isDeviceApprovalsChangeMobilePolicyDetails() -> Bool
Return 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
deviceApprovalsChangeOverageActionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeOverageActionDetails;
Swift
func isDeviceApprovalsChangeOverageActionDetails() -> Bool
Return 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
deviceApprovalsChangeUnlinkActionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeUnlinkActionDetails;
Swift
func isDeviceApprovalsChangeUnlinkActionDetails() -> Bool
Return 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
deviceApprovalsRemoveExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsRemoveExceptionDetails;
Swift
func isDeviceApprovalsRemoveExceptionDetails() -> Bool
Return 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
directoryRestrictionsAddMembersDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsAddMembersDetails;
Swift
func isDirectoryRestrictionsAddMembersDetails() -> Bool
Return 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
directoryRestrictionsRemoveMembersDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsRemoveMembersDetails;
Swift
func isDirectoryRestrictionsRemoveMembersDetails() -> Bool
Return 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
dropboxPasswordsPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsPolicyChangedDetails;
Swift
func isDropboxPasswordsPolicyChangedDetails() -> Bool
Return 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
emailIngestPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestPolicyChangedDetails;
Swift
func isEmailIngestPolicyChangedDetails() -> Bool
Return 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
emmAddExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmAddExceptionDetails;
Swift
func isEmmAddExceptionDetails() -> Bool
Return 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
emmChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmChangePolicyDetails;
Swift
func isEmmChangePolicyDetails() -> Bool
Return 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
emmRemoveExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRemoveExceptionDetails;
Swift
func isEmmRemoveExceptionDetails() -> Bool
Return 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
extendedVersionHistoryChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExtendedVersionHistoryChangePolicyDetails;
Swift
func isExtendedVersionHistoryChangePolicyDetails() -> Bool
Return 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
externalDriveBackupPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupPolicyChangedDetails;
Swift
func isExternalDriveBackupPolicyChangedDetails() -> Bool
Return 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
fileCommentsChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCommentsChangePolicyDetails;
Swift
func isFileCommentsChangePolicyDetails() -> Bool
Return 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
fileLockingPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingPolicyChangedDetails;
Swift
func isFileLockingPolicyChangedDetails() -> Bool
Return 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
fileProviderMigrationPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileProviderMigrationPolicyChangedDetails;
Swift
func isFileProviderMigrationPolicyChangedDetails() -> Bool
Return 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
fileRequestsChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsChangePolicyDetails;
Swift
func isFileRequestsChangePolicyDetails() -> Bool
Return 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
fileRequestsEmailsEnabledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsEnabledDetails;
Swift
func isFileRequestsEmailsEnabledDetails() -> Bool
Return 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
fileRequestsEmailsRestrictedToTeamOnlyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsRestrictedToTeamOnlyDetails;
Swift
func isFileRequestsEmailsRestrictedToTeamOnlyDetails() -> Bool
Return 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
fileTransfersPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersPolicyChangedDetails;
Swift
func isFileTransfersPolicyChangedDetails() -> Bool
Return 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
folderLinkRestrictionPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderLinkRestrictionPolicyChangedDetails;
Swift
func isFolderLinkRestrictionPolicyChangedDetails() -> Bool
Return 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
googleSsoChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGoogleSsoChangePolicyDetails;
Swift
func isGoogleSsoChangePolicyDetails() -> Bool
Return 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
groupUserManagementChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupUserManagementChangePolicyDetails;
Swift
func isGroupUserManagementChangePolicyDetails() -> Bool
Return 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
integrationPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationPolicyChangedDetails;
Swift
func isIntegrationPolicyChangedDetails() -> Bool
Return 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
inviteAcceptanceEmailPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isInviteAcceptanceEmailPolicyChangedDetails;
Swift
func isInviteAcceptanceEmailPolicyChangedDetails() -> Bool
Return 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
memberRequestsChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRequestsChangePolicyDetails;
Swift
func isMemberRequestsChangePolicyDetails() -> Bool
Return 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
memberSendInvitePolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSendInvitePolicyChangedDetails;
Swift
func isMemberSendInvitePolicyChangedDetails() -> Bool
Return 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
memberSpaceLimitsAddExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddExceptionDetails;
Swift
func isMemberSpaceLimitsAddExceptionDetails() -> Bool
Return 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
memberSpaceLimitsChangeCapsTypePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCapsTypePolicyDetails;
Swift
func isMemberSpaceLimitsChangeCapsTypePolicyDetails() -> Bool
Return 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
memberSpaceLimitsChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangePolicyDetails;
Swift
func isMemberSpaceLimitsChangePolicyDetails() -> Bool
Return 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
memberSpaceLimitsRemoveExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveExceptionDetails;
Swift
func isMemberSpaceLimitsRemoveExceptionDetails() -> Bool
Return 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
memberSuggestionsChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggestionsChangePolicyDetails;
Swift
func isMemberSuggestionsChangePolicyDetails() -> Bool
Return 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
microsoftOfficeAddinChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMicrosoftOfficeAddinChangePolicyDetails;
Swift
func isMicrosoftOfficeAddinChangePolicyDetails() -> Bool
Return 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
networkControlChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNetworkControlChangePolicyDetails;
Swift
func isNetworkControlChangePolicyDetails() -> Bool
Return 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
paperChangeDeploymentPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeDeploymentPolicyDetails;
Swift
func isPaperChangeDeploymentPolicyDetails() -> Bool
Return 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
paperChangeMemberLinkPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberLinkPolicyDetails;
Swift
func isPaperChangeMemberLinkPolicyDetails() -> Bool
Return 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
paperChangeMemberPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberPolicyDetails;
Swift
func isPaperChangeMemberPolicyDetails() -> Bool
Return 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
paperChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangePolicyDetails;
Swift
func isPaperChangePolicyDetails() -> Bool
Return 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
paperDefaultFolderPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDefaultFolderPolicyChangedDetails;
Swift
func isPaperDefaultFolderPolicyChangedDetails() -> Bool
Return 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
paperDesktopPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDesktopPolicyChangedDetails;
Swift
func isPaperDesktopPolicyChangedDetails() -> Bool
Return 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
paperEnabledUsersGroupAdditionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupAdditionDetails;
Swift
func isPaperEnabledUsersGroupAdditionDetails() -> Bool
Return 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
paperEnabledUsersGroupRemovalDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupRemovalDetails;
Swift
func isPaperEnabledUsersGroupRemovalDetails() -> Bool
Return 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
passwordStrengthRequirementsChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordStrengthRequirementsChangePolicyDetails;
Swift
func isPasswordStrengthRequirementsChangePolicyDetails() -> Bool
Return 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
permanentDeleteChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPermanentDeleteChangePolicyDetails;
Swift
func isPermanentDeleteChangePolicyDetails() -> Bool
Return 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
resellerSupportChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportChangePolicyDetails;
Swift
func isResellerSupportChangePolicyDetails() -> Bool
Return 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
rewindPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindPolicyChangedDetails;
Swift
func isRewindPolicyChangedDetails() -> Bool
Return 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
sendForSignaturePolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSendForSignaturePolicyChangedDetails;
Swift
func isSendForSignaturePolicyChangedDetails() -> Bool
Return 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
sharingChangeFolderJoinPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeFolderJoinPolicyDetails;
Swift
func isSharingChangeFolderJoinPolicyDetails() -> Bool
Return 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
sharingChangeLinkAllowChangeExpirationPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkAllowChangeExpirationPolicyDetails;
Swift
func isSharingChangeLinkAllowChangeExpirationPolicyDetails() -> Bool
Return 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
sharingChangeLinkDefaultExpirationPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkDefaultExpirationPolicyDetails;
Swift
func isSharingChangeLinkDefaultExpirationPolicyDetails() -> Bool
Return 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
sharingChangeLinkEnforcePasswordPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkEnforcePasswordPolicyDetails;
Swift
func isSharingChangeLinkEnforcePasswordPolicyDetails() -> Bool
Return 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
sharingChangeLinkPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkPolicyDetails;
Swift
func isSharingChangeLinkPolicyDetails() -> Bool
Return 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
sharingChangeMemberPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeMemberPolicyDetails;
Swift
func isSharingChangeMemberPolicyDetails() -> Bool
Return 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
showcaseChangeDownloadPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeDownloadPolicyDetails;
Swift
func isShowcaseChangeDownloadPolicyDetails() -> Bool
Return 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
showcaseChangeEnabledPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeEnabledPolicyDetails;
Swift
func isShowcaseChangeEnabledPolicyDetails() -> Bool
Return 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
showcaseChangeExternalSharingPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeExternalSharingPolicyDetails;
Swift
func isShowcaseChangeExternalSharingPolicyDetails() -> Bool
Return 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
smarterSmartSyncPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmarterSmartSyncPolicyChangedDetails;
Swift
func isSmarterSmartSyncPolicyChangedDetails() -> Bool
Return 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
smartSyncChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncChangePolicyDetails;
Swift
func isSmartSyncChangePolicyDetails() -> Bool
Return 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
smartSyncNotOptOutDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncNotOptOutDetails;
Swift
func isSmartSyncNotOptOutDetails() -> Bool
Return 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
smartSyncOptOutDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncOptOutDetails;
Swift
func isSmartSyncOptOutDetails() -> Bool
Return 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
ssoChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangePolicyDetails;
Swift
func isSsoChangePolicyDetails() -> Bool
Return 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
teamBrandingPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamBrandingPolicyChangedDetails;
Swift
func isTeamBrandingPolicyChangedDetails() -> Bool
Return 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
teamExtensionsPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamExtensionsPolicyChangedDetails;
Swift
func isTeamExtensionsPolicyChangedDetails() -> Bool
Return 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
teamSelectiveSyncPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncPolicyChangedDetails;
Swift
func isTeamSelectiveSyncPolicyChangedDetails() -> Bool
Return 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
teamSharingWhitelistSubjectsChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSharingWhitelistSubjectsChangedDetails;
Swift
func isTeamSharingWhitelistSubjectsChangedDetails() -> Bool
Return 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
tfaAddExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddExceptionDetails;
Swift
func isTfaAddExceptionDetails() -> Bool
Return 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
tfaChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangePolicyDetails;
Swift
func isTfaChangePolicyDetails() -> Bool
Return 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
tfaRemoveExceptionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveExceptionDetails;
Swift
func isTfaRemoveExceptionDetails() -> Bool
Return 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
twoAccountChangePolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTwoAccountChangePolicyDetails;
Swift
func isTwoAccountChangePolicyDetails() -> Bool
Return 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
viewerInfoPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isViewerInfoPolicyChangedDetails;
Swift
func isViewerInfoPolicyChangedDetails() -> Bool
Return 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
watermarkingPolicyChangedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWatermarkingPolicyChangedDetails;
Swift
func isWatermarkingPolicyChangedDetails() -> Bool
Return 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
webSessionsChangeActiveSessionLimitDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeActiveSessionLimitDetails;
Swift
func isWebSessionsChangeActiveSessionLimitDetails() -> Bool
Return 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
webSessionsChangeFixedLengthPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeFixedLengthPolicyDetails;
Swift
func isWebSessionsChangeFixedLengthPolicyDetails() -> Bool
Return 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
webSessionsChangeIdleLengthPolicyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeIdleLengthPolicyDetails;
Swift
func isWebSessionsChangeIdleLengthPolicyDetails() -> Bool
Return 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
dataResidencyMigrationRequestSuccessfulDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestSuccessfulDetails;
Swift
func isDataResidencyMigrationRequestSuccessfulDetails() -> Bool
Return 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
dataResidencyMigrationRequestUnsuccessfulDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestUnsuccessfulDetails;
Swift
func isDataResidencyMigrationRequestUnsuccessfulDetails() -> Bool
Return 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
teamMergeFromDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeFromDetails;
Swift
func isTeamMergeFromDetails() -> Bool
Return 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
teamMergeToDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeToDetails;
Swift
func isTeamMergeToDetails() -> Bool
Return 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
teamProfileAddBackgroundDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddBackgroundDetails;
Swift
func isTeamProfileAddBackgroundDetails() -> Bool
Return 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
teamProfileAddLogoDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddLogoDetails;
Swift
func isTeamProfileAddLogoDetails() -> Bool
Return 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
teamProfileChangeBackgroundDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeBackgroundDetails;
Swift
func isTeamProfileChangeBackgroundDetails() -> Bool
Return 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
teamProfileChangeDefaultLanguageDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeDefaultLanguageDetails;
Swift
func isTeamProfileChangeDefaultLanguageDetails() -> Bool
Return 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
teamProfileChangeLogoDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeLogoDetails;
Swift
func isTeamProfileChangeLogoDetails() -> Bool
Return 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
teamProfileChangeNameDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeNameDetails;
Swift
func isTeamProfileChangeNameDetails() -> Bool
Return 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
teamProfileRemoveBackgroundDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveBackgroundDetails;
Swift
func isTeamProfileRemoveBackgroundDetails() -> Bool
Return 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
teamProfileRemoveLogoDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveLogoDetails;
Swift
func isTeamProfileRemoveLogoDetails() -> Bool
Return 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
tfaAddBackupPhoneDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddBackupPhoneDetails;
Swift
func isTfaAddBackupPhone() -> Bool
Return 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
tfaAddSecurityKeyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddSecurityKeyDetails;
Swift
func isTfaAddSecurityKeyDetails() -> Bool
Return 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
tfaChangeBackupPhoneDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeBackupPhoneDetails;
Swift
func isTfaChangeBackupPhone() -> Bool
Return 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
tfaChangeStatusDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeStatusDetails;
Swift
func isTfaChangeStatusDetails() -> Bool
Return 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
tfaRemoveBackupPhoneDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveBackupPhoneDetails;
Swift
func isTfaRemoveBackupPhone() -> Bool
Return 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
tfaRemoveSecurityKeyDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveSecurityKeyDetails;
Swift
func isTfaRemoveSecurityKeyDetails() -> Bool
Return 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
tfaResetDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaResetDetails;
Swift
func isTfaResetDetails() -> Bool
Return 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
changedEnterpriseAdminRoleDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseAdminRoleDetails;
Swift
func isChangedEnterpriseAdminRoleDetails() -> Bool
Return 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
changedEnterpriseConnectedTeamStatusDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseConnectedTeamStatusDetails;
Swift
func isChangedEnterpriseConnectedTeamStatusDetails() -> Bool
Return 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
endedEnterpriseAdminSessionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSessionDetails;
Swift
func isEndedEnterpriseAdminSessionDetails() -> Bool
Return 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
endedEnterpriseAdminSessionDeprecatedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSessionDeprecatedDetails;
Swift
func isEndedEnterpriseAdminSessionDeprecatedDetails() -> Bool
Return 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
enterpriseSettingsLockingDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnterpriseSettingsLockingDetails;
Swift
func isEnterpriseSettingsLockingDetails() -> Bool
Return 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
guestAdminChangeStatusDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminChangeStatusDetails;
Swift
func isGuestAdminChangeStatusDetails() -> Bool
Return 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
startedEnterpriseAdminSessionDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isStartedEnterpriseAdminSessionDetails;
Swift
func isStartedEnterpriseAdminSessionDetails() -> Bool
Return 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
teamMergeRequestAcceptedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedDetails;
Swift
func isTeamMergeRequestAcceptedDetails() -> Bool
Return 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
teamMergeRequestAcceptedShownToPrimaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToPrimaryTeamDetails;
Swift
func isTeamMergeRequestAcceptedShownToPrimaryTeamDetails() -> Bool
Return 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
teamMergeRequestAcceptedShownToSecondaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToSecondaryTeamDetails;
Swift
func isTeamMergeRequestAcceptedShownToSecondaryTeamDetails() -> Bool
Return 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
teamMergeRequestAutoCanceledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAutoCanceledDetails;
Swift
func isTeamMergeRequestAutoCanceledDetails() -> Bool
Return 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
teamMergeRequestCanceledDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledDetails;
Swift
func isTeamMergeRequestCanceledDetails() -> Bool
Return 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
teamMergeRequestCanceledShownToPrimaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToPrimaryTeamDetails;
Swift
func isTeamMergeRequestCanceledShownToPrimaryTeamDetails() -> Bool
Return 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
teamMergeRequestCanceledShownToSecondaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToSecondaryTeamDetails;
Swift
func isTeamMergeRequestCanceledShownToSecondaryTeamDetails() -> Bool
Return 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
teamMergeRequestExpiredDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredDetails;
Swift
func isTeamMergeRequestExpiredDetails() -> Bool
Return 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
teamMergeRequestExpiredShownToPrimaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToPrimaryTeamDetails;
Swift
func isTeamMergeRequestExpiredShownToPrimaryTeamDetails() -> Bool
Return 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
teamMergeRequestExpiredShownToSecondaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToSecondaryTeamDetails;
Swift
func isTeamMergeRequestExpiredShownToSecondaryTeamDetails() -> Bool
Return 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
teamMergeRequestRejectedShownToPrimaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToPrimaryTeamDetails;
Swift
func isTeamMergeRequestRejectedShownToPrimaryTeamDetails() -> Bool
Return 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
teamMergeRequestRejectedShownToSecondaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToSecondaryTeamDetails;
Swift
func isTeamMergeRequestRejectedShownToSecondaryTeamDetails() -> Bool
Return 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
teamMergeRequestReminderDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderDetails;
Swift
func isTeamMergeRequestReminderDetails() -> Bool
Return 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
teamMergeRequestReminderShownToPrimaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToPrimaryTeamDetails;
Swift
func isTeamMergeRequestReminderShownToPrimaryTeamDetails() -> Bool
Return 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
teamMergeRequestReminderShownToSecondaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToSecondaryTeamDetails;
Swift
func isTeamMergeRequestReminderShownToSecondaryTeamDetails() -> Bool
Return 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
teamMergeRequestRevokedDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRevokedDetails;
Swift
func isTeamMergeRequestRevokedDetails() -> Bool
Return 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
teamMergeRequestSentShownToPrimaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToPrimaryTeamDetails;
Swift
func isTeamMergeRequestSentShownToPrimaryTeamDetails() -> Bool
Return 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
teamMergeRequestSentShownToSecondaryTeamDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToSecondaryTeamDetails;
Swift
func isTeamMergeRequestSentShownToSecondaryTeamDetails() -> Bool
Return 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
missingDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMissingDetails;
Swift
func isMissingDetails() -> Bool
Return 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() -> Bool
Return 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() -> String
Return Value
A human-readable string representing the union’s current tag state.