Class Cta
Represents a Call-To-Action (CTA) configuration for a publication.
Implements
Inherited Members
Namespace: Google.Apis.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class Cta : IDirectResponseSchema
Properties
DisplayName
Required. The user-visible display name of the CTA.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Name
Identifier. The resource name of the Cta. Format: organizations/{organization}/publications/{publication}/ctas/{cta}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NewsletterConfig
Optional. Configuration specific to newsletter signup CTAs. Only populated if type is NEWSLETTER_SIGNUP.
Declaration
[JsonProperty("newsletterConfig")]
public virtual NewsletterConfig NewsletterConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| NewsletterConfig |
State
Output only. The current state of this CTA.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. The type of this CTA.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |