PlatformAvailability
No description
type PlatformAvailability {
name: String!
max: String
min: String
}
Fields
PlatformAvailability.name ● String! non-null scalar
The name of the offer OS target resource.
Example: "iOS"
PlatformAvailability.max ● String scalar
The maximum version allowed for the offer OS target.
Example: "14.0"
PlatformAvailability.min ● String scalar
The minimum version allowed for the offer OS target.
Example: "10.0"
Member Of
Offer object