StorelayoutpagesResource class

Constructors

StorelayoutpagesResource(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 enterpriseId, String pageId, {String? $fields}) Future<void>
Deletes a store page.
get(String enterpriseId, String pageId, {String? $fields}) Future<StorePage>
Retrieves details of a store page.
insert(StorePage request, String enterpriseId, {String? $fields}) Future<StorePage>
Inserts a new store page.
list(String enterpriseId, {String? $fields}) Future<StoreLayoutPagesListResponse>
Retrieves the details of all pages in the store.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(StorePage request, String enterpriseId, String pageId, {String? $fields}) Future<StorePage>
Updates the content of a store page.

Operators

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