Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateTokenResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#messageString

The message that notifies the user if the request succeeded or not. Corresponds to the JSON property message

Returns:

  • (String)


8194
8195
8196
# File 'lib/google/apis/integrations_v1/classes.rb', line 8194

def message
  @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