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.



727
728
729
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 727

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)


725
726
727
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 725

def clone_uri
  @clone_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



732
733
734
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 732

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