DeleteFeatureValuesResponse_SelectEntity class final

Response message if the request uses the SelectEntity option.

Constructors

DeleteFeatureValuesResponse_SelectEntity({int offlineStorageDeletedEntityRowCount = 0, int onlineStorageDeletedEntityCount = 0})
DeleteFeatureValuesResponse_SelectEntity.fromJson(Object? j)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
offlineStorageDeletedEntityRowCount → int
The count of deleted entity rows in the offline storage. Each row corresponds to the combination of an entity ID and a timestamp. One entity ID can have multiple rows in the offline storage.
final
onlineStorageDeletedEntityCount → int
The count of deleted entities in the online storage. Each entity ID corresponds to one entity.
final
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.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
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String