View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1ListSecurityGatewaysResponse (google_api_beyond_corp v0.14.0)
Message for response to listing SecurityGateways.
Attributes
-
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. -
securityGateways(type:list(GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.t), default:nil) - A list of BeyondCorp SecurityGateway in the project. -
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.GoogleCloudBeyondcorpSecuritygatewaysV1ListSecurityGatewaysResponse{ nextPageToken: String.t() | nil, securityGateways: [ GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.t() ] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.