Class GooglePrivacyDlpV2ConversationLocation
Location within a conversation.
Implements
Inherited Members
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? |