customer property

String? customer
getter/setter pair

Customer that the Policy belongs to.

The value is in the format 'customers/{customerId}'. The customerId must begin with "C" To find your customer ID in Admin Console see https://support.google.com/a/answer/10070793.

Immutable.

Implementation

core.String? customer;