FindDevicesByOwnerResponse class
Response containing found devices.
Constructors
Properties
-
devices
↔ List<
Device> -
The customer's devices.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nextPageToken ↔ String
-
A token used to access 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