infrastructure property

  1. @TagNumber.new(8)
Infrastructure get infrastructure

Output only. The infrastructure used for connections between consumers/producers.

Implementation

@$pb.TagNumber(8)
Infrastructure get infrastructure => $_getN(6);
  1. @TagNumber.new(8)
set infrastructure (Infrastructure v)

Implementation

@$pb.TagNumber(8)
set infrastructure(Infrastructure v) {
  setField(8, v);
}