ListCustomersResponse class
Response message of all customers related to this partner.
Constructors
- ListCustomersResponse()
- ListCustomersResponse.fromJson(Map _json)
Properties
-
customers
↔ List<
Company> -
List of customers related to this reseller partner.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nextPageToken ↔ String
-
A token to retrieve the next page of results. Omitted if no further
results are available.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- totalSize ↔ int
-
The total count of items in the list irrespective of pagination.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited