# GoogleBusinessOfferMetaDataInput

GoogleBusinessOfferMetaDataInput

Metadata for a GBP post that is an offer

**Fields:**
- `code`: `String` - Coupon code for the offer
- `endDate`: `DateTime` - End date of the offer. Required on create; optional on edit (omitted preserves existing value).
- `link`: `String` - Link to the offer
- `startDate`: `DateTime` - Start date of the offer. Required on create; optional on edit (omitted preserves existing value).
- `terms`: `String` - Terms and Conditions
- `title`: `String` - Title of the offer. Required on create; optional on edit (omitted preserves existing value).