StorelayoutclustersResource class

Constructors

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

Operators

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