vrchatapi 1.19.4

VRChat API Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# DynamicContentRow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**index** | Option<**i32**> |  | [optional]
**name** | **String** |  | 
**platform** | **String** | Usually \"ThisPlatformSupported\", but can also be other values such as \"all\" or platform specific identifiers. | 
**sort_heading** | **String** |  | 
**sort_order** | **String** |  | 
**sort_ownership** | **String** |  | 
**tag** | Option<**String**> | Tag to filter content for this row. | [optional]
**r#type** | Option<**String**> | Type is not present if it is a world. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)