Show / Hide Table of Contents

Class GooglePrivacyDlpV2Conversation

Complete conversation or slice of a conversation. It is assumed that all included messages are contiguous and ordered in chronological order.

Inheritance
object
GooglePrivacyDlpV2Conversation
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX