We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bd93a commit 8ddfb56Copy full SHA for 8ddfb56
interfaces.go
@@ -48,7 +48,7 @@ type PublicInterfaceIPv4Address struct {
48
49
type PublicInterfaceIPv4Shared struct {
50
Address string `json:"address"`
51
- LinodeID string `json:"linode_id"`
+ LinodeID int `json:"linode_id"`
52
}
53
54
type PublicInterfaceIPv6Range struct {
0 commit comments