Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JamfProOpenAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RRZE FAUmac
JamfProOpenAPI
Commits
0f4a8f79
Verified
Commit
0f4a8f79
authored
1 year ago
by
Gregor Longariva
Browse files
Options
Downloads
Patches
Plain Diff
Accidentally replace Update with string
parent
d267fb85
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OpenAPIClient/Classes/OpenAPIs/Models/ComputerInventoryUpdateRequest.swift
+4
-4
4 additions, 4 deletions
...sses/OpenAPIs/Models/ComputerInventoryUpdateRequest.swift
with
4 additions
and
4 deletions
OpenAPIClient/Classes/OpenAPIs/Models/ComputerInventoryUpdateRequest.swift
+
4
−
4
View file @
0f4a8f79
...
...
@@ -13,14 +13,14 @@ import AnyCodable
public
struct
ComputerInventoryUpdateRequest
:
Codable
,
JSONEncodable
,
Hashable
{
public
var
udid
:
String
?
public
var
general
:
ComputerGeneralUp
String
?
public
var
general
:
ComputerGeneralUp
date
?
public
var
purchasing
:
ComputerPurchase
?
public
var
userAndLocation
:
ComputerUserAndLocation
?
public
var
hardware
:
ComputerHardwareUp
String
?
public
var
operatingSystem
:
ComputerOperatingSystemUp
String
?
public
var
hardware
:
ComputerHardwareUp
date
?
public
var
operatingSystem
:
ComputerOperatingSystemUp
date
?
public
var
extensionAttributes
:
[
ComputerExtensionAttribute
]?
public
init
(
udid
:
String
?
=
nil
,
general
:
ComputerGeneralUp
String
?
=
nil
,
purchasing
:
ComputerPurchase
?
=
nil
,
userAndLocation
:
ComputerUserAndLocation
?
=
nil
,
hardware
:
ComputerHardwareUp
String
?
=
nil
,
operatingSystem
:
ComputerOperatingSystemUp
String
?
=
nil
,
extensionAttributes
:
[
ComputerExtensionAttribute
]?
=
nil
)
{
public
init
(
udid
:
String
?
=
nil
,
general
:
ComputerGeneralUp
date
?
=
nil
,
purchasing
:
ComputerPurchase
?
=
nil
,
userAndLocation
:
ComputerUserAndLocation
?
=
nil
,
hardware
:
ComputerHardwareUp
date
?
=
nil
,
operatingSystem
:
ComputerOperatingSystemUp
date
?
=
nil
,
extensionAttributes
:
[
ComputerExtensionAttribute
]?
=
nil
)
{
self
.
udid
=
udid
self
.
general
=
general
self
.
purchasing
=
purchasing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment