EntityCollection

public struct EntityCollection : Codable, Equatable

An array of objects describing the entities for the workspace.

  • An array of objects describing the entities defined for the workspace.

    Declaration

    Swift

    public var entities: [Entity]
  • The pagination data for the returned objects.

    Declaration

    Swift

    public var pagination: Pagination