Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse
- 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
Response for LinkAppsScriptProject rpc call.
Instance Attribute Summary collapse
-
#script_id ⇒ String
The id of the linked Apps Script project.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse.
6966 6967 6968 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6966 def initialize(**args) update!(**args) end |
Instance Attribute Details
#script_id ⇒ String
The id of the linked Apps Script project.
Corresponds to the JSON property scriptId
6964 6965 6966 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6964 def script_id @script_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6971 6972 6973 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6971 def update!(**args) @script_id = args[:script_id] if args.key?(:script_id) end |