UserDataOperation

  • The UploadUserDataRequest operation specifies how to modify user data.

  • The operation field is a union field, meaning only one of its subfields can be used at a time.

  • The create operation appends a list of user data to a user list.

  • The remove operation removes a list of user data from a user list.

Operation to be made for the UploadUserDataRequest.

Proto definition

Fields

operation

Union field. 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.