Class EmailPreferences
The categories of notifications the user opted into / opted out of. The email preferences do not include mandatory announcements as users can't opt out of them.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class EmailPreferences : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The name of the EmailPreferences. The endpoint is only supported for the authenticated user.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NewsAndTips
Optional. Updates on new features, tips and best practices.
Declaration
[JsonProperty("newsAndTips")]
public virtual string NewsAndTips { get; set; }
Property Value
Type | Description |
---|---|
string |