rbx_asset: fix missing field
This commit is contained in:
parent
edb5ea7648
commit
9b1166a2ab
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user