View Source GoogleApi.BareMetalSolution.V2.Model.ListSSHKeysResponse (google_api_bare_metal_solution v0.6.0)
Message for response of ListSSHKeys.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
sshKeys
(type:list(GoogleApi.BareMetalSolution.V2.Model.SSHKey.t)
, default:nil
) - The SSH keys registered in the project.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ListSSHKeysResponse{ nextPageToken: String.t() | nil, sshKeys: [GoogleApi.BareMetalSolution.V2.Model.SSHKey.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.