Map<String, dynamic> toJson() { final instanceId = this.instanceId; return { if (instanceId != null) 'InstanceId': instanceId, }; }