ProductResponse
ProductResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 날짜 Example : 2024-01-01T00:00:00 | string (date-time) | |
| created_by required | 생성자 Example : 5cada9f6afa049418c4f18c0c4859202 | string | |
| display_name optional | 상품명 Example : VPC | any of [string, null] | |
| display_name_ko optional | 상품명 Example : VPC | any of [string, null] | |
| kind optional | 상품 종류 Example : PRODUCT | string | |
| modified_at required | 수정 날짜 Example : 2024-01-01T00:00:00 | string (date-time) | |
| modified_by required | 수정자 Example : 5cada9f6afa049418c4f18c0c4859202 | string | |
| product_category_id optional | 상품 카테고리 ID Example : NETWORKING | any of [string, null] | |
| product_category_name optional | 상품 카테고리 이름 Example : Networking | any of [string, null] | |
| product_id optional | 상품 ID Example : VPC | any of [string, null] |