sourceToken property

  1. @JsonKey(name: 'SourceToken')
SourceToken? sourceToken
final

This field shall be a reference to the source of the data. The type of the source is determined by the attribute Type in the SourceToken structure. If Type is http://www.onvif.org/ver10/schema/Receiver, the token is a ReceiverReference. In this case the device shall receive the data over the network. If Type is http://www.onvif.org/ver10/schema/Profile, the token identifies a media profile, instructing the device to obtain data from a profile that exists on the local device.

Implementation

@JsonKey(name: 'SourceToken')
final SourceToken? sourceToken;