Class CloudRepoSourceContext
A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class CloudRepoSourceContext : IDirectResponseSchema
Properties
AliasContext
An alias, which may be a branch or tag.
Declaration
[JsonProperty("aliasContext")]
public virtual AliasContext AliasContext { get; set; }
Property Value
Type | Description |
---|---|
AliasContext |
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 RepoId RepoId { get; set; }
Property Value
Type | Description |
---|---|
RepoId |
RevisionId
A revision ID.
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |