objectType property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? objectType
getter/setter pair

DEPRECATED (Please use person.metadata.sources.profileMetadata.objectType instead) The type of the person object.

Output only. Possible string values are:

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

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? objectType;