Class: Google::Apis::DeveloperconnectV1::Projects

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/developerconnect_v1/classes.rb,
lib/google/apis/developerconnect_v1/representations.rb,
lib/google/apis/developerconnect_v1/representations.rb

Overview

Projects represents the projects to track with the InsightsConfig.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Projects

Returns a new instance of Projects.



2391
2392
2393
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2391

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

Instance Attribute Details

#project_idsArray<String>

Optional. The project IDs. Format: project Corresponds to the JSON property projectIds

Returns:

  • (Array<String>)


2389
2390
2391
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2389

def project_ids
  @project_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2396
2397
2398
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2396

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