Class: Google::Apis::WorkstationsV1beta::PushCredentialsRequest
- Inherits:
-
Object
- Object
- Google::Apis::WorkstationsV1beta::PushCredentialsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workstations_v1beta/classes.rb,
lib/google/apis/workstations_v1beta/representations.rb,
lib/google/apis/workstations_v1beta/representations.rb
Overview
Request message for PushCredentials.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ PushCredentialsRequest
constructor
A new instance of PushCredentialsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PushCredentialsRequest
Returns a new instance of PushCredentialsRequest.
1704 1705 1706 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1704 def initialize(**args) update!(**args) end |
Instance Attribute Details
#application_default_credentials ⇒ Google::Apis::WorkstationsV1beta::OAuthToken
OAuth token.
Corresponds to the JSON property applicationDefaultCredentials
1702 1703 1704 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1702 def application_default_credentials @application_default_credentials end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1709 1710 1711 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1709 def update!(**args) @application_default_credentials = args[:application_default_credentials] if args.key?(:application_default_credentials) end |