WebappsResource class

Constructors

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

delete(String enterpriseId, String webAppId, {String? $fields}) Future<void>
Deletes an existing web app.
get(String enterpriseId, String webAppId, {String? $fields}) Future<WebApp>
Gets an existing web app.
insert(WebApp request, String enterpriseId, {String? $fields}) Future<WebApp>
Creates a new web app for the enterprise.
list(String enterpriseId, {String? $fields}) Future<WebAppsListResponse>
Retrieves the details of all web apps for a given enterprise.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(WebApp request, String enterpriseId, String webAppId, {String? $fields}) Future<WebApp>
Updates an existing web app.

Operators

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