toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (assetType != null) 'assetType': assetType!,
  if (effectiveTags != null) 'effectiveTags': effectiveTags!,
  if (folders != null) 'folders': folders!,
  if (fullResourceName != null) 'fullResourceName': fullResourceName!,
  if (organization != null) 'organization': organization!,
  if (parent != null) 'parent': parent!,
  if (project != null) 'project': project!,
};