QueryRequest class
Request type for the
[Query
](#google.home.graph.v1.HomeGraphApiService.Query) call.
Constructors
-
QueryRequest({String? agentUserId, List<
QueryRequestInput> ? inputs, String? requestId}) - QueryRequest.fromJson(Map json_)
Properties
- agentUserId ↔ String?
-
Third-party user ID.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputs
↔ List<
QueryRequestInput> ? -
Inputs containing third-party device IDs for which to get the device
states.
getter/setter pair
- requestId ↔ String?
-
Request ID used for debugging.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited