toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (managementGroups != null) 'managementGroups': managementGroups!,
  if (resourceGroup != null) 'resourceGroup': resourceGroup!,
  if (subscription != null) 'subscription': subscription!,
  if (tenant != null) 'tenant': tenant!,
};