CustomersResource class
Constructors
- CustomersResource(ApiRequester client)
Properties
- deployments → CustomersDeploymentsResource
-
no setter
- devices → CustomersDevicesResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- nodes → CustomersNodesResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String name, {String? $fields}) → Future< SasPortalCustomer> - Returns a requested customer.
-
list(
{int? pageSize, String? pageToken, String? $fields}) → Future< SasPortalListCustomersResponse> - Returns a list of requested customers.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
SasPortalCustomer request, String name, {String? updateMask, String? $fields}) → Future< SasPortalCustomer> - Updates an existing customer.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited