RetrieveAssetsRequest

Type Alias RetrieveAssetsRequest 

Source
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: T

The items of the request or response.

§extra_fields: RetrieveAssetsRequestData

Additional fields, delegated to the E type.