Show / Hide Table of Contents

Class GooglePrivacyDlpV2ConversationLocation

Location within a conversation.

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

Properties

AllMessages

If set, indicates that the finding applies to all messages in the conversation.

Declaration
[JsonProperty("allMessages")]
public virtual GooglePrivacyDlpV2AllMessages AllMessages { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AllMessages

ETag

The ETag of the item.

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

MessageIndex

Matches an index of a message in the conversation provided in the request.

Declaration
[JsonProperty("messageIndex")]
public virtual int? MessageIndex { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX