PropertyGroupUpdate
open class PropertyGroupUpdate : CustomStringConvertible
The PropertyGroupUpdate struct
-
A unique identifier for a property template.
Declaration
Swift
public let templateId: String
-
Property fields to update. If the property field already exists, it is updated. If the property field doesn’t exist, the property group is added.
Declaration
Swift
public let addOrUpdateFields: Array<FileProperties.PropertyField>?
-
Property fields to remove (by name), provided they exist.
Declaration
Swift
public let removeFields: Array<String>?
-
Declaration
Swift
open var description: String { get }