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