OBJECT

BountyCampaignKeyDescriptor

A descriptor for a product key.

link GraphQL Schema definition

1type BountyCampaignKeyDescriptor {
2
3# The platform for the key.
4platform: String!
5
6# The region for the key.
7region: String!
8
9}