Mark Response.Monitor as deprecated. (#466)

This commit is contained in:
Andrew Starr-Bochicchio 2021-07-26 09:41:28 -04:00 committed by GitHub
parent b8ecc7df6b
commit dd29fb9971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ type Response struct {
Meta *Meta
// Monitoring URI
// Deprecated: This field is not populated. To poll for the status of a
// newly created Droplet, use Links.Actions[0].HREF
Monitor string
Rate