GoogleCloudApigeeV1APIProductAssociation.fromJson constructor

GoogleCloudApigeeV1APIProductAssociation.fromJson(
  1. Map json_
)

Implementation

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