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.



6572
6573
6574
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6572

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)


6570
6571
6572
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6570

def message
  @message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6577
6578
6579
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6577

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