resource property
The resource path for the target of the operation.
Implementation
@$pb.TagNumber(3)
$core.String get resource => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set resource($core.String v) {
$_setString(2, v);
}
The resource path for the target of the operation.
@$pb.TagNumber(3)
$core.String get resource => $_getSZ(2);
@$pb.TagNumber(3)
set resource($core.String v) {
$_setString(2, v);
}