label property

String? label
getter/setter pair

The label for the URI.

Visible to end users. Not localized. The maximum length is 512 characters. Examples:

  • for video: meet.google.com/aaa-bbbb-ccc
  • for phone: +1 123 268 2601
  • for sip: [email protected]
  • for more: should not be filled Optional.

Implementation

core.String? label;