@override Object toJson() => { 'kind': ?kind, 'nextPageToken': ?nextPageToken, if (resources.isNotDefault) 'resources': [for (final i in resources) i.toJson()], };