Class: Google::Apis::StoragetransferV1::GoogleServiceAccount
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::StoragetransferV1::GoogleServiceAccount
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/storagetransfer_v1/classes.rb,
generated/google/apis/storagetransfer_v1/representations.rb,
generated/google/apis/storagetransfer_v1/representations.rb 
Overview
Google service account
Instance Attribute Summary collapse
- 
  
    
      #account_email  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleServiceAccount 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleServiceAccount.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleServiceAccount
Returns a new instance of GoogleServiceAccount
      239 240 241  | 
    
      # File 'generated/google/apis/storagetransfer_v1/classes.rb', line 239 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#account_email ⇒ String
Required.
Corresponds to the JSON property accountEmail
      237 238 239  | 
    
      # File 'generated/google/apis/storagetransfer_v1/classes.rb', line 237 def account_email @account_email end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      244 245 246  | 
    
      # File 'generated/google/apis/storagetransfer_v1/classes.rb', line 244 def update!(**args) @account_email = args[:account_email] if args.key?(:account_email) end  |