objectType property

String? objectType
getter/setter pair

The profile object type.

Output only. Possible string values are:

  • "OBJECT_TYPE_UNSPECIFIED" : Unspecified.
  • "PERSON" : Person.
  • "PAGE" : Currents Page.

Implementation

core.String? objectType;