InsertRichLinkRequest constructor

InsertRichLinkRequest({
  1. EndOfSegmentLocation? endOfSegmentLocation,
  2. Location? location,
  3. RichLinkProperties? richLinkProperties,
})

Implementation

InsertRichLinkRequest({
  this.endOfSegmentLocation,
  this.location,
  this.richLinkProperties,
});