Skip to content

Commit

Permalink
add machineType to GetMachine response
Browse files Browse the repository at this point in the history
  • Loading branch information
bk-paperspace committed Oct 18, 2021
1 parent 926a15d commit f8fe1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type Machine struct {
ScriptID string `json:"scriptId"`
DtLastRun string `json:"dtLastRun"`
IsManaged bool `json:"isManaged"`
MachineType string `json:"machineType"`
}

type MachineCreateParams struct {
Expand Down

0 comments on commit f8fe1f1

Please sign in to comment.