UserDeletionRequest class

JSON template for a user deletion request resource.

Constructors

UserDeletionRequest({DateTime? deletionRequestTime, String? firebaseProjectId, UserDeletionRequestId? id, String? kind, String? propertyId, String? webPropertyId})
UserDeletionRequest.fromJson(Map json_)

Properties

deletionRequestTime DateTime?
This marks the point in time for which all user data before should be deleted
getter/setter pair
firebaseProjectId String?
Firebase Project Id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id UserDeletionRequestId?
User ID.
getter/setter pair
kind String?
Value is "analytics#userDeletionRequest".
getter/setter pair
propertyId String?
Property ID
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webPropertyId String?
Web property ID of the form UA-XXXXX-YY.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited