getCreatedTime method

int? getCreatedTime()

Implementation

int? getCreatedTime() {
  return createdTime;
}