Русский (Russian)
Appearance
STRUCT
OnDemandResourcesTags
Contents
initialInstall
prefetchOrder
tags(initialInstall:prefetchOrder:)
public struct OnDemandResourcesTags: Codable, Equatable, Sendable
On-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]?) -> Self
Returns 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. |