FunctionCode 类
命名空间和模块:tencent.cloud.serverless.functions.client
简要
class FunctionCode构造
def __init__(self)示例
from tencent.cloud.serverless import functions
# The method will return itself.
functions.FunctionCode().use_object_storage_bucket(
region_id = 'ap-shanghai-1',
bucket_name = 'scf-code',
object_name = 'source.zip'
)适用于
Tencent Cloud SDK for Python
最后更新于
这有帮助吗?