Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaGenerateTokenResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/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.



6469
6470
6471
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6469

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)


6467
6468
6469
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6467

def message
  @message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6474
6475
6476
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6474

def update!(**args)
  @message = args[:message] if args.key?(:message)
end