DimensionRestriction
public struct DimensionRestriction : Hashable
Defines a dimension restriction.
-
The maximum allowed dimension.
Declaration
Swift
public var valueInCentimeters: Int32 -
The type of the dimension restriction.
Declaration
Swift
public var type: DimensionRestrictionType -
Creates a new instance.
Declaration
Swift
public init(valueInCentimeters: Int32, type: DimensionRestrictionType)