UsersSettingsSendAsResource class

Constructors

UsersSettingsSendAsResource(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
smimeInfo UsersSettingsSendAsSmimeInfoResource
no setter

Methods

create(SendAs request, String userId, {String? $fields}) Future<SendAs>
Creates a custom "from" send-as alias.
delete(String userId, String sendAsEmail, {String? $fields}) Future<void>
Deletes the specified send-as alias.
get(String userId, String sendAsEmail, {String? $fields}) Future<SendAs>
Gets the specified send-as alias.
list(String userId, {String? $fields}) Future<ListSendAsResponse>
Lists the send-as aliases for the specified account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(SendAs request, String userId, String sendAsEmail, {String? $fields}) Future<SendAs>
Patch the specified send-as alias.
toString() String
A string representation of this object.
inherited
update(SendAs request, String userId, String sendAsEmail, {String? $fields}) Future<SendAs>
Updates a send-as alias.
verify(String userId, String sendAsEmail, {String? $fields}) Future<void>
Sends a verification email to the specified send-as alias address.

Operators

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