Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse
- 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 CreateAppsScriptProject rpc call.
Instance Attribute Summary collapse
-
#project_id ⇒ String
The created AppsScriptProject ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse.
7197 7198 7199 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7197 def initialize(**args) update!(**args) end |
Instance Attribute Details
#project_id ⇒ String
The created AppsScriptProject ID.
Corresponds to the JSON property projectId
7195 7196 7197 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7195 def project_id @project_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7202 7203 7204 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7202 def update!(**args) @project_id = args[:project_id] if args.key?(:project_id) end |