GoogleCloudApigeeV1ApiProductRef.fromJson constructor

GoogleCloudApigeeV1ApiProductRef.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1ApiProductRef.fromJson(core.Map json_)
    : this(
        apiproduct: json_['apiproduct'] as core.String?,
        status: json_['status'] as core.String?,
      );