GoogleCloudApihubV1PathParam.fromJson constructor
GoogleCloudApihubV1PathParam.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1PathParam.fromJson(core.Map json_)
: this(
dataType: json_['dataType'] as core.String?,
position: json_['position'] as core.int?,
);