Class: ProductReviewInput
backend.ProductReviewInput
#
ImplementsTProductReviewInput
#
Table of contents#
Constructors#
Properties#
Constructors#
constructor• new ProductReviewInput()
#
Properties#
approved• Optional
approved: boolean
#
Implementation ofTProductReviewInput.approved
#
Defined insystem/core/backend/src/models/inputs/product-review.input.ts:26
#
description• Optional
description: string
#
Implementation ofTProductReviewInput.description
#
Defined insystem/core/backend/src/models/inputs/product-review.input.ts:14
#
productId• productId: number
#
Implementation ofTProductReviewInput.productId
#
Defined insystem/core/backend/src/models/inputs/product-review.input.ts:8
#
rating• Optional
rating: number
#
Implementation ofTProductReviewInput.rating
#
Defined insystem/core/backend/src/models/inputs/product-review.input.ts:17
#
title• Optional
title: string
#
Implementation ofTProductReviewInput.title
#
Defined insystem/core/backend/src/models/inputs/product-review.input.ts:11
#
userId• Optional
userId: number
#
Implementation ofTProductReviewInput.userId
#
Defined insystem/core/backend/src/models/inputs/product-review.input.ts:23
#
userName• Optional
userName: string
#
Implementation ofTProductReviewInput.userName
#
Defined insystem/core/backend/src/models/inputs/product-review.input.ts:20