Class: Google::Apis::DeveloperconnectV1::Projects
- Inherits:
-
Object
- Object
- Google::Apis::DeveloperconnectV1::Projects
- 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
-
#project_ids ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Projects
constructor
A new instance of Projects.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Projects
Returns a new instance of Projects.
2399 2400 2401 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2399 def initialize(**args) update!(**args) end |
Instance Attribute Details
#project_ids ⇒ Array<String>
Optional. The project IDs. Format: project
Corresponds to the JSON property projectIds
2397 2398 2399 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2397 def project_ids @project_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2404 2405 2406 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2404 def update!(**args) @project_ids = args[:project_ids] if args.key?(:project_ids) end |