Class NewsletterConfig
Configuration for newsletter signup calls-to-action (CTAs).
Implements
Inherited Members
Namespace: Google.Apis.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class NewsletterConfig : IDirectResponseSchema
Properties
CustomConsentText
Optional. Custom consent or disclosure text shown to the user.
Declaration
[JsonProperty("customConsentText")]
public virtual string CustomConsentText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomMessage
Optional. A custom message displayed to the user in the signup prompt.
Declaration
[JsonProperty("customMessage")]
public virtual string CustomMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NameRequired
Optional. Whether the user is required to provide their name to sign up.
Declaration
[JsonProperty("nameRequired")]
public virtual bool? NameRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Title
Required. The title of the newsletter signup prompt.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |