infrastructureSpec property

  1. @TagNumber(100)
Environment_InfrastructureSpec get infrastructureSpec

Required. Infrastructure specification for the Environment.

Implementation

@$pb.TagNumber(100)
Environment_InfrastructureSpec get infrastructureSpec => $_getN(8);
  1. @TagNumber(100)
set infrastructureSpec (Environment_InfrastructureSpec v)

Implementation

@$pb.TagNumber(100)
set infrastructureSpec(Environment_InfrastructureSpec v) { setField(100, v); }