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.
2391 2392 2393 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2391 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
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 |