ServiceAccount interface

إمضاء:

export interface ServiceAccount 

ملكيات

ملكية يكتب وصف
clientEmail خيط
مفتاح سري خيط
معرف المشروع خيط

ServiceAccount.clientEmail

إمضاء:

clientEmail?: string;

ServiceAccount.privateKey

إمضاء:

privateKey?: string;

ServiceAccount.projectId

إمضاء:

projectId?: string;