QuartermasterItemEntry
public struct QuartermasterItemEntry : Content
A single item in a batch-create request. Provides the name and optional description for one
QuartermasterItem; category, location, and contact user are shared across the whole batch
and specified in the enclosing QuartermasterCreateData.
-
A short name or title for the item. Required; 2–100 characters.
Declaration
Swift
var itemName: String -
An optional longer description of the item. ≤2048 characters when present.
Declaration
Swift
var itemDescription: String? -
An optional photo of the item. At most one image per item.
Declaration
Swift
var image: ImageUploadData?
View on GitHub