GoogleCloudApigeeV1UpdateError.fromJson constructor

GoogleCloudApigeeV1UpdateError.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1UpdateError.fromJson(core.Map json_)
    : this(
        code: json_['code'] as core.String?,
        message: json_['message'] as core.String?,
        resource: json_['resource'] as core.String?,
        type: json_['type'] as core.String?,
      );