ProjectsResource class
Constructors
- ProjectsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespaces → ProjectsNamespacesResource
-
no setter
- remoteConfig → ProjectsRemoteConfigResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getRemoteConfig(
String project, {String? versionNumber, String? $fields}) → Future< RemoteConfig> - Get a project's Remote Config template and associated ETag header.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateRemoteConfig(
RemoteConfig request, String project, {bool? validateOnly, String? $fields}) → Future< RemoteConfig> - Publish a project's Remote Config template.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited