Holiday
Represents the holiday.
creationDatestring<date-time>
The date when the holiday was created.
Example:
2016-09-06T13:37:50+03:00datestring<date>
The date the holiday takes place.
Example:
1987-04-26encodedKeystring
The encoded key of the entity, generated, globally unique
idinteger<int64>
The ID of the holiday.
isAnnuallyRecurringboolean
TRUE if a holiday is annually recurring, FALSE otherwise.
namestring
The name of the holiday.
Holiday
{
"creationDate": "2016-09-06T13:37:50+03:00",
"date": "1987-04-26",
"encodedKey": "string",
"id": 0,
"isAnnuallyRecurring": true,
"name": "string"
}