OverwritePropertyGroupArg
public class OverwritePropertyGroupArg : CustomStringConvertible, JSONRepresentable
The OverwritePropertyGroupArg struct
-
A unique identifier for the file or folder.
Declaration
Swift
public let path: String -
The property groups “snapshot” updates to force apply. No two groups in the input should refer to the same template.
Declaration
Swift
public let propertyGroups: [FileProperties.PropertyGroup] -
Declaration
Swift
public var description: String { get }
View on GitHub
OverwritePropertyGroupArg Class Reference