Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest

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

Request for CreateAppsScriptProject rpc call.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest

Returns a new instance of GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest.



7177
7178
7179
# File 'lib/google/apis/integrations_v1/classes.rb', line 7177

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

Instance Attribute Details

#apps_script_projectString

The name of the Apps Script project to be created. Corresponds to the JSON property appsScriptProject

Returns:

  • (String)


7169
7170
7171
# File 'lib/google/apis/integrations_v1/classes.rb', line 7169

def apps_script_project
  @apps_script_project
end

#auth_config_idString

The auth config id necessary to fetch the necessary credentials to create the project for external clients Corresponds to the JSON property authConfigId

Returns:

  • (String)


7175
7176
7177
# File 'lib/google/apis/integrations_v1/classes.rb', line 7175

def auth_config_id
  @auth_config_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7182
7183
7184
7185
# File 'lib/google/apis/integrations_v1/classes.rb', line 7182

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