Class: Jamf::OAPISchemas::AndroidDetails

Inherits:
Jamf::OAPIObject show all
Defined in:
lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb

Overview

OAPI Object Model and Enums for: AndroidDetails

Description of this class from the OAPI Schema:

will be populated if the type is android.

This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.50.0-t1693149930

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::MobileDeviceDetails

Sub Objects: Other object models used by this model’s attributes.

- Jamf::OAPISchemas::IdAndName
- Jamf::OAPISchemas::Security

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 osName
  #   @return [String]
  osName: {
    class: :string
  },

  # @!attribute manufacturer
  #   @return [String]
  manufacturer: {
    class: :string
  },

  # @!attribute model
  #   @return [String]
  model: {
    class: :string
  },

  # @!attribute internalCapacityMb
  #   @return [Integer]
  internalCapacityMb: {
    class: :integer
  },

  # @!attribute internalAvailableMb
  #   @return [Integer]
  internalAvailableMb: {
    class: :integer
  },

  # @!attribute internalPercentUsed
  #   @return [Integer]
  internalPercentUsed: {
    class: :integer
  },

  # @!attribute externalCapacityMb
  #   @return [Integer]
  externalCapacityMb: {
    class: :integer
  },

  # @!attribute externalAvailableMb
  #   @return [Integer]
  externalAvailableMb: {
    class: :integer
  },

  # @!attribute externalPercentUsed
  #   @return [Integer]
  externalPercentUsed: {
    class: :integer
  },

  # @!attribute batteryLevel
  #   @return [Integer]
  batteryLevel: {
    class: :integer
  },

  # @!attribute lastBackupTimestamp
  #   @return [Jamf::Timestamp]
  lastBackupTimestamp: {
    class: Jamf::Timestamp,
    format: 'date-time'
  },

  # @!attribute apiVersion
  #   @return [Integer]
  apiVersion: {
    class: :integer
  },

  # @!attribute computer
  #   @return [Jamf::OAPISchemas::IdAndName]
  computer: {
    class: Jamf::OAPISchemas::IdAndName
  },

  # @!attribute security
  #   @return [Jamf::OAPISchemas::Security]
  security: {
    class: Jamf::OAPISchemas::Security
  }

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#apiVersionInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 138

#batteryLevelInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 125

#computerJamf::OAPISchemas::IdAndName



# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 144

#externalAvailableMbInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 113

#externalCapacityMbInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 107

#externalPercentUsedInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 119

#internalAvailableMbInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 95

#internalCapacityMbInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 89

#internalPercentUsedInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 101

#lastBackupTimestampJamf::Timestamp

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 131

#manufacturerString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 77

#modelString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 83

#osNameString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 71

#securityJamf::OAPISchemas::Security



# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 150