ConfigManagementBinauthzVersion.fromJson constructor

ConfigManagementBinauthzVersion.fromJson(
  1. Map json_
)

Implementation

ConfigManagementBinauthzVersion.fromJson(core.Map json_)
  : this(webhookVersion: json_['webhookVersion'] as core.String?);