LinkStatus
Defines the status of a link.
enum LinkStatus {
CLOSED
LIVE
LIVE_BETWEEN_DATES
}
Values
LinkStatus.CLOSED
The link is closed.
LinkStatus.LIVE
The link is live.
LinkStatus.LIVE_BETWEEN_DATES
The link is live between the live from and live to dates.
Member Of
Link object