rbx_asset: optional field on AssetDetails
This commit is contained in:
parent
4f798e5f07
commit
c99b752738
@ -169,7 +169,7 @@ pub struct Creator{
|
|||||||
#[allow(nonstandard_style,dead_code)]
|
#[allow(nonstandard_style,dead_code)]
|
||||||
pub struct AssetDetails{
|
pub struct AssetDetails{
|
||||||
pub TargetId:u64,
|
pub TargetId:u64,
|
||||||
pub ProductType:String,
|
pub ProductType:Option<String>,
|
||||||
pub AssetId:u64,
|
pub AssetId:u64,
|
||||||
pub ProductId:u64,
|
pub ProductId:u64,
|
||||||
pub Name:String,
|
pub Name:String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user