class TencentCloud::Cdb::V20170320::TaskAttachInfo
任务列表中的部分任务支持特定的附加信息
def deserialize(params)
def deserialize(params) @AttachKey = params['AttachKey'] @AttachValue = params['AttachValue'] end
def initialize(attachkey=nil, attachvalue=nil)
def initialize(attachkey=nil, attachvalue=nil) @AttachKey = attachkey @AttachValue = attachvalue end