Skip to content

Commit 1d3cdbf

Browse files
feat(instance): updated data field and new RPC (scaleway#2723)
Co-authored-by: Jonathan R. <[email protected]>
1 parent a3ac69e commit 1d3cdbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,9 @@ type PrivateNIC struct {
14361436

14371437
// Tags: private NIC tags.
14381438
Tags []string `json:"tags"`
1439+
1440+
// CreationDate: private NIC creation date.
1441+
CreationDate *time.Time `json:"creation_date"`
14391442
}
14401443

14411444
// SecurityGroupSummary: security group summary.

0 commit comments

Comments
 (0)