// Code generated by ogen, DO NOT EDIT.
package gen
// AddPageLabelParams is parameters of addPageLabel operation.
type AddPageLabelParams struct {
PageId string
}
// DeletePageParams is parameters of deletePage operation.
type DeletePageParams struct {
PageId string
}
// GetPageParams is parameters of getPage operation.
type GetPageParams struct {
PageId string
BodyFormat OptString `json:",omitempty,omitzero"`
}
// GetPageCommentsParams is parameters of getPageComments operation.
type GetPageCommentsParams struct {
PageId string
Limit OptInt `json:",omitempty,omitzero"`
Cursor OptString `json:",omitempty,omitzero"`
}
// GetPageLabelsParams is parameters of getPageLabels operation.
type GetPageLabelsParams struct {
PageId string
}
// GetPagesParams is parameters of getPages operation.
type GetPagesParams struct {
SpaceId string
Limit OptInt `json:",omitempty,omitzero"`
Cursor OptString `json:",omitempty,omitzero"`
}
// GetSpaceByIdParams is parameters of getSpaceById operation.
type GetSpaceByIdParams struct {
SpaceId string
}
// GetSpaceByKeyParams is parameters of getSpaceByKey operation.
type GetSpaceByKeyParams struct {
SpaceKey string
}
// ListSpacesParams is parameters of listSpaces operation.
type ListSpacesParams struct {
Limit OptInt `json:",omitempty,omitzero"`
Cursor OptString `json:",omitempty,omitzero"`
}
// SearchContentParams is parameters of searchContent operation.
type SearchContentParams struct {
Cql string
Limit OptInt `json:",omitempty,omitzero"`
Start OptInt `json:",omitempty,omitzero"`
}
// UpdatePageParams is parameters of updatePage operation.
type UpdatePageParams struct {
PageId string
}