InsertRichLinkRequest constructor
InsertRichLinkRequest({
- EndOfSegmentLocation? endOfSegmentLocation,
- Location? location,
- RichLinkProperties? richLinkProperties,
Implementation
InsertRichLinkRequest({
this.endOfSegmentLocation,
this.location,
this.richLinkProperties,
});