Skip to content

Remove pointer types where possible #58

Open
@blkt

Description

@blkt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions