get_id_type(self)
接口功能
获取requestId的类型。
接口格式
def get_id_type(self) -> RequestIdType
接口参数
无
使用样例
from sdk.request_id import RequestId
request_id = RequestId("Id")
id_type = request_id.get_id_type()
返回值
requestId类型。
父主题: RequestId
获取requestId的类型。
def get_id_type(self) -> RequestIdType
无
from sdk.request_id import RequestId
request_id = RequestId("Id")
id_type = request_id.get_id_type()
requestId类型。