HubStatusEntry class

A hub status entry represents the status of a set of propagated Private Service Connect connections grouped by certain fields.

Constructors

HubStatusEntry.new({int? count, String? groupBy, PscPropagationStatus? pscPropagationStatus})
HubStatusEntry.fromJson(Map json_)

Properties

count int?
The number of propagated Private Service Connect connections with this status.
getter/setter pair
groupBy String?
The fields that this entry is grouped by.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pscPropagationStatus PscPropagationStatus?
The Private Service Connect propagation status.
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