ConfigureCustomerLifecycleGoalsRequest

  • The request message for CustomerLifecycleGoalService.configureCustomerLifecycleGoals requires the customer ID, an operation to update customer lifecycle goals, and an optional validate_only flag.

  • The customer_id field is a required string representing the ID of the customer.

  • The operation field is a required CustomerLifecycleGoalOperation specifying the update to perform.

  • The validate_only field is an optional boolean for validating the request without execution.

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.