jsonRepresentation method

String jsonRepresentation()

Implementation

String jsonRepresentation() {
  return convertToJsonString({
    'action_id': this.actionId,
    'url': this.url,
    'closing_message': this.closingMessage,
  });
}