MastodonAdminDimensionRequest class
Request for fetching admin dimension data.
Request body for POST /api/v1/admin/dimensions.
Constructors
Properties
- endAt → DateTime?
-
End date (time portion is ignored).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceAccountsDomain → String?
-
Domain required for the
instance_accountskey.final - instanceLanguagesDomain → String?
-
Domain required for the
instance_languageskey.final -
keys
→ List<
String> -
List of dimension keys to fetch.
final
- limit → int?
-
Maximum number of results for sources/servers/languages, etc.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAt → DateTime?
-
Start date (time portion is ignored).
final
- tagLanguagesId → String?
-
Tag ID required for the
tag_languageskey.final - tagServersId → String?
-
Tag ID required for the
tag_serverskey.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts to a JSON map for the request body.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited