location property
Logical or physical location of the discharge service.
Implementation
@$pb.TagNumber(1)
$core.String get location => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set location($core.String value) => $_setString(0, value);
Logical or physical location of the discharge service.
@$pb.TagNumber(1)
$core.String get location => $_getSZ(0);
@$pb.TagNumber(1)
set location($core.String value) => $_setString(0, value);