collectionId property

  1. @TagNumber(2)
String get collectionId

The collection ID. When set, selects only collections with this ID.

Implementation

@$pb.TagNumber(2)
$core.String get collectionId => $_getSZ(0);
  1. @TagNumber(2)
set collectionId (String v)

Implementation

@$pb.TagNumber(2)
set collectionId($core.String v) {
  $_setString(0, v);
}