PrivacyMessage

  • A PrivacyMessage represents privacy-related information or a warning message.

  • It has two fields: type, which is an enum indicating the message type, and details, a string containing the text of the message.

Privacy related information or warning message.

JSON representation
{
  "type": enum (PrivacyMessageType),
  "details": string
}
Fields
type

enum (PrivacyMessageType)

Type of the message.

details

string

Text of the message.