Skip to content

Commit 8ddfb56

Browse files
Correct the type of Linode ID of a shared IPv4 for Linode Interfaces (#805)
1 parent e4bd93a commit 8ddfb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type PublicInterfaceIPv4Address struct {
4848

4949
type PublicInterfaceIPv4Shared struct {
5050
Address string `json:"address"`
51-
LinodeID string `json:"linode_id"`
51+
LinodeID int `json:"linode_id"`
5252
}
5353

5454
type PublicInterfaceIPv6Range struct {

0 commit comments

Comments
 (0)