View Source GoogleApi.NetworkConnectivity.V1.Model.HubStatusEntry (google_api_network_connectivity v0.11.1)

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

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.HubStatusEntry{
  count: integer() | nil,
  groupBy: String.t() | nil,
  pscPropagationStatus:
    GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.