Google Apps Script API
    Preparing search index...
    interface ContentOwnersCollection {
        get(contentOwnerId: string): ContentOwner;
        get(contentOwnerId: string, optionalArgs: object): ContentOwner;
        list(): ContentOwnerListResponse;
        list(optionalArgs: object): ContentOwnerListResponse;
    }
    Index

    Methods

    Methods