Class ListCtasResponse
Response message for ListCtas.
Implements
Inherited Members
Namespace: Google.Apis.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class ListCtasResponse : IDirectResponseSchema
Properties
Ctas
Output only. The list of CTAs.
Declaration
[JsonProperty("ctas")]
public virtual IList<Cta> Ctas { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Cta> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Output only. A token to retrieve the next page of results, or empty if there are no more results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |