签名:
export interface ServiceAccount
属性
属性 | 类型 | 说明 |
---|---|---|
clientEmail | 字符串 | |
privateKey | 字符串 | |
projectId | 字符串 |
ServiceAccount.clientEmail
签名:
clientEmail?: string;
ServiceAccount.privateKey
签名:
privateKey?: string;
ServiceAccount.projectId
签名:
projectId?: string;