Make TimeBucketAssetResponse::id mandatory
This commit is contained in:
@@ -301,7 +301,7 @@ pub struct TimeBucketAssetResponse {
|
|||||||
/// Array of file creation timestamps in UTC
|
/// Array of file creation timestamps in UTC
|
||||||
pub file_created_at: Option<Vec<String>>,
|
pub file_created_at: Option<Vec<String>>,
|
||||||
/// Array of asset IDs in the time bucket
|
/// Array of asset IDs in the time bucket
|
||||||
pub id: Option<Vec<String>>,
|
pub id: Vec<String>,
|
||||||
/// Array indicating whether each asset is favorited
|
/// Array indicating whether each asset is favorited
|
||||||
pub is_favorite: Option<Vec<bool>>,
|
pub is_favorite: Option<Vec<bool>>,
|
||||||
/// Array indicating whether each asset is an image (false for videos)
|
/// Array indicating whether each asset is an image (false for videos)
|
||||||
|
|||||||
Reference in New Issue
Block a user