Class: Google::Apis::CloudshellV1::AddPublicKeyMetadata
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CloudshellV1::AddPublicKeyMetadata
 
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudshell_v1/classes.rb,
 lib/google/apis/cloudshell_v1/representations.rb,
 lib/google/apis/cloudshell_v1/representations.rb
Overview
Message included in the metadata field of operations returned from AddPublicKey.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AddPublicKeyMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AddPublicKeyMetadata. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ AddPublicKeyMetadata
Returns a new instance of AddPublicKeyMetadata.
| 30 31 32 | # File 'lib/google/apis/cloudshell_v1/classes.rb', line 30 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 35 36 | # File 'lib/google/apis/cloudshell_v1/classes.rb', line 35 def update!(**args) end |