Google Apps Script API
    Preparing search index...
    interface OwnershipCollection {
        get(assetId: string): RightsOwnership;
        get(assetId: string, optionalArgs: object): RightsOwnership;
        patch(resource: RightsOwnership, assetId: string): RightsOwnership;
        patch(
            resource: RightsOwnership,
            assetId: string,
            optionalArgs: object,
        ): RightsOwnership;
        update(resource: RightsOwnership, assetId: string): RightsOwnership;
        update(
            resource: RightsOwnership,
            assetId: string,
            optionalArgs: object,
        ): RightsOwnership;
    }
    Index

    Methods