Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse

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

Response for LinkAppsScriptProject rpc call.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse.



8965
8966
8967
# File 'lib/google/apis/integrations_v1/classes.rb', line 8965

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

Instance Attribute Details

#script_idString

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

Returns:

  • (String)


8963
8964
8965
# File 'lib/google/apis/integrations_v1/classes.rb', line 8963

def script_id
  @script_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8970
8971
8972
# File 'lib/google/apis/integrations_v1/classes.rb', line 8970

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