Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriorityOption ¶
type ResponseCreateLink ¶
type ResponseCreateLink struct {
response.ResponseWork
Link Link `json:"link"`
}
type ResponseGetLink ¶
type ResponseGetLink struct {
response.ResponseWork
Link *Link `json:"link"`
Range *Range `json:"range"`
PriorityOption *PriorityOption `json:"priority_option"`
}
type ResponseListLink ¶
type ResponseListLink struct {
response.ResponseWork
LinkIdList []string `json:"link_id_list"`
NextCursor string `json:"next_cursor"`
}
Click to show internal directories.
Click to hide internal directories.