toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (includeGcpPublicDatasets != null)
        'includeGcpPublicDatasets': includeGcpPublicDatasets!,
      if (includeOrgIds != null) 'includeOrgIds': includeOrgIds!,
      if (includeProjectIds != null) 'includeProjectIds': includeProjectIds!,
      if (includePublicTagTemplates != null)
        'includePublicTagTemplates': includePublicTagTemplates!,
      if (restrictedLocations != null)
        'restrictedLocations': restrictedLocations!,
      if (starredOnly != null) 'starredOnly': starredOnly!,
    };