EditsBundlesResource class

Constructors

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

list(String packageName, String editId, {String? $fields}) Future<BundlesListResponse>
Lists all current Android App Bundles of the app and edit.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upload(String packageName, String editId, {bool? ackBundleInstallationWarning, String? deviceTierConfigId, String? $fields, UploadOptions uploadOptions = commons.UploadOptions.defaultOptions, Media? uploadMedia}) Future<Bundle>
Uploads a new Android App Bundle to this edit.

Operators

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