contact property

  1. @TagNumber.new(4)
Contact get contact

Contact information for the user. ZITADEL will use this in case of internal notifications.

Implementation

@$pb.TagNumber(4)
$1.Contact get contact => $_getN(3);
  1. @TagNumber.new(4)
set contact (Contact value)

Implementation

@$pb.TagNumber(4)
set contact($1.Contact value) => $_setField(4, value);