class TencentCloud::Ess::V20201111::CcInfo
抄送信息
def deserialize(params)
def deserialize(params) @Mobile = params['Mobile'] @Name = params['Name'] @CcType = params['CcType'] @CcPermission = params['CcPermission'] end
def initialize(mobile=nil, name=nil, cctype=nil, ccpermission=nil)
def initialize(mobile=nil, name=nil, cctype=nil, ccpermission=nil) @Mobile = mobile @Name = name @CcType = cctype @CcPermission = ccpermission end