GoogleCloudApihubV1QueryParam.fromJson constructor
GoogleCloudApihubV1QueryParam.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1QueryParam.fromJson(core.Map json_)
: this(
count: json_['count'] as core.String?,
dataType: json_['dataType'] as core.String?,
name: json_['name'] as core.String?,
);