Class: Jamf::OAPISchemas::PatchPolicyLog
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::PatchPolicyLog
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log.rb
Overview
OAPI Object Model and Enums for: PatchPolicyLog
This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.36.1-t1645562643
This class may be used directly, e.g instances of other classes may use instances of this class as one of their own properties/attributes.
It may also be used as a superclass when implementing Jamf Pro API Resources in ruby-jss. The subclasses include appropriate mixins, and should expand on the basic functionality provided here.
Container Objects: Other object models that use this model as the value in one of their attributes.
- Jamf::OAPISchemas::PatchPolicyLogSearchResults
Sub Objects: Other object models used by this model's attributes.
Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.
Constant Summary collapse
- OAPI_PROPERTIES =
{ # @!attribute patchPolicyId # @return [Integer] patchPolicyId: { class: :integer }, # @!attribute deviceId # @return [Integer] deviceId: { class: :integer }, # @!attribute deviceName # @return [String] deviceName: { class: :string }, # @!attribute statusCode # @return [Integer] statusCode: { class: :integer }, # @!attribute statusMessage # @return [String] statusMessage: { class: :string }, # @!attribute statusDate # @return [Jamf::Timestamp] statusDate: { class: Jamf::Timestamp, format: 'date-time' }, # @!attribute attempt # @return [Integer] attempt: { class: :integer }, # @!attribute ignored # @return [Integer] ignored: { class: :integer } }
Instance Attribute Summary collapse
- #attempt ⇒ Integer
- #deviceId ⇒ Integer
- #deviceName ⇒ String
- #ignored ⇒ Integer
- #patchPolicyId ⇒ Integer
- #statusCode ⇒ Integer
- #statusDate ⇒ Jamf::Timestamp
- #statusMessage ⇒ String
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#attempt ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log.rb', line 107
|
#deviceId ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log.rb', line 76
|
#ignored ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log.rb', line 113
|
#patchPolicyId ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log.rb', line 70
|
#statusCode ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log.rb', line 88
|
#statusDate ⇒ Jamf::Timestamp
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log.rb', line 100
|