caCertificateSet property

  1. @TagNumber(6)
bool get caCertificateSet

Output only. Indicates whether the ca_certificate field is set.

Implementation

@$pb.TagNumber(6)
$core.bool get caCertificateSet => $_getBF(2);
  1. @TagNumber(6)
set caCertificateSet (bool v)

Implementation

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