class Google::Apis::CloudshellV1::RemovePublicKeyRequest
Request message for RemovePublicKey.
Attributes
key[RW]
Key that should be removed from 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 391 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 396 def update!(**args) @key = args[:key] if args.key?(:key) end