Interface RawSegmentSuggestionResolutionTransactionObject

interface RawSegmentSuggestionResolutionTransactionObject {
    actionType: TRANSACTION_ACTIONS;
    newValue: SegmentSuggestionResolution;
    objectID: ObjectId;
    objectType: "segmentSuggestion";
    oldValue?: SegmentSuggestionResolution;
}

Properties

objectID: ObjectId
objectType: "segmentSuggestion"