GoogleCloudApihubV1PathParam.fromJson constructor

GoogleCloudApihubV1PathParam.fromJson(
  1. Map json_
)

Implementation

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