locationId property
Location ID to create the secret in.
Implementation
@$pb.TagNumber(1)
$core.String get locationId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set locationId($core.String v) { $_setString(0, v); }
Location ID to create the secret in.
@$pb.TagNumber(1)
$core.String get locationId => $_getSZ(0);
@$pb.TagNumber(1)
set locationId($core.String v) { $_setString(0, v); }