toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final includeGcpPublicDatasets = this.includeGcpPublicDatasets;
final includeOrgIds = this.includeOrgIds;
final includeProjectIds = this.includeProjectIds;
final includePublicTagTemplates = this.includePublicTagTemplates;
final restrictedLocations = this.restrictedLocations;
final starredOnly = this.starredOnly;
return {
'includeGcpPublicDatasets': ?includeGcpPublicDatasets,
'includeOrgIds': ?includeOrgIds,
'includeProjectIds': ?includeProjectIds,
'includePublicTagTemplates': ?includePublicTagTemplates,
'restrictedLocations': ?restrictedLocations,
'starredOnly': ?starredOnly,
};
}