View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1ListApplicationsResponse (google_api_beyond_corp v0.12.0)

Message for response to listing Applications.

Attributes

  • applications (type: list(GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1Application.t), default: nil) - A list of BeyondCorp Application in the project.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results, or empty if there are no more results in the list.
  • unreachable (type: list(String.t), default: nil) - A list of locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1ListApplicationsResponse{
    applications:
      [
        GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1Application.t()
      ]
      | nil,
    nextPageToken: String.t() | nil,
    unreachable: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.