Class ListPublicationsResponse
Response message for ListPublications.
Implements
Inherited Members
Namespace: Google.Apis.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class ListPublicationsResponse : IDirectResponseSchema
Properties
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 |
Publications
Output only. The list of publications.
Declaration
[JsonProperty("publications")]
public virtual IList<Publication> Publications { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Publication> |