Closed
Description
Our XxxInfo
classes have two fields with a similar name
xxxId
: this fields is of typeXxxId
and holds a user-defined identity for the resourceid
: this fields holds a service-generated (opaque) id
We should provide a better naming to easily distinguish the two fields. Possible solutions are:
- renaming
id
togeneratedId
(this is the preferred way so far) - renaming
id
toopaqueId
Note: this issue also applies to other classes (e.g. compute's DiskImageConfiguration
).