ProjectsIosAppsResource class

Constructors

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

create(IosApp request, String parent, {String? $fields}) Future<Operation>
Requests the creation of a new IosApp in the specified FirebaseProject.
get(String name, {String? $fields}) Future<IosApp>
Gets the specified IosApp.
getConfig(String name, {String? $fields}) Future<IosAppConfig>
Gets the configuration artifact associated with the specified IosApp.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListIosAppsResponse>
Lists each IosApp associated with the specified FirebaseProject.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(IosApp request, String name, {String? updateMask, String? $fields}) Future<IosApp>
Updates the attributes of the specified IosApp.
toString() String
A string representation of this object.
inherited

Operators

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