UserDataOperation

  • The UploadUserDataRequest operation defines how user data is handled.

  • The operation field specifies the action to be performed on the user data.

  • The create operation is used to add user data to a user list.

  • The remove operation is used to delete user data from a user list.

Operation to be made for the UploadUserDataRequest.

Fields
Union field

operation

operation. Operation to be made for the UploadUserDataRequest. operation can be only one of the following:

create

UserData

The list of user data to be appended to the user list.

remove

UserData

The list of user data to be removed from the user list.