singer_sdk.typing.PropertiesList¶ class singer_sdk.typing.PropertiesList[source]¶ Properties list. A convenience wrapper around the ObjectType class. append(property)[source]¶ Append a property to the property list. Parameters: property (Property) – Property to add Return type: None items()[source]¶ Get wrapped properties. Returns: List of (name, property) tuples. Return type: ItemsView[str, Property]