toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cloudProducts != null) 'cloudProducts': cloudProducts!,
      if (locations != null) 'locations': locations!,
      if (name != null) 'name': name!,
      if (projectCount != null) 'projectCount': projectCount!,
      if (resourceCount != null) 'resourceCount': resourceCount!,
      if (resourceTypes != null) 'resourceTypes': resourceTypes!,
    };