itemId property
- @TagNumber(1)
The id of the item, containing either: namespace:item_name when a namespace exists on the org. org_id:item_name when a namespace does not exist.
Implementation
@$pb.TagNumber(1)
$core.String get itemId => $_getSZ(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set itemId($core.String v) { $_setString(0, v); }