Values.AddonVersionInfoSourceInformation about an add-on version.
type nonrec t = {addonVersion : String_.t option;The version of the add-on.
*)architecture : StringList.t option;The architectures that the version supports.
*)computeTypes : StringList.t option;Indicates the compute type of the add-on version.
*)compatibilities : Compatibilities.t option;An object representing the compatibilities of a version.
*)requiresConfiguration : Boolean.t option;Whether the add-on requires configuration.
*)requiresIamPermissions : Boolean.t option;Indicates if the add-on requires IAM Permissions to operate, such as networking permissions.
*)}