DBFILESCreateFolderEntryResult

Objective-C

@interface DBFILESCreateFolderEntryResult : NSObject <DBSerializable, NSCopying>

Swift

class DBFILESCreateFolderEntryResult : NSObject, DBSerializable, NSCopying

The CreateFolderEntryResult 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)initWithMetadata:
        (nonnull DBFILESFolderMetadata *)metadata;

    Swift

    init(metadata: DBFILESFolderMetadata)

    Parameters

    metadata

    Metadata of the created folder.

    Return Value

    An initialized instance.