MastodonAdminDimensionRequest class

Request for fetching admin dimension data.

Request body for POST /api/v1/admin/dimensions.

Constructors

MastodonAdminDimensionRequest({required List<String> keys, DateTime? startAt, DateTime? endAt, int? limit, String? tagServersId, String? tagLanguagesId, String? instanceAccountsDomain, String? instanceLanguagesDomain})
Creates a MastodonAdminDimensionRequest.
const

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_accounts key.
final
instanceLanguagesDomain String?
Domain required for the instance_languages key.
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_languages key.
final
tagServersId String?
Tag ID required for the tag_servers key.
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