Class: Jamf::OAPISchemas::MobileDeviceServiceSubscriptions

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

Overview

OAPI Object Model and Enums for: MobileDeviceServiceSubscriptions

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

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

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

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

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

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

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

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

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

  # @!attribute dataPreferred
  #   @return [Boolean]
  dataPreferred: {
    class: :boolean
  },

  # @!attribute roaming
  #   @return [Boolean]
  roaming: {
    class: :boolean
  },

  # @!attribute voicePreferred
  #   @return [Boolean]
  voicePreferred: {
    class: :boolean
  },

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

  # The unique identifier for this subscription.
  # @!attribute labelId
  #   @return [String]
  labelId: {
    class: :string
  },

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

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

  # The description of the slot that contains the SIM representing this subscription.
  # @!attribute slot
  #   @return [String]
  slot: {
    class: :string
  }

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#carrierSettingsVersionString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 69

#currentCarrierNetworkString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 75

#currentMobileCountryCodeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 81

#currentMobileNetworkCodeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 87

#dataPreferredBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 117

#eidString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 99

#iccidString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 105

#imeiString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 111

#labelString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 135

#labelIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 141

#meidString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 148

#phoneNumberString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 154

#roamingBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 123

#slotString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 160

#subscriberCarrierNetworkString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 93

#voicePreferredBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 129