CustomersNodesResource class

Constructors

CustomersNodesResource(ApiRequester client)

Properties

deployments CustomersNodesDeploymentsResource
no setter
devices CustomersNodesDevicesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
nodes CustomersNodesNodesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(SasPortalNode request, String parent, {String? $fields}) Future<SasPortalNode>
Creates a new node.
delete(String name, {String? $fields}) Future<SasPortalEmpty>
Deletes a node.
get(String name, {String? $fields}) Future<SasPortalNode>
Returns a requested node.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<SasPortalListNodesResponse>
Lists nodes.
move(SasPortalMoveNodeRequest request, String name, {String? $fields}) Future<SasPortalOperation>
Moves a node under another node or customer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(SasPortalNode request, String name, {String? updateMask, String? $fields}) Future<SasPortalNode>
Updates an existing node.
toString() String
A string representation of this object.
inherited

Operators

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