itemId property

  1. @TagNumber(1)
String itemId

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);
  1. @TagNumber(1)
void itemId=(String v)

Implementation

@$pb.TagNumber(1)
set itemId($core.String v) { $_setString(0, v); }