pub type RetrieveAssetsRequest<T> = Items<T, RetrieveAssetsRequestData>;Expand description
Request for retrieving assets.
Aliased Type§
pub struct RetrieveAssetsRequest<T> {
pub items: T,
pub extra_fields: RetrieveAssetsRequestData,
}Fields§
§items: TThe items of the request or response.
extra_fields: RetrieveAssetsRequestDataAdditional fields, delegated to the E type.