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-11-25 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-11-25 UTC."],[[["A Recommendation Subscription resource allows you to subscribe to specific types of recommendations to receive them on an ongoing basis."],["It is identified by a resource name in the format `customers/{customer_id}/recommendationSubscriptions/{recommendation_type}` and includes information like creation and modification timestamps."],["The resource tracks the subscription type, status (enabled/paused), and provides timestamps for creation and last modification in the customer's time zone."]]],[]]