AccountsCssProductInputsResource class
Constructors
- AccountsCssProductInputsResource.new(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 name, {String? supplementalFeedId, String? $fields}) → Future< Empty> - Deletes a CSS Product input from your CSS Center account.
-
insert(
CssProductInput request, String parent, {String? feedId, String? $fields}) → Future< CssProductInput> - Uploads a CssProductInput to your CSS Center account.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
CssProductInput request, String name, {String? updateMask, String? $fields}) → Future< CssProductInput> - Updates the existing Css Product input in your CSS Center account.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited