type property

String? type
getter/setter pair

Type of the job.

Immutable. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "STORE_SALES_UPLOAD_FIRST_PARTY" : Store Sales Direct data for self service.
  • "STORE_SALES_UPLOAD_THIRD_PARTY" : Store Sales Direct data for third party.
  • "CUSTOMER_MATCH_USER_LIST" : Customer Match user list data.
  • "CUSTOMER_MATCH_WITH_ATTRIBUTES" : Customer Match with attribute data.

Implementation

core.String? type;