toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adGroupId = this.adGroupId;
  final interactionType = this.interactionType;
  final previousStepId = this.previousStepId;
  final stepId = this.stepId;
  return {
    'adGroupId': ?adGroupId,
    'interactionType': ?interactionType,
    'previousStepId': ?previousStepId,
    'stepId': ?stepId,
  };
}