class Google::Apis::CloudshellV1::AddPublicKeyResponse
Response message for AddPublicKey.
Attributes
key[RW]
Key that was added to the environment. Corresponds to the JSON property `key` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudshell_v1/classes.rb, line 71 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudshell_v1/classes.rb, line 76 def update!(**args) @key = args[:key] if args.key?(:key) end