GoogleCloudApihubV1ResourceConfig.fromJson constructor

GoogleCloudApihubV1ResourceConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1ResourceConfig.fromJson(core.Map json_)
  : this(
      actionType: json_['actionType'] as core.String?,
      pubsubTopic: json_['pubsubTopic'] as core.String?,
    );