Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateTokenResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateTokenResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Returns success or error message
Instance Attribute Summary collapse
-
#message ⇒ String
The message that notifies the user if the request succeeded or not.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGenerateTokenResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaGenerateTokenResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGenerateTokenResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaGenerateTokenResponse.
8196 8197 8198 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8196 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ String
The message that notifies the user if the request succeeded or not.
Corresponds to the JSON property message
8194 8195 8196 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8194 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8201 8202 8203 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8201 def update!(**args) @message = args[:message] if args.key?(:message) end |