goalId property

  1. @ImcField('Goal Id', 'goal_id', ImcType.typePlaintext)
String goalId

The id of the goal, if applicable (OP == POST_GOAL || OP == RECALL_GOAL)

Implementation

@ImcField('Goal Id', 'goal_id', ImcType.typePlaintext)
String get goalId;