rbx_asset: fix missing field

This commit is contained in:
2025-04-03 13:22:35 -07:00
parent edb5ea7648
commit 9b1166a2ab

View File

@@ -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{