core.Map<core.String, core.dynamic> toJson() { final networkId = this.networkId; final targetResource = this.targetResource; return {'networkId': ?networkId, 'targetResource': ?targetResource}; }