Show / Hide Table of Contents

Class GooglePrivacyDlpV2InspectDataSourceDetails

The results of an inspect DataSource job.

Inheritance
object
GooglePrivacyDlpV2InspectDataSourceDetails
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 GooglePrivacyDlpV2InspectDataSourceDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RequestedOptions

The configuration used for this job.

Declaration
[JsonProperty("requestedOptions")]
public virtual GooglePrivacyDlpV2RequestedOptions RequestedOptions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2RequestedOptions

Result

A summary of the outcome of this inspection job.

Declaration
[JsonProperty("result")]
public virtual GooglePrivacyDlpV2Result Result { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Result

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX