attachmentType property

String? attachmentType
getter/setter pair

Defines the scope where the conversion value rule set is attached.

Immutable. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CUSTOMER" : Attached to the customer.
  • "CAMPAIGN" : Attached to a campaign.

Implementation

core.String? attachmentType;