RecommendationSubscription

  • Recommendation Subscriptions are resources used to manage subscriptions to recommendations.

  • Key fields include resource_name, type, create_date_time, modify_date_time, and status.

  • The type and status fields are required for a Recommendation Subscription.

  • create_date_time and modify_date_time are output only fields showing the subscription's creation and last update times.

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.