dataSourceType property
Source of the upload data.
Optional. Immutable. Possible string values are:
- "DATA_SOURCE_TYPE_UNSPECIFIED" : Not specified.
- "DATA_SOURCE_TYPE_FIRST_PARTY" : The uploaded data is first-party data.
- "DATA_SOURCE_TYPE_THIRD_PARTY_CREDIT_BUREAU" : The uploaded data is from a third-party credit bureau.
- "DATA_SOURCE_TYPE_THIRD_PARTY_VOTER_FILE" : The uploaded data is from a third-party voter file.
- "DATA_SOURCE_TYPE_THIRD_PARTY_PARTNER_DATA" : The uploaded data is third party partner data.
Implementation
core.String? dataSourceType;