PhotosResource class

Constructors

PhotosResource(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

batchDelete(BatchDeletePhotosRequest request, {String? $fields}) Future<BatchDeletePhotosResponse>
Deletes a list of Photos and their metadata.
batchGet({String? languageCode, List<String>? photoIds, String? view, String? $fields}) Future<BatchGetPhotosResponse>
Gets the metadata of the specified Photo batch.
batchUpdate(BatchUpdatePhotosRequest request, {String? $fields}) Future<BatchUpdatePhotosResponse>
Updates the metadata of Photos, such as pose, place association, connections, etc.
list({String? filter, String? languageCode, int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListPhotosResponse>
Lists all the Photos that belong to the user.
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