Show / Hide Table of Contents

Class CloudRepoSourceContext

A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.

Inheritance
System.Object
CloudRepoSourceContext
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.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
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top