Structure property:
VideoScrollFreq []uint8
The cli tool generates the following code for a structure property with type []uint8:
case "video_scroll_freq":
if in.IsNull() {
in.Skip()
out.VideoScrollFreq = nil
} else {
out.VideoScrollFreq = in.Bytes()
}