ReadFeatureValuesResponse_EntityView class final
Entity view with Feature values.
- Inheritance
-
- Object
- ProtoMessage
- ReadFeatureValuesResponse_EntityView
Constructors
-
ReadFeatureValuesResponse_EntityView({String entityId = '', List<
ReadFeatureValuesResponse_EntityView_Data> data = const []}) - ReadFeatureValuesResponse_EntityView.fromJson(Object? j)
-
factory
Properties
-
data
→ List<
ReadFeatureValuesResponse_EntityView_Data> -
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header
ReadFeatureValuesResponse.header.final - entityId → String
-
ID of the requested entity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - 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(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String