creationDate property

  1. @TagNumber.new(1)
Timestamp get creationDate

The timestamp of the organization was created.

Implementation

@$pb.TagNumber(1)
$2.Timestamp get creationDate => $_getN(0);
  1. @TagNumber.new(1)
set creationDate (Timestamp value)

Implementation

@$pb.TagNumber(1)
set creationDate($2.Timestamp value) => $_setField(1, value);