Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse

Inherits:
Object
  • Object
show all
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 CreateAppsScriptProject rpc call.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse.



5847
5848
5849
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5847

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

Instance Attribute Details

#project_idString

The created AppsScriptProject ID. Corresponds to the JSON property projectId

Returns:

  • (String)


5845
5846
5847
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5845

def project_id
  @project_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5852
5853
5854
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5852

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