parentalStatus property
The parental status of an audience.
Output only. Possible string values are:
- "PARENTAL_STATUS_UNSPECIFIED" : Default value when parental status is not specified in this version. This enum is a place holder for default value and does not represent a real parental status option.
- "PARENTAL_STATUS_PARENT" : The audience is a parent.
- "PARENTAL_STATUS_NOT_A_PARENT" : The audience is not a parent.
- "PARENTAL_STATUS_UNKNOWN" : The parental status of the audience is unknown.
Implementation
core.String? parentalStatus;