singer_sdk.typing.PropertiesList#

class singer_sdk.typing.PropertiesList#

Properties list. A convenience wrapper around the ObjectType class.

append(property: Property) None#

Append a property to the property list.

Parameters:

property – Property to add

items() ItemsView[str, Property]#

Get wrapped properties.

Returns:

List of (name, property) tuples.