You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the types related to Trusty v2 API contain pointers since they're declared optional in openapi spec, but it is sometimes impossible to receive a null value.
We should reduce the number of pointers for values that have reasonable default values or can't really be null. Note that this requires checking openapi Spec accurately as well as consulting developers. Also, it might be reasonable to ask for a more detailed openapi spec.
The text was updated successfully, but these errors were encountered:
Most of the types related to Trusty v2 API contain pointers since they're declared optional in openapi spec, but it is sometimes impossible to receive a null value.
We should reduce the number of pointers for values that have reasonable default values or can't really be null. Note that this requires checking openapi Spec accurately as well as consulting developers. Also, it might be reasonable to ask for a more detailed openapi spec.
The text was updated successfully, but these errors were encountered: