Dashboard class
Details of a dashboard.
Constructors
-
Dashboard({int? automaticRefreshMs, String? description, List<
SharePermission> ? editPermissions, String? id, bool? isFavourite, bool? isWritable, String? name, UserBean? owner, int? popularity, int? rank, String? self, bool? systemDashboard, String? view}) -
Dashboard.fromJson(Map<
String, Object?> json) -
factory
Properties
- automaticRefreshMs → int?
-
The automatic refresh interval for the dashboard in milliseconds.
final
- description → String?
-
final
-
editPermissions
→ List<
SharePermission> -
The details of any edit share permissions for the dashboard.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the dashboard.
final
- isFavourite → bool
-
Whether the dashboard is selected as a favorite by the user.
final
- isWritable → bool
-
Whether the current user has permission to edit the dashboard.
final
- name → String?
-
The name of the dashboard.
final
- owner → UserBean?
-
The owner of the dashboard.
final
- popularity → int?
-
The number of users who have this dashboard as a favorite.
final
- rank → int?
-
The rank of this dashboard.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
The URL of these dashboard details.
final
-
The details of any view share permissions for the dashboard.
final
- systemDashboard → bool
-
Whether the current dashboard is system dashboard.
final
- view → String?
-
The URL of the dashboard.
final
Methods
-
copyWith(
{int? automaticRefreshMs, String? description, List< SharePermission> ? editPermissions, String? id, bool? isFavourite, bool? isWritable, String? name, UserBean? owner, int? popularity, int? rank, String? self, bool? systemDashboard, String? view}) → Dashboard -
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