Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct { ID uint64 `json:"id" bson:"id"` OwnerID string `json:"bk_supplier_account" bson:"bk_supplier_account"` ObjectID string `json:"bk_obj_id" bson:"bk_obj_id"` PropertyID string `json:"bk_property_id" bson:"bk_property_id"` PropertyName string `json:"bk_property_name" bson:"bk_property_name"` PropertyGroup string `json:"bk_property_group" bson:"bk_property_group"` PropertyGroupName string `json:"bk_property_group_name" bson:"-"` PropertyIndex int64 `json:"bk_property_index" bson:"bk_property_index"` Unit string `json:"unit" bson:"unit"` Placeholder string `json:"placeholder" bson:"placeholder"` IsEditable bool `json:"editable" bson:"editable"` IsPre bool `json:"ispre" bson:"ispre"` IsRequired bool `json:"isrequired" bson:"isrequired"` IsReadOnly bool `json:"isreadonly" bson:"isreadonly"` IsOnly bool `json:"isonly" bson:"isonly"` IsSystem bool `json:"bk_issystem" bson:"bk_issystem"` IsAPI bool `json:"bk_isapi" bson:"bk_isapi"` PropertyType string `json:"bk_property_type" bson:"bk_property_type"` Option interface{} `json:"option" bson:"option"` Description string `json:"description" bson:"description"` Creator string `json:"creator" bson:"creator"` CreateTime time.Time `json:"create_time" bson:"create_time"` LastTime time.Time `json:"last_time" bson:"last_time"` }
Click to show internal directories.
Click to hide internal directories.