Show / Hide Table of Contents

Class NewsletterConfig

Configuration for newsletter signup calls-to-action (CTAs).

Inheritance
object
NewsletterConfig
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX