Class ListLikedAssetsResponse
A response message from a request to list.
Implements
Inherited Members
Namespace: Google.Apis.PolyService.v1.Data
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class ListLikedAssetsResponse : IDirectResponseSchema
Properties
Assets
A list of assets that match the criteria specified in the request.
Declaration
[JsonProperty("assets")]
public virtual IList<Asset> Assets { get; set; }
Property Value
Type | Description |
---|---|
IList<Asset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The continuation token for retrieving the next page. If empty, indicates that there are no more pages. To get the next page, submit the same request specifying this value as the page_token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalSize
The total number of assets in the list, without pagination.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |