MastodonAdminMeasureRequest class
Request for fetching admin measure data.
Request body for POST /api/v1/admin/measures.
Constructors
-
MastodonAdminMeasureRequest({required List<
String> keys, required DateTime startAt, required DateTime endAt, String? tagAccountsId, String? tagUsesId, String? tagServersId, String? instanceAccountsDomain, String? instanceMediaAttachmentsDomain, String? instanceReportsDomain, String? instanceStatusesDomain, String? instanceFollowsDomain, String? instanceFollowersDomain}) -
Creates a MastodonAdminMeasureRequest.
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_accountskey.final - instanceFollowersDomain → String?
-
Domain required for the
instance_followerskey.final - instanceFollowsDomain → String?
-
Domain required for the
instance_followskey.final - instanceMediaAttachmentsDomain → String?
-
Domain required for the
instance_media_attachmentskey.final - instanceReportsDomain → String?
-
Domain required for the
instance_reportskey.final - instanceStatusesDomain → String?
-
Domain required for the
instance_statuseskey.final -
keys
→ List<
String> -
List of measure keys to fetch.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAt → DateTime
-
Start date (time portion is ignored).
final
- tagAccountsId → String?
-
Tag ID required for the
tag_accountskey.final - tagServersId → String?
-
Tag ID required for the
tag_serverskey.final - tagUsesId → String?
-
Tag ID required for the
tag_useskey.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