Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PropertyGroupCondition ¶
type PropertyGroupCondition struct { Condition map[string]interface{} `json:"condition"` Data map[string]interface{} `json:"data"` }
PropertyGroupCondition used to reflect the property group json
type PropertyGroupObjectAtt ¶
type PropertyGroupObjectAtt struct { Condition struct { OwnerID string `json:"bk_supplier_account"` ObjectID string `json:"bk_obj_id"` PropertyID string `json:"bk_property_id"` } `json:"condition"` Data struct { PropertyGroupID string `json:"bk_property_group"` PropertyIndex int `json:"bk_property_index"` } `json:"data"` }
PropertyGroupObjectAtt uset to update or delete the property group object attribute
Click to show internal directories.
Click to hide internal directories.