Class Hash
A hash of file content.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1beta2.Data
Assembly: Google.Apis.ArtifactRegistry.v1beta2.dll
Syntax
public class Hash : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The algorithm used to compute the hash value.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The hash value.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |