Class IngestionSource
Indicates where an extracted package originates from.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class IngestionSource : IDirectResponseSchema
Properties
AttachmentUri
The attachment URI that this package was extracted from.
Declaration
[JsonProperty("attachmentUri")]
public virtual string AttachmentUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceUrl
The resource URL of the resource that was scanned to find this package.
Declaration
[JsonProperty("resourceUrl")]
public virtual string ResourceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |