product_CategoryDimList_response

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataItem

type DataItem struct {
	// 类目ID
	Id int64 `json:"id"`
	// 类目名
	Name string `json:"name"`
	// 类目层级
	Level int32 `json:"level"`
	// 上级ID,一级类目上级ID为0
	ParentId int64 `json:"parent_id"`
	// 是否叶子类目
	IsLeaf int32 `json:"is_leaf"`
	// 行业名
	VerticalCategoryNew string `json:"vertical_category_new"`
	// 行业英文名
	VerticalCategoryCodeNew string `json:"vertical_category_code_new"`
}

type ProductCategoryDimListData

type ProductCategoryDimListData struct {
	// 返回结果
	Data []DataItem `json:"data"`
}

type ProductCategoryDimListResponse

type ProductCategoryDimListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductCategoryDimListData `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL