EditsDetailsResource class

Constructors

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

get(String packageName, String editId, {String? $fields}) Future<AppDetails>
Gets details of an app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(AppDetails request, String packageName, String editId, {String? $fields}) Future<AppDetails>
Patches details of an app.
toString() String
A string representation of this object.
inherited
update(AppDetails request, String packageName, String editId, {String? $fields}) Future<AppDetails>
Updates details of an app.

Operators

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