updateSMTPConfigPassword method
ResponseFuture<UpdateSMTPConfigPasswordResponse>
updateSMTPConfigPassword(
- UpdateSMTPConfigPasswordRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.UpdateSMTPConfigPasswordResponse> updateSMTPConfigPassword($1.UpdateSMTPConfigPasswordRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateSMTPConfigPassword, request, options: options);
}