createdAt property

  1. @JsonKey.new(name: 'created_at')
String createdAt
final

The ISO 8601 timestamp when this scheduled message was created

Implementation

@JsonKey(name: 'created_at')
final String createdAt;