GoogleApi.DeveloperConnect.V1.Model.LinkableGitRepository (google_api_developer_connect v0.6.0)
View SourceLinkableGitRepository represents a git repository that can be linked to a connection.
Attributes
-
cloneUri(type:String.t, default:nil) - The clone uri of the repository.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeveloperConnect.V1.Model.LinkableGitRepository{ cloneUri: String.t() | nil }