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

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ProjectsSetDefaultServiceAccountRequest

Returns a new instance of ProjectsSetDefaultServiceAccountRequest



16170
16171
16172
# File 'generated/google/apis/compute_alpha/classes.rb', line 16170

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

Instance Attribute Details

#emailString

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

Returns:

  • (String)


16168
16169
16170
# File 'generated/google/apis/compute_alpha/classes.rb', line 16168

def email
  @email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16175
16176
16177
# File 'generated/google/apis/compute_alpha/classes.rb', line 16175

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