Class: Google::Apis::ComputeAlpha::ProjectsSetDefaultServiceAccountRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ProjectsSetDefaultServiceAccountRequest
- 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
-
#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.
Constructor Details
#initialize(**args) ⇒ ProjectsSetDefaultServiceAccountRequest
Returns a new instance of ProjectsSetDefaultServiceAccountRequest.
32525 32526 32527 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 32525 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Email address of the service account.
Corresponds to the JSON property email
32523 32524 32525 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 32523 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32530 32531 32532 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 32530 def update!(**args) @email = args[:email] if args.key?(:email) end |