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.

  • The JSON representation of a PrivacyMessage includes these two fields.

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.

Design a Mobile Site
View Site in Mobile | Classic
Share by: