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.



501
502
503
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 501

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)


499
500
501
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 499

def clone_uri
  @clone_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



506
507
508
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 506

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