IBI-aws

Warning

Description

This object describes an early warning.

Properties

Name

Available from version

Availability

Data type

Default valie

Description

id

1.20

Always

String

-

Warning id

message

1.20

Always

LocalizedString

-

Message in different languages

startTime

1.20

Always

Date

-

Warning start time

Example

{ 
	"id": "2014811a-e9ff-45c3-8161-0d6148757e6f",
    "message": {
    	"default": "Warning-1",
        "de": "Vorwarnung-1"
    },
	"startTime": new Date(2017, 5, 20, 11, 0, 0)
}