class TencentCloud::Ess::V20201111::DescribeUserAutoSignStatusResponse
DescribeUserAutoSignStatus返回参数结构体
def deserialize(params)
def deserialize(params) @IsOpen = params['IsOpen'] @LicenseFrom = params['LicenseFrom'] @LicenseTo = params['LicenseTo'] @LicenseType = params['LicenseType'] @SealId = params['SealId'] @RequestId = params['RequestId'] end
def initialize(isopen=nil, licensefrom=nil, licenseto=nil, licensetype=nil, sealid=nil, requestid=nil)
def initialize(isopen=nil, licensefrom=nil, licenseto=nil, licensetype=nil, sealid=nil, requestid=nil) @IsOpen = isopen @LicenseFrom = licensefrom @LicenseTo = licenseto @LicenseType = licensetype @SealId = sealid @RequestId = requestid end