UpdateContactPhotoRequest class
A request to update an existing contact's photo.
All requests must have a valid photo format: JPEG or PNG.
Constructors
-
UpdateContactPhotoRequest({String? personFields, String? photoBytes, List<
String> ? sources}) - UpdateContactPhotoRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- personFields ↔ String?
-
A field mask to restrict which fields on the person are returned.
getter/setter pair
- photoBytes ↔ String?
-
Raw photo bytes
getter/setter pair
-
photoBytesAsBytes
↔ List<
int> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sources
↔ List<
String> ? -
A mask of what source types to return.
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