// Code generated by ogen, DO NOT EDIT.
package gen
// AppendBlockChildrenParams is parameters of appendBlockChildren operation.
type AppendBlockChildrenParams struct {
BlockID string
}
// DeleteBlockParams is parameters of deleteBlock operation.
type DeleteBlockParams struct {
BlockID string
}
// GetBlockChildrenParams is parameters of getBlockChildren operation.
type GetBlockChildrenParams struct {
BlockID string
PageSize OptInt `json:",omitempty,omitzero"`
StartCursor OptString `json:",omitempty,omitzero"`
}
// GetDatabaseParams is parameters of getDatabase operation.
type GetDatabaseParams struct {
DatabaseID string
}
// GetPageParams is parameters of getPage operation.
type GetPageParams struct {
PageID string
}
// GetUserParams is parameters of getUser operation.
type GetUserParams struct {
UserID string
}
// ListCommentsParams is parameters of listComments operation.
type ListCommentsParams struct {
BlockID string
PageSize OptInt `json:",omitempty,omitzero"`
}
// ListUsersParams is parameters of listUsers operation.
type ListUsersParams struct {
PageSize OptInt `json:",omitempty,omitzero"`
}
// QueryDatabaseParams is parameters of queryDatabase operation.
type QueryDatabaseParams struct {
DatabaseID string
}
// UpdatePageParams is parameters of updatePage operation.
type UpdatePageParams struct {
PageID string
}