Class GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse
Response message for ListCatalogItems method.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse : IDirectResponseSchema
Properties
CatalogItems
The catalog items.
Declaration
[JsonProperty("catalogItems")]
public virtual IList<GoogleCloudRecommendationengineV1beta1CatalogItem> CatalogItems { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecommendationengineV1beta1CatalogItem> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If empty, the list is complete. If nonempty, the token to pass to the next request's ListCatalogItemRequest.page_token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |