Class: Google::Apis::IamV1::DisableServiceAccountRequest
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::DisableServiceAccountRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/iam_v1/classes.rb,
generated/google/apis/iam_v1/representations.rb,
generated/google/apis/iam_v1/representations.rb
Overview
The service account disable request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisableServiceAccountRequest
constructor
A new instance of DisableServiceAccountRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisableServiceAccountRequest
Returns a new instance of DisableServiceAccountRequest.
375 376 377 |
# File 'generated/google/apis/iam_v1/classes.rb', line 375 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
380 381 |
# File 'generated/google/apis/iam_v1/classes.rb', line 380 def update!(**args) end |