struct AutomationSourceMetadataextension AutomationSourceMetadata : Equatable, Hashable, SendableInformation about how the automation was created.
-
Source from which the automation was generated.
Declaration
Swift
let automationSource: AutomationSourceMetadata.AutomationSuggestionSource -
ID of the automation source.
Declaration
Swift
let automationSourceID: String -
Undocumented
Declaration
Swift
init(automationSource: AutomationSourceMetadata.AutomationSuggestionSource, automationSourceID: String) -
Source from which the automation was generated.
Declaration
Swift
enum AutomationSuggestionSourceextension AutomationSourceMetadata.AutomationSuggestionSource : Equatable, Hashable, Sendable