Class: Google::Apis::DeveloperconnectV1::FetchAccessTokenRequest
- Inherits:
-
Object
- Object
- Google::Apis::DeveloperconnectV1::FetchAccessTokenRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/developerconnect_v1/classes.rb,
lib/google/apis/developerconnect_v1/representations.rb,
lib/google/apis/developerconnect_v1/representations.rb
Overview
Message for fetching an OAuth access token.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FetchAccessTokenRequest
constructor
A new instance of FetchAccessTokenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FetchAccessTokenRequest
Returns a new instance of FetchAccessTokenRequest.
819 820 821 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 819 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
824 825 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 824 def update!(**args) end |