Add server installation type, ensure customer name is optional.
Этот коммит содержится в:
@@ -6,7 +6,8 @@ package model
|
|||||||
type TrueUpReviewProfile struct {
|
type TrueUpReviewProfile struct {
|
||||||
ServerId string `json:"server_id"`
|
ServerId string `json:"server_id"`
|
||||||
ServerVersion string `json:"server_version"`
|
ServerVersion string `json:"server_version"`
|
||||||
CustomerName string `json:"customer_name"`
|
ServerInstallationType string `json:"server_installation_type"`
|
||||||
|
CustomerName *string `json:"customer_name"` // Might not be availabe?
|
||||||
LicenseId string `json:"licnes_id"`
|
LicenseId string `json:"licnes_id"`
|
||||||
LicnesedSeats int `json:"license_seats"`
|
LicnesedSeats int `json:"license_seats"`
|
||||||
LicensePlan string `json:"license_plan"`
|
LicensePlan string `json:"license_plan"`
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user