httpConfig property

  1. @TagNumber.new(9)
HttpConfig get httpConfig

The DeviceService (HTTP) configuration for this device registry.

Implementation

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

Implementation

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