attributeCount property

  1. @TagNumber(9)
int attributeCount

Output only. The number of child attributes present for this attribute.

Implementation

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

Implementation

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