Show / Hide Table of Contents

Class Notification

Inheritance
object
Notification
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.Books.v1.Data
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
string

CrmExperimentIds

The list of crm experiment ids.

Declaration
[JsonProperty("crmExperimentIds")]
public virtual IList<long?> CrmExperimentIds { get; set; }
Property Value
Type Description
IList<long?>

DocId

Declaration
[JsonProperty("doc_id")]
public virtual string DocId { get; set; }
Property Value
Type Description
string

DocType

Declaration
[JsonProperty("doc_type")]
public virtual string DocType { get; set; }
Property Value
Type Description
string

DontShowNotification

Declaration
[JsonProperty("dont_show_notification")]
public virtual bool? DontShowNotification { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IconUrl

Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
Type Description
string

IsDocumentMature

Declaration
[JsonProperty("is_document_mature")]
public virtual bool? IsDocumentMature { get; set; }
Property Value
Type Description
bool?

Kind

Resource type.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

NotificationGroup

Declaration
[JsonProperty("notificationGroup")]
public virtual string NotificationGroup { get; set; }
Property Value
Type Description
string

NotificationType

Declaration
[JsonProperty("notification_type")]
public virtual string NotificationType { get; set; }
Property Value
Type Description
string

PcampaignId

Declaration
[JsonProperty("pcampaign_id")]
public virtual string PcampaignId { get; set; }
Property Value
Type Description
string

Reason

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

ShowNotificationSettingsAction

Declaration
[JsonProperty("show_notification_settings_action")]
public virtual bool? ShowNotificationSettingsAction { get; set; }
Property Value
Type Description
bool?

TargetUrl

Declaration
[JsonProperty("targetUrl")]
public virtual string TargetUrl { get; set; }
Property Value
Type Description
string

TimeToExpireMs

Declaration
[JsonProperty("timeToExpireMs")]
public virtual long? TimeToExpireMs { get; set; }
Property Value
Type Description
long?

Title

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX