Google Apps Script API
    Preparing search index...
    interface ContentOwner {
        conflictNotificationEmail?: string;
        displayName?: string;
        disputeNotificationEmails?: string[];
        fingerprintReportNotificationEmails?: string[];
        id?: string;
        kind?: string;
        primaryNotificationEmails?: string[];
    }
    Index

    Properties

    conflictNotificationEmail?: string
    displayName?: string
    disputeNotificationEmails?: string[]
    fingerprintReportNotificationEmails?: string[]
    id?: string
    kind?: string
    primaryNotificationEmails?: string[]