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