class TencentCloud::Anicloud::V20220923::CheckAppidExistResponse
CheckAppidExist返回参数结构体
def deserialize(params)
def deserialize(params) @Exist = params['Exist'] @HasError = params['HasError'] @Msg = params['Msg'] @RequestId = params['RequestId'] end
def initialize(exist=nil, haserror=nil, msg=nil, requestid=nil)
def initialize(exist=nil, haserror=nil, msg=nil, requestid=nil) @Exist = exist @HasError = haserror @Msg = msg @RequestId = requestid end