rbx_asset: fix missing field on GetAssetV2Location
This commit is contained in:
parent
edb5ea7648
commit
39fa74d44a
@ -122,6 +122,7 @@ pub struct GetAssetV2AssetMetadata{
|
|||||||
pub struct GetAssetV2Location{
|
pub struct GetAssetV2Location{
|
||||||
pub assetFormat:String,// "source"
|
pub assetFormat:String,// "source"
|
||||||
location:String,// this value is private so users cannot mutate it
|
location:String,// this value is private so users cannot mutate it
|
||||||
|
#[serde(default)]
|
||||||
pub assetMetadatas:Vec<GetAssetV2AssetMetadata>,
|
pub assetMetadatas:Vec<GetAssetV2AssetMetadata>,
|
||||||
}
|
}
|
||||||
impl GetAssetV2Location{
|
impl GetAssetV2Location{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user