PropertyGroupUpdate
public class PropertyGroupUpdate : CustomStringConvertible, JSONRepresentable
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: [FileProperties.PropertyField]? -
Property fields to remove (by name), provided they exist.
Declaration
Swift
public let removeFields: [String]? -
Declaration
Swift
public var description: String { get }
View on GitHub
PropertyGroupUpdate Class Reference