ItemsResource 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
-
get(String itemId, {String? projection, String? $fields})
→ Future<Item>
-
Gets your own Chrome Web Store item.
-
insert({String? publisherEmail, String? $fields, Media? uploadMedia})
→ Future<Item>
-
Inserts a new item.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
publish(PublishRequest request, String itemId, {int? deployPercentage, String? publishTarget, bool? reviewExemption, String? $fields})
→ Future<Item2>
-
Publishes an item.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Item request, String itemId, {String? $fields, Media? uploadMedia})
→ Future<Item>
-
Updates an existing item.