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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProjectsSetDefaultServiceAccountRequest

Returns a new instance of ProjectsSetDefaultServiceAccountRequest.



26964
26965
26966
# File 'generated/google/apis/compute_alpha/classes.rb', line 26964

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

Instance Attribute Details

#emailString

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

Returns:

  • (String)


26962
26963
26964
# File 'generated/google/apis/compute_alpha/classes.rb', line 26962

def email
  @email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26969
26970
26971
# File 'generated/google/apis/compute_alpha/classes.rb', line 26969

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