View Source GoogleApi.Compute.V1.Model.NetworkEndpointGroupsListEndpointsRequest (google_api_compute v0.56.0)

Attributes

  • healthStatus (type: String.t, default: nil) - Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.NetworkEndpointGroupsListEndpointsRequest{
  healthStatus: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.