httpConfig property
The DeviceService (HTTP) configuration for this device registry.
Implementation
@$pb.TagNumber(9)
HttpConfig get httpConfig => $_getN(5);
Implementation
@$pb.TagNumber(9)
set httpConfig(HttpConfig v) {
setField(9, v);
}
The DeviceService (HTTP) configuration for this device registry.
@$pb.TagNumber(9)
HttpConfig get httpConfig => $_getN(5);
@$pb.TagNumber(9)
set httpConfig(HttpConfig v) {
setField(9, v);
}