DBTEAMSharingAllowlistListError

Objective-C

@interface DBTEAMSharingAllowlistListError
    : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMSharingAllowlistListError : NSObject, DBSerializable, NSCopying

The SharingAllowlistListError struct.

This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

Constructors

  • Full constructor for the struct (exposes all instance variables).

    Declaration

    Objective-C

    - (nonnull instancetype)initDefault;

    Swift

    init(default: ())

    Return Value

    An initialized instance.