Class: Google::Apis::ComputeAlpha::ProjectsSetDefaultServiceAccountRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProjectsSetDefaultServiceAccountRequest

Returns a new instance of ProjectsSetDefaultServiceAccountRequest.



29125
29126
29127
# File 'lib/google/apis/compute_alpha/classes.rb', line 29125

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#emailString

Email address of the service account. Corresponds to the JSON property email

Returns:

  • (String)


29123
29124
29125
# File 'lib/google/apis/compute_alpha/classes.rb', line 29123

def email
  @email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29130
29131
29132
# File 'lib/google/apis/compute_alpha/classes.rb', line 29130

def update!(**args)
  @email = args[:email] if args.key?(:email)
end