View Source GoogleApi.NetworkConnectivity.V1.Model.HubStatusEntry (google_api_network_connectivity v0.11.0)
The hub status entry.
Attributes
-
count(type:integer(), default:nil) - The number of status. If group_by is not set in the request, the default is 1. -
groupBy(type:String.t, default:nil) - The same group_by field from the request. -
pscPropagationStatus(type:GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus.t, default:nil) - The PSC propagation status.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.HubStatusEntry{ count: integer() | nil, groupBy: String.t() | nil, pscPropagationStatus: GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.