BaseResponse
ZEPETO.Product.BaseResponse
Base class for response classes.
Hierarchy
↳
BaseResponse
Constructors
constructor
• new BaseResponse()
Overrides
System.Object.constructor
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request. Set to true upon successful completion.
message
• message: string
Describes the result of the request.