Class: Jamf::PrestageSyncStatus

Inherits:
JSONObject show all
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

Class Method Summary collapse

Constructor Details

This class inherits a constructor from Jamf::JSONObject

Instance Attribute Details

#prestageIdInteger (readonly)

Returns:

  • (Integer)


# File 'lib/jamf/api/json_objects/prestage_sync_status.rb', line 45

#syncStateString (readonly)

Returns:



# File 'lib/jamf/api/json_objects/prestage_sync_status.rb', line 39

#timestampJamf::Timestamp (readonly)

Returns:



# File 'lib/jamf/api/json_objects/prestage_sync_status.rb', line 51

Class Method Details

.mutable?Boolean Originally defined in module Immutable

Returns:

  • (Boolean)