Class GooglePrivacyDlpV2Conversation
Complete conversation or slice of a conversation. It is assumed that all included messages are contiguous and ordered in chronological order.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Conversation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Messages
Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.
Declaration
[JsonProperty("messages")]
public virtual IList<GooglePrivacyDlpV2ConversationMessage> Messages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GooglePrivacyDlpV2ConversationMessage> |