Class GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext
A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext : IDirectResponseSchema
Properties
AliasContext
An alias, which may be a branch or tag.
Declaration
[JsonProperty("aliasContext")]
public virtual GoogleDevtoolsContaineranalysisV1alpha1AliasContext AliasContext { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsContaineranalysisV1alpha1AliasContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RepoId
The ID of the repo.
Declaration
[JsonProperty("repoId")]
public virtual GoogleDevtoolsContaineranalysisV1alpha1RepoId RepoId { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsContaineranalysisV1alpha1RepoId |
RevisionId
A revision ID.
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |