rbx_asset: fix missing field

This commit is contained in:
Quaternions 2025-04-03 13:22:35 -07:00
parent edb5ea7648
commit 9b1166a2ab
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -122,6 +122,7 @@ pub struct GetAssetV2AssetMetadata{
pub struct GetAssetV2Location{
pub assetFormat:String,// "source"
location:String,// this value is private so users cannot mutate it
#[serde(default)]
pub assetMetadatas:Vec<GetAssetV2AssetMetadata>,
}
impl GetAssetV2Location{