buildpackStack property

  1. @TagNumber.new(9)
String get buildpackStack

Specifies one of the Google provided buildpack stacks.

Implementation

@$pb.TagNumber(9)
$core.String get buildpackStack => $_getSZ(8);
  1. @TagNumber.new(9)
set buildpackStack (String v)

Implementation

@$pb.TagNumber(9)
set buildpackStack($core.String v) {
  $_setString(8, v);
}