infrastructure property

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

Output only. The type of underlying resources used to create the connection.

Implementation

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

Implementation

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