Class: Google::Apis::CloudbuildV1alpha1::BatchCreateRepositoriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1alpha1::BatchCreateRepositoriesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbuild_v1alpha1/classes.rb,
lib/google/apis/cloudbuild_v1alpha1/representations.rb,
lib/google/apis/cloudbuild_v1alpha1/representations.rb
Overview
Message for response of creating repositories in batch.
Instance Attribute Summary collapse
-
#repositories ⇒ Array<Google::Apis::CloudbuildV1alpha1::Repository>
Repository resources created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateRepositoriesResponse
constructor
A new instance of BatchCreateRepositoriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchCreateRepositoriesResponse
Returns a new instance of BatchCreateRepositoriesResponse.
319 320 321 |
# File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 319 def initialize(**args) update!(**args) end |
Instance Attribute Details
#repositories ⇒ Array<Google::Apis::CloudbuildV1alpha1::Repository>
Repository resources created.
Corresponds to the JSON property repositories
317 318 319 |
# File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 317 def repositories @repositories end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
324 325 326 |
# File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 324 def update!(**args) @repositories = args[:repositories] if args.key?(:repositories) end |