attributeCount property

  1. @TagNumber(9)
int attributeCount

Output only. The number of attributes in the DataTaxonomy.

Implementation

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

Implementation

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