PropagateTags
public enum PropagateTags : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case taskDefinition = "TASK_DEFINITION" -
Undocumented
Declaration
Swift
case service = "SERVICE" -
Undocumented
Declaration
Swift
case none = "NONE" -
Declaration
Swift
public var description: String { get }
View on GitHub
PropagateTags Enumeration Reference