toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (accessLevels != null) 'accessLevels': accessLevels!,
if (dryRunAccessLevels != null)
'dryRunAccessLevels': dryRunAccessLevels!,
if (groupKey != null) 'groupKey': groupKey!,
if (name != null) 'name': name!,
if (restrictedClientApplications != null)
'restrictedClientApplications': restrictedClientApplications!,
};