# Functions
Deserialize deserializes the raw message into an array of property definitions.
DeserializeType deserializes the raw property of the specified field label into the provided extract variable.
ExtractByName extracts the property with the specified field name from the given properties.
ExtractCIs extracts all properties of kind CI from the given properties.
ExtractNestedType extracts a nested property from the root field label of the given properties, and then extracts the specified field label from the nested properties and deserializes it into the provided extract variable.
ExtractProperty extracts property with given propertyName.
ExtractType extracts a property of the specified field label from the given properties and deserializes it into the provided extract variable.