GoogleApi.CloudBuild.V1.Model.GitLabRepository (google_api_cloud_build v0.54.0)
View SourceProto Representing a GitLabRepository
Attributes
-
browseUri(type:String.t, default:nil) - Link to the browse repo page on the GitLab instance -
description(type:String.t, default:nil) - Description of the repository -
displayName(type:String.t, default:nil) - Display name of the repository -
name(type:String.t, default:nil) - The resource name of the repository -
repositoryId(type:GoogleApi.CloudBuild.V1.Model.GitLabRepositoryId.t, default:nil) - Identifier for a repository
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V1.Model.GitLabRepository{ browseUri: String.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, repositoryId: GoogleApi.CloudBuild.V1.Model.GitLabRepositoryId.t() | nil }