GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig.fromJson constructor

GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig.fromJson(core.Map json_)
  : this(
      apiObservationsPubsubTopic:
          json_['apiObservationsPubsubTopic'] as core.String?,
      enabled: json_['enabled'] as core.bool?,
      enabledUntil: json_['enabledUntil'] as core.String?,
      rawObservationsPubsubTopic:
          json_['rawObservationsPubsubTopic'] as core.String?,
      samplingRate: (json_['samplingRate'] as core.num?)?.toDouble(),
    );