Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest
- 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
-
#script_id ⇒ String
The id of the Apps Script project to be linked.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest.
8946 8947 8948 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8946 def initialize(**args) update!(**args) end |
Instance Attribute Details
#script_id ⇒ String
The id of the Apps Script project to be linked.
Corresponds to the JSON property scriptId
8944 8945 8946 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8944 def script_id @script_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8951 8952 8953 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8951 def update!(**args) @script_id = args[:script_id] if args.key?(:script_id) end |