Class: Google::Apis::DeveloperconnectV1::LinkableGitRepository

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LinkableGitRepository

Returns a new instance of LinkableGitRepository.



1764
1765
1766
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1764

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#clone_uriString

The clone uri of the repository. Corresponds to the JSON property cloneUri

Returns:

  • (String)


1762
1763
1764
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1762

def clone_uri
  @clone_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1769
1770
1771
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1769

def update!(**args)
  @clone_uri = args[:clone_uri] if args.key?(:clone_uri)
end