Class GrafeasV1FileLocation
Indicates the location at which a package was found.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class GrafeasV1FileLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilePath
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |