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