GoogleCloudApigeeV1DeleteCustomReportResponse.fromJson constructor

GoogleCloudApigeeV1DeleteCustomReportResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1DeleteCustomReportResponse.fromJson(core.Map json_)
    : this(
        message: json_.containsKey('message')
            ? json_['message'] as core.String
            : null,
      );