DBTEAMSetCustomQuotaArg

Objective-C

@interface DBTEAMSetCustomQuotaArg : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMSetCustomQuotaArg : NSObject, DBSerializable, NSCopying

The SetCustomQuotaArg struct.

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

Instance fields

Constructors

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

    Declaration

    Objective-C

    - (nonnull instancetype)initWithUsersAndQuotas:
        (nonnull NSArray<DBTEAMUserCustomQuotaArg *> *)usersAndQuotas;

    Swift

    init(usersAndQuotas: [DBTEAMUserCustomQuotaArg])

    Parameters

    usersAndQuotas

    List of users and their custom quotas.

    Return Value

    An initialized instance.