sendDate property
Optional. Proposed send date of the post. If the field is omitted, then the post can be published at any time within 30 days at the sole discretion of the user or administrator who approves it.
Implementation
@JsonKey(name: 'send_date')
int? get sendDate;