isParent property

bool? isParent
getter/setter pair

Indicates if this profile is the parent profile of the seller.

A parent profile represents all the inventory from the seller, as opposed to child profile that is created to brand a portion of inventory. One seller has only one parent publisher profile, and can have multiple child profiles. See https://support.google.com/admanager/answer/6035806 for details. Can be used to filter the response of the publisherProfiles.list method by setting the filter to "is_parent: true".

Implementation

core.bool? isParent;