vrchatapi 1.20.7

VRChat API Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AgreementRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agreement_code** | [**models::AgreementCode**]AgreementCode.md |  | 
**agreement_fulltext** | **String** | The full text of the agreement (currently `By clicking OK, I certify that I have the necessary rights to upload this content and that it will not infringe on any third-party legal or intellectual property rights.`). | 
**content_id** | **String** | The id of the content being uploaded, such as a WorldID, AvatarID, or PropID. | 
**version** | **i32** | The version of the agreement (currently `1`). | 

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