expirationDate property

String? expirationDate
getter/setter pair

Date on which the item should expire, as specified upon insertion, in ISO 8601 format.

The actual expiration date is exposed in productstatuses as googleExpirationDate and might be earlier if expirationDate is too far in the future. Note: It may take 2+ days from the expiration date for the item to actually get deleted.

Implementation

core.String? expirationDate;