class TencentCloud::Gse::V20191112::AssetCredentials
上传Asset的临时证书
def deserialize(params)
def deserialize(params) @TmpSecretId = params['TmpSecretId'] @TmpSecretKey = params['TmpSecretKey'] @Token = params['Token'] end
def initialize(tmpsecretid=nil, tmpsecretkey=nil, token=nil)
def initialize(tmpsecretid=nil, tmpsecretkey=nil, token=nil) @TmpSecretId = tmpsecretid @TmpSecretKey = tmpsecretkey @Token = token end