OtherContactsResource class
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
-
copyOtherContactToMyContactsGroup(CopyOtherContactToMyContactsGroupRequest request, String resourceName, {String? $fields})
→ Future<Person>
-
Copies an "Other contact" to a new contact in the user's "myContacts"
group Mutate requests for the same user should be sent sequentially to
avoid increased latency and failures.
-
list({int? pageSize, String? pageToken, String? readMask, bool? requestSyncToken, List<String>? sources, String? syncToken, String? $fields})
→ Future<ListOtherContactsResponse>
-
List all "Other contacts", that is contacts that are not in a contact
group.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
search({int? pageSize, String? query, String? readMask, String? $fields})
→ Future<SearchResponse>
-
Provides a list of contacts in the authenticated user's other contacts
that matches the search query.
-
toString()
→ String
-
A string representation of this object.
inherited