ConfigureCustomerLifecycleGoalsRequest

  • The request message for CustomerLifecycleGoalService.configureCustomerLifecycleGoals requires a customer_id, an operation, and optionally allows for validate_only.

  • The customer_id is a required string representing the customer performing the upload.

  • The operation is a required CustomerLifecycleGoalOperation defining the customer lifecycle goal update to perform.

  • The optional validate_only boolean can be set to true to validate the request without executing it.

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.