Class: Google::Apis::SourcerepoV1::ListReposResponse
- Inherits:
-
Object
- Object
- Google::Apis::SourcerepoV1::ListReposResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sourcerepo_v1/classes.rb,
generated/google/apis/sourcerepo_v1/representations.rb,
generated/google/apis/sourcerepo_v1/representations.rb
Overview
Response for ListRepos.
Instance Attribute Summary collapse
-
#repos ⇒ Array<Google::Apis::SourcerepoV1::Repo>
The listed repos.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListReposResponse
constructor
A new instance of ListReposResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListReposResponse
Returns a new instance of ListReposResponse
236 237 238 |
# File 'generated/google/apis/sourcerepo_v1/classes.rb', line 236 def initialize(**args) update!(**args) end |
Instance Attribute Details
#repos ⇒ Array<Google::Apis::SourcerepoV1::Repo>
The listed repos.
Corresponds to the JSON property repos
234 235 236 |
# File 'generated/google/apis/sourcerepo_v1/classes.rb', line 234 def repos @repos end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
241 242 243 |
# File 'generated/google/apis/sourcerepo_v1/classes.rb', line 241 def update!(**args) @repos = args[:repos] if args.key?(:repos) end |