httpConfig property

  1. @TagNumber(9)
HttpConfig httpConfig

The DeviceService (HTTP) configuration for this device registry.

Implementation

@$pb.TagNumber(9)
HttpConfig get httpConfig => $_getN(5);
  1. @TagNumber(9)
void httpConfig=(HttpConfig v)

Implementation

@$pb.TagNumber(9)
set httpConfig(HttpConfig v) { setField(9, v); }