jamf_pro_sdk.models.classic.advanced_computer_searches.ClassicAdvancedComputerSearchesItem¶
- pydantic model ClassicAdvancedComputerSearchesItem¶
Represents an advanced computer search record returned by the
list_all_advanced_computer_searches()
operation.- field id: int | None = None¶
- field name: str | None = None¶
- model_post_init(context: Any, /) None ¶
We need to both initialize private attributes and call the user-defined model_post_init method.
- Parameters:
self (BaseModel)
context (Any)
- Return type:
None