PagedDTOAssetsWorkspaceDTO class
Constructors
-
PagedDTOAssetsWorkspaceDTO({List<
String> ? expands, PagedLinkDTO? links, bool? isLastPage, int? limit, int? size, int? start, List<AssetsWorkspaceDTO> ? values}) -
PagedDTOAssetsWorkspaceDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
-
expands
→ List<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLastPage → bool
-
Indicates if this is the last page of records (true) or not (false).
final
- limit → int?
-
Number of items to be returned per page, up to the maximum set for these
objects in the current implementation.
final
- links → PagedLinkDTO?
-
List of the links relating to the page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
Number of items returned in the page.
final
- start → int?
-
Index of the first item returned in the page.
final
-
values
→ List<
AssetsWorkspaceDTO> -
Details of the items included in the page.
final
Methods
-
copyWith(
{List< String> ? expands, PagedLinkDTO? links, bool? isLastPage, int? limit, int? size, int? start, List<AssetsWorkspaceDTO> ? values}) → PagedDTOAssetsWorkspaceDTO -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited