ResourcesFeaturesResource class
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 customer, String featureKey, {String? $fields})
→ Future<void>
-
Deletes a feature.
-
get(String customer, String featureKey, {String? $fields})
→ Future<Feature>
-
Retrieves a feature.
-
insert(Feature request, String customer, {String? $fields})
→ Future<Feature>
-
Inserts a feature.
-
list(String customer, {int? maxResults, String? pageToken, String? $fields})
→ Future<Features>
-
Retrieves a list of features for an account.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Feature request, String customer, String featureKey, {String? $fields})
→ Future<Feature>
-
Patches a feature.
-
rename(FeatureRename request, String customer, String oldName, {String? $fields})
→ Future<void>
-
Renames a feature.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Feature request, String customer, String featureKey, {String? $fields})
→ Future<Feature>
-
Updates a feature.