infrastructureSpec property
Required. Infrastructure specification for the Environment.
Implementation
@$pb.TagNumber(100)
Environment_InfrastructureSpec get infrastructureSpec => $_getN(8);
Implementation
@$pb.TagNumber(100)
set infrastructureSpec(Environment_InfrastructureSpec v) {
setField(100, v);
}