lineCategory property
The category of the line.
It matches the category
specified in CreateLineRequest, and can be
updated with UpdateLineCategoryRequest.
Possible string values are:
- "LINE_CATEGORY_UNSPECIFIED" : Unspecified line category.
- "STRAIGHT" : Straight connectors, including straight connector 1.
- "BENT" : Bent connectors, including bent connector 2 to 5.
- "CURVED" : Curved connectors, including curved connector 2 to 5.
Implementation
core.String? lineCategory;