Show / Hide Table of Contents

Class GooglePrivacyDlpV2InspectResult

All the findings for a single scanned item.

Inheritance
object
GooglePrivacyDlpV2InspectResult
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.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InspectResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Findings

List of findings for an item.

Declaration
[JsonProperty("findings")]
public virtual IList<GooglePrivacyDlpV2Finding> Findings { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2Finding>

FindingsTruncated

If true, then this item might have more findings than were returned, and the findings returned are an arbitrary subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call. For best results, divide the input into smaller batches.

Declaration
[JsonProperty("findingsTruncated")]
public virtual bool? FindingsTruncated { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX