ListAssignedInventorySourcesResponse class
Response message for AssignedInventorySourceService.ListAssignedInventorySources.
Constructors
Properties
-
assignedInventorySources
↔ List<
AssignedInventorySource> -
The list of assigned inventory sources. This list will be absent if empty.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nextPageToken ↔ String
-
A token to retrieve the next page of results. Pass this value in the
page_token field in the subsequent call to
ListAssignedInventorySources
method to retrieve the next page of results.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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