Class: Google::Apis::ComputeAlpha::ProjectsSetDefaultServiceAccountRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::ProjectsSetDefaultServiceAccountRequest
 
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
 generated/google/apis/compute_alpha/representations.rb,
 generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #email  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Email address of the service account. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ProjectsSetDefaultServiceAccountRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ProjectsSetDefaultServiceAccountRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ProjectsSetDefaultServiceAccountRequest
Returns a new instance of ProjectsSetDefaultServiceAccountRequest
| 18278 18279 18280 | # File 'generated/google/apis/compute_alpha/classes.rb', line 18278 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#email ⇒ String
Email address of the service account.
Corresponds to the JSON property email
| 18276 18277 18278 | # File 'generated/google/apis/compute_alpha/classes.rb', line 18276 def email @email end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 18283 18284 18285 | # File 'generated/google/apis/compute_alpha/classes.rb', line 18283 def update!(**args) @email = args[:email] if args.key?(:email) end |