attributeCount property

  1. @TagNumber.new(9)
int get attributeCount

Output only. The number of attributes in the DataTaxonomy.

Implementation

@$pb.TagNumber(9)
$core.int get attributeCount => $_getIZ(7);
  1. @TagNumber.new(9)
set attributeCount (int v)

Implementation

@$pb.TagNumber(9)
set attributeCount($core.int v) { $_setSignedInt32(7, v); }