Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
OnDemandResourcesTags Contents
initialInstallprefetchOrdertags(initialInstall:prefetchOrder:)public struct OnDemandResourcesTags: Codable, Equatable, SendableOn-demand resources tags associated with Initial Install and Prefetched Order categories
initialInstall public let initialInstall: [String]?Initial install tags associated with on demand resources
prefetchOrder public let prefetchOrder: [String]?Prefetched tag order associated with on demand resources
tags(initialInstall:prefetchOrder:) public static func tags(initialInstall: [String]?, prefetchOrder: [String]?) -> SelfReturns OnDemandResourcesTags.
| Name | Description |
|---|---|
| initialInstall | An array of strings that lists the tags assosiated with the Initial install tags category. |
| prefetchOrder | An array of strings that lists the tags associated with the Prefetch tag order category. |