toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (allowNoResourceGroupMatch != null)
        'allowNoResourceGroupMatch': allowNoResourceGroupMatch!,
      if (description != null) 'description': description!,
      if (id != null) 'id': id!,
      if (mode != null) 'mode': mode!,
      if (resourceGroups != null)
        'resourceGroups':
            resourceGroups!.map((value) => value.toJson()).toList(),
    };