RecommendationSubscription
Stay organized with collections
Save and categorize content based on your preferences.
Recommendation Subscription resource
Fields |
resource_name
|
string
Immutable. The resource name of the recommendation subscription. customers/{customer_id}/recommendationSubscriptions/{recommendation_type}
|
type
|
RecommendationType
Required. Immutable. The type of recommendation subscribed to.
|
create_date_time
|
string
Output only. Time in seconds when the subscription was first created. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
|
modify_date_time
|
string
Output only. Contains the time in microseconds, when the Recommendation Subscription was last updated. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
|
status
|
RecommendationSubscriptionStatus
Required. Status of the subscription, either enabled or paused.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["Recommendation Subscription resource allows you to subscribe to specific recommendation types."],["It includes fields such as resource name, type, creation and modification timestamps, and subscription status."],["The resource name is immutable and follows a specific format: `customers/{customer_id}/recommendationSubscriptions/{recommendation_type}`."],["The subscription status can be either enabled or paused, allowing you to control the delivery of recommendations."],["Creation and modification timestamps are provided in the customer's time zone and follow specific formats."]]],[]]