初始化RequestId的实例属性:type、id。
def __init__(self, str_id: str)
参数
参数类型
说明
取值要求
str_id
string
request的id。
-
from sdk.request_id import RequestId requestId = RequestId("Id")
无