OBJECT

AdContextDeclineState

The decline state for the context.

link GraphQL Schema definition

1type AdContextDeclineState {
2
3# The reason the ad request was declined if it was declined.
4reason: String
5
6# Whether or not the client will request an ad.
7shouldDecline: Boolean!
8
9}