collectionIdentifier property
Identifier of the FFCollection whose collection we're querying. Redundant
with the parameter.collection_identifier field in FFDatabaseRequest.
Implementation
@$pb.TagNumber(1)
FFIdentifier get collectionIdentifier => $_getN(0);
Implementation
@$pb.TagNumber(1)
set collectionIdentifier(FFIdentifier value) => $_setField(1, value);