BaseResponse
ZEPETO.Module.BaseResponse
Base class for response classes.
Hierarchy
↳
BaseResponse
Constructors
constructor
• new BaseResponse()
Inherited from
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.