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.
811 812 813 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 811 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
816 817 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 816 def update!(**args) end |