Class Notification
Inheritance
System.Object
Notification
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Notification : IDirectResponseSchema
Properties
Body
Declaration
[JsonProperty("body")]
public virtual string Body { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CrmExperimentIds
The list of crm experiment ids.
Declaration
[JsonProperty("crmExperimentIds")]
public virtual IList<long?> CrmExperimentIds { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.IList<System.Nullable<System.Int64>> |
|
DocId
Declaration
[JsonProperty("doc_id")]
public virtual string DocId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DocType
Declaration
[JsonProperty("doc_type")]
public virtual string DocType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DontShowNotification
Declaration
[JsonProperty("dont_show_notification")]
public virtual bool? DontShowNotification { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IconUrl
Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsDocumentMature
Declaration
[JsonProperty("is_document_mature")]
public virtual bool? IsDocumentMature { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type |
Description |
| System.String |
|
NotificationGroup
Declaration
[JsonProperty("notificationGroup")]
public virtual string NotificationGroup { get; set; }
Property Value
| Type |
Description |
| System.String |
|
NotificationType
Declaration
[JsonProperty("notification_type")]
public virtual string NotificationType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PcampaignId
Declaration
[JsonProperty("pcampaign_id")]
public virtual string PcampaignId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Reason
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ShowNotificationSettingsAction
Declaration
[JsonProperty("show_notification_settings_action")]
public virtual bool? ShowNotificationSettingsAction { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
TargetUrl
Declaration
[JsonProperty("targetUrl")]
public virtual string TargetUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TimeToExpireMs
Declaration
[JsonProperty("timeToExpireMs")]
public virtual long? TimeToExpireMs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements