Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2RevokeTokenResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2RevokeTokenResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v2/classes.rb,
lib/google/apis/identitytoolkit_v2/representations.rb,
lib/google/apis/identitytoolkit_v2/representations.rb
Overview
Response message for RevokeToken. Empty for now.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2RevokeTokenResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV2RevokeTokenResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2RevokeTokenResponse
Returns a new instance of GoogleCloudIdentitytoolkitV2RevokeTokenResponse.
2565 2566 2567 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2565 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2570 2571 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2570 def update!(**args) end |