Module rvk::objects

source ·
Expand description

Represents various objects that are returned as JSON by the API

Note: type and ref fields

Since type and ref are Rust keywords, an underscore (_) is added at the end of these:

  • type -> type_,
  • ref -> ref_.

Note

Due to the nature of the VK API documentation, it is not always clear if the value is always passed or not, and sometimes the data type is not defined.

If you spot any mistakes or bugs, please report them!

Modules

Type Definitions

The ‘boolean’ type that is used in objects
The ‘integer’ type that is used in objects
The ‘number’ type that is used in objects