Show / Hide Table of Contents

Class IngestionSource

Indicates where an extracted package originates from.

Inheritance
object
IngestionSource
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX