UsersSettingsForwardingAddressesResource class
Constructors
- UsersSettingsForwardingAddressesResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
ForwardingAddress request, String userId, {String? $fields}) → Future< ForwardingAddress> - Creates a forwarding address.
-
delete(
String userId, String forwardingEmail, {String? $fields}) → Future< void> - Deletes the specified forwarding address and revokes any verification that may have been required.
-
get(
String userId, String forwardingEmail, {String? $fields}) → Future< ForwardingAddress> - Gets the specified forwarding address.
-
list(
String userId, {String? $fields}) → Future< ListForwardingAddressesResponse> - Lists the forwarding addresses for the specified account.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited