class TencentCloud::Hasim::V20210716::Tag
云兔标签信息
def deserialize(params)
def deserialize(params) @Name = params['Name'] @ID = params['ID'] @Comment = params['Comment'] @CreatedAt = params['CreatedAt'] @UpdatedAt = params['UpdatedAt'] end
def initialize(name=nil, id=nil, comment=nil, createdat=nil, updatedat=nil)
def initialize(name=nil, id=nil, comment=nil, createdat=nil, updatedat=nil) @Name = name @ID = id @Comment = comment @CreatedAt = createdat @UpdatedAt = updatedat end