Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest

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

Request for LinkAppsScriptProject rpc call.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest

Returns a new instance of GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest.



7475
7476
7477
# File 'lib/google/apis/integrations_v1/classes.rb', line 7475

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#script_idString

The id of the Apps Script project to be linked. Corresponds to the JSON property scriptId

Returns:

  • (String)


7473
7474
7475
# File 'lib/google/apis/integrations_v1/classes.rb', line 7473

def script_id
  @script_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7480
7481
7482
# File 'lib/google/apis/integrations_v1/classes.rb', line 7480

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