FolderEntity

public struct FolderEntity : ResourceTypeEntity

Represents folder resource

  • Declaration

    Swift

    public private(set) var type: String { get }
  • id

    Declaration

    Swift

    public private(set) var id: String { get }
  • Initializer.

    Declaration

    Swift

    public init(id: String)

    Parameters

    id

    Identifier of the folder.