clientKeySet property

  1. @TagNumber.new(2)
bool get clientKeySet

Output only. Indicates whether the client_key field is set.

Implementation

@$pb.TagNumber(2)
$core.bool get clientKeySet => $_getBF(0);
  1. @TagNumber.new(2)
set clientKeySet (bool v)

Implementation

@$pb.TagNumber(2)
set clientKeySet($core.bool v) { $_setBool(0, v); }