jamf_pro_sdk.models.pro.mdm.RenewMdmProfileResponse

pydantic model RenewMdmProfileResponse

This response model flattens the normal API JSON response from a nested udidsNotProcessed.uuids array to just udidsNotProcessed.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

field udidsNotProcessed: List[UUID] | None [Required]