clientStreamMessageUuid property
Stores the client stream message UUID
Implementation
@$pb.TagNumber(10)
$core.String get clientStreamMessageUuid => $_getSZ(2);
Implementation
@$pb.TagNumber(10)
set clientStreamMessageUuid($core.String value) => $_setString(2, value);