toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (description != null) 'description': description!,
      if (gkeClusters != null) 'gkeClusters': gkeClusters!,
      if (id != null) 'id': id!,
      if (kind != null) 'kind': kind!,
      if (labels != null) 'labels': labels!,
      if (networks != null) 'networks': networks!,
      if (responsePolicyName != null)
        'responsePolicyName': responsePolicyName!,
    };