Class: Jamf::OAPISchemas::JamfApplicationResponse
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::JamfApplicationResponse
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/jamf_application_response.rb
Overview
OAPI Object Model and Enums for: JamfApplicationResponse
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.
Sub Objects: Other object models used by this model’s attributes.
- Jamf::OAPISchemas::JamfPackageResponse
Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.
- '/v2/jamf-package:GET' needs permissions:
- Jamf Packages Action
Constant Summary collapse
- OAPI_PROPERTIES =
{ # @!attribute displayName # @return [String] displayName: { class: :string }, # @!attribute releaseHistoryUrl # @return [String] releaseHistoryUrl: { class: :string }, # @!attribute artifacts # @return [Array<Jamf::OAPISchemas::JamfPackageResponse>] artifacts: { class: Jamf::OAPISchemas::JamfPackageResponse, multi: true } }
Instance Attribute Summary collapse
- #artifacts ⇒ Array<Jamf::OAPISchemas::JamfPackageResponse>
- #displayName ⇒ String
- #releaseHistoryUrl ⇒ String
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#artifacts ⇒ Array<Jamf::OAPISchemas::JamfPackageResponse>
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/jamf_application_response.rb', line 82
|
#displayName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/jamf_application_response.rb', line 70
|
#releaseHistoryUrl ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/jamf_application_response.rb', line 76
|