UserDataOperation

  • The UploadUserDataRequest operation is used to manage user data lists.

  • You can either create to append user data to a list or remove to take data away.

  • Both create and remove operations use the UserData field to specify the list of user data.

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.