Class: Jamf::PrestageSyncStatus
- Inherits:
-
JSONObject
- Object
- JSONObject
- Jamf::PrestageSyncStatus
- Extended by:
- Immutable
- Defined in:
- lib/jamf/api/json_objects/prestage_sync_status.rb
Overview
A building defined in the JSS
Constant Summary collapse
- OBJECT_MODEL =
{ # @!attribute syncState [r] # @return [String] syncState: { class: :string }, # @!attribute prestageId [r] # @return [Integer] prestageId: { class: :integer }, # @!attribute timestamp [r] # @return [Jamf::Timestamp] timestamp: { class: Jamf::Timestamp }, }.freeze
Instance Attribute Summary collapse
- #prestageId ⇒ Integer readonly
- #syncState ⇒ String readonly
- #timestamp ⇒ Jamf::Timestamp readonly
Class Method Summary collapse
- .mutable? ⇒ Boolean extended from Immutable
Constructor Details
This class inherits a constructor from Jamf::JSONObject
Instance Attribute Details
#prestageId ⇒ Integer (readonly)
|
# File 'lib/jamf/api/json_objects/prestage_sync_status.rb', line 45
|
#timestamp ⇒ Jamf::Timestamp (readonly)
|
# File 'lib/jamf/api/json_objects/prestage_sync_status.rb', line 51
|