GoogleCloudApigeeV1ConfigVersion.fromJson constructor

GoogleCloudApigeeV1ConfigVersion.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1ConfigVersion.fromJson(core.Map json_)
    : this(
        majorVersion: json_['majorVersion'] as core.int?,
        minorVersion: json_['minorVersion'] as core.int?,
      );