serviceAccountEmail property

  1. @TagNumber.new(10)
String get serviceAccountEmail

Identity to run virtual machines as. Defaults to the default account.

Implementation

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

Implementation

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