ProductResponse
ProductResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created date Example : 2024-01-01T00:00:00 | string (date-time) | |
| created_by required | Created by Example : 5cada9f6afa049418c4f18c0c4859202 | string | |
| display_name optional | Product name Example : VPC | any of [string, null] | |
| display_name_ko optional | Product name Example : VPC | any of [string, null] | |
| kind optional | Product Kind Example : PRODUCT | string | |
| modified_at required | Modified date Example : 2024-01-01T00:00:00 | string (date-time) | |
| modified_by required | Modified by Example : 5cada9f6afa049418c4f18c0c4859202 | string | |
| product_category_id optional | Product Category ID Example : NETWORKING | any of [string, null] | |
| product_category_name optional | Product Category Name Example : Networking | any of [string, null] | |
| product_id optional | Product ID Example : VPC | any of [string, null] |