type property

String? type
getter/setter pair

Type of the parental status. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "PARENT" : Parent.
  • "NOT_A_PARENT" : Not a parent.
  • "UNDETERMINED" : Undetermined parental status.

Implementation

core.String? type;