Class: Jamf::OAPISchemas::AndroidDetails
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::AndroidDetails
- 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.46.0-t1681398190
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
- #apiVersion ⇒ Integer
- #batteryLevel ⇒ Integer
- #computer ⇒ Jamf::OAPISchemas::IdAndName
- #externalAvailableMb ⇒ Integer
- #externalCapacityMb ⇒ Integer
- #externalPercentUsed ⇒ Integer
- #internalAvailableMb ⇒ Integer
- #internalCapacityMb ⇒ Integer
- #internalPercentUsed ⇒ Integer
- #lastBackupTimestamp ⇒ Jamf::Timestamp
- #manufacturer ⇒ String
- #model ⇒ String
- #osName ⇒ String
- #security ⇒ Jamf::OAPISchemas::Security
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#apiVersion ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 138
|
#batteryLevel ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 125
|
#computer ⇒ Jamf::OAPISchemas::IdAndName
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 144
|
#externalAvailableMb ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 113
|
#externalCapacityMb ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 107
|
#externalPercentUsed ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 119
|
#internalAvailableMb ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 95
|
#internalCapacityMb ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 89
|
#internalPercentUsed ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 101
|
#lastBackupTimestamp ⇒ Jamf::Timestamp
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 131
|
#security ⇒ Jamf::OAPISchemas::Security
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb', line 150
|