Class: Jamf::OAPISchemas::AssignRemoveProfileResponseSyncState
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::AssignRemoveProfileResponseSyncState
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb
Overview
OAPI Object Model and Enums for: AssignRemoveProfileResponseSyncState
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::DeviceEnrollmentDevice
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 id # @return [Integer] id: { class: :j_id, identifier: :primary }, # @!attribute serialNumber # @return [String] serialNumber: { class: :string }, # @!attribute profileUUID # @return [String] profileUUID: { class: :string }, # @!attribute syncStatus # @return [String] syncStatus: { class: :string }, # @!attribute failureCount # @return [Integer] failureCount: { class: :integer }, # @!attribute timestamp # @return [Integer] timestamp: { class: :integer } }
Instance Attribute Summary collapse
- #failureCount ⇒ Integer
- #id ⇒ Integer
- #profileUUID ⇒ String
- #serialNumber ⇒ String
- #syncStatus ⇒ String
- #timestamp ⇒ Integer
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#failureCount ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb', line 95
|
#id ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb', line 70
|
#profileUUID ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb', line 83
|
#serialNumber ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb', line 77
|
#syncStatus ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb', line 89
|
#timestamp ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb', line 101
|