privateKeySet property

bool? privateKeySet
getter/setter pair

Whether the private_key field was previously set.

Since we will never return the private_key field, this field is the only way to find out whether it was previously set.

Output only.

Implementation

core.bool? privateKeySet;