collectionId property
The collection ID. When set, selects only collections with this ID.
Implementation
@$pb.TagNumber(2)
$core.String get collectionId => $_getSZ(0);
Implementation
@$pb.TagNumber(2)
set collectionId($core.String v) {
$_setString(0, v);
}