ConfigureCustomerLifecycleGoalsRequest

  • configureCustomerLifecycleGoals is a request message for the CustomerLifecycleGoalService.

  • The request includes fields for customer_id, an operation to update customer lifecycle goals, and an optional validate_only flag.

  • customer_id and operation are required fields.

Request message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].

Fields

customer_id

string

Required. The ID of the customer performing the upload.

operation

CustomerLifecycleGoalOperation

Required. The operation to perform customer lifecycle goal update.

validate_only

bool

Optional. If true, the request is validated but not executed. Only errors are returned, not results.