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.
1772 1773 1774 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1772 def initialize(**args) update!(**args) end |
Instance Attribute Details
#clone_uri ⇒ String
The clone uri of the repository.
Corresponds to the JSON property cloneUri
1770 1771 1772 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1770 def clone_uri @clone_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1777 1778 1779 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1777 def update!(**args) @clone_uri = args[:clone_uri] if args.key?(:clone_uri) end |