Class: Google::Apis::DeveloperconnectV1::LinkableGitRepository
- Inherits:
-
Object
- Object
- Google::Apis::DeveloperconnectV1::LinkableGitRepository
- 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
LinkableGitRepository represents a git repository that can be linked to a connection.
Instance Attribute Summary collapse
-
#clone_uri ⇒ String
The clone uri of the repository.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinkableGitRepository
constructor
A new instance of LinkableGitRepository.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LinkableGitRepository
Returns a new instance of LinkableGitRepository.
775 776 777 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 775 def initialize(**args) update!(**args) end |
Instance Attribute Details
#clone_uri ⇒ String
The clone uri of the repository.
Corresponds to the JSON property cloneUri
773 774 775 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 773 def clone_uri @clone_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
780 781 782 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 780 def update!(**args) @clone_uri = args[:clone_uri] if args.key?(:clone_uri) end |