audioTopic property
Description of the content. Eg. "Recordings of federal supreme court hearings from 2012".
Implementation
@$pb.TagNumber(10)
$core.String get audioTopic => $_getSZ(7);
Implementation
@$pb.TagNumber(10)
set audioTopic($core.String v) {
$_setString(7, v);
}