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