Show / Hide Table of Contents

Class GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext

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

Inheritance
object
GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX