StaticFile
public struct StaticFile : Codable, Equatable
Struct representing Static File related values.
-
Label of static file.
Declaration
Swift
public let label: String
-
Name of static file.
Declaration
Swift
public let name: String
-
Description of static file.
Declaration
Swift
public let description: String
-
URL/path ot static file.
Declaration
Swift
public let filePath: String
-
Undocumented
Declaration
Swift
public init(label: String, name: String, description: String, filePath: String)
-
Declaration
Swift
public init(from decoder: Decoder) throws