@@ -105,7 +105,7 @@ func (r *DeviceDeviceService) Get(ctx context.Context, deviceID string, query De
105105 return
106106}
107107
108- // Revokes all WARP registrations associated with the specified device.
108+ // Revokes all registrations associated with the specified device.
109109func (r * DeviceDeviceService ) Revoke (ctx context.Context , deviceID string , body DeviceDeviceRevokeParams , opts ... option.RequestOption ) (res * DeviceDeviceRevokeResponse , err error ) {
110110 var env DeviceDeviceRevokeResponseEnvelope
111111 opts = append (r .Options [:], opts ... )
@@ -149,7 +149,7 @@ type DeviceDeviceListResponse struct {
149149 DeviceType string `json:"device_type,nullable"`
150150 // A string that uniquely identifies the hardware or virtual machine (VM).
151151 HardwareID string `json:"hardware_id,nullable"`
152- // The last user to use the WARP device.
152+ // The last Access user to use the WARP device.
153153 LastSeenUser DeviceDeviceListResponseLastSeenUser `json:"last_seen_user,nullable"`
154154 // The device MAC address.
155155 MacAddress string `json:"mac_address,nullable"`
@@ -202,7 +202,7 @@ func (r deviceDeviceListResponseJSON) RawJSON() string {
202202 return r .raw
203203}
204204
205- // The last user to use the WARP device.
205+ // The last Access user to use the WARP device.
206206type DeviceDeviceListResponseLastSeenUser struct {
207207 // UUID.
208208 ID string `json:"id"`
@@ -256,7 +256,7 @@ type DeviceDeviceGetResponse struct {
256256 DeviceType string `json:"device_type,nullable"`
257257 // A string that uniquely identifies the hardware or virtual machine (VM).
258258 HardwareID string `json:"hardware_id,nullable"`
259- // The last user to use the WARP device.
259+ // The last Access user to use the WARP device.
260260 LastSeenUser DeviceDeviceGetResponseLastSeenUser `json:"last_seen_user,nullable"`
261261 // The device MAC address.
262262 MacAddress string `json:"mac_address,nullable"`
@@ -309,7 +309,7 @@ func (r deviceDeviceGetResponseJSON) RawJSON() string {
309309 return r .raw
310310}
311311
312- // The last user to use the WARP device.
312+ // The last Access user to use the WARP device.
313313type DeviceDeviceGetResponseLastSeenUser struct {
314314 // UUID.
315315 ID string `json:"id"`
0 commit comments