Skip to content

Commit 9dcaf5a

Browse files
committed
Rename Label field to VLANLabel to align with API attribute naming
1 parent d3eda89 commit 9dcaf5a

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
@@ -83,7 +83,7 @@ type VPCInterfaceIPv4Range struct {
8383
}
8484

8585
type VLANInterface struct {
86-
Label string `json:"vlan_label"`
86+
VLANLabel string `json:"vlan_label"`
8787
IPAMAddress *string `json:"ipam_address,omitempty"`
8888
}
8989

0 commit comments

Comments
 (0)