pub struct RetrieveInventoryCountParams {
pub location_ids: Option<Vec<String>>,
pub cursor: Option<String>,
}
Fields§
§location_ids: Option<Vec<String>>
§cursor: Option<String>
The pagination cursor returned in the previous response. Leave unset for an initial request. The page size is currently set to be 100. See Pagination for more information.
Implementations§
source§impl RetrieveInventoryCountParams
impl RetrieveInventoryCountParams
pub fn to_query_string(&self) -> String
Trait Implementations§
source§impl Clone for RetrieveInventoryCountParams
impl Clone for RetrieveInventoryCountParams
source§fn clone(&self) -> RetrieveInventoryCountParams
fn clone(&self) -> RetrieveInventoryCountParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RetrieveInventoryCountParams
impl Debug for RetrieveInventoryCountParams
source§impl Default for RetrieveInventoryCountParams
impl Default for RetrieveInventoryCountParams
source§fn default() -> RetrieveInventoryCountParams
fn default() -> RetrieveInventoryCountParams
Returns the “default value” for a type. Read more
source§impl From<RetrieveInventoryCountParams> for String
impl From<RetrieveInventoryCountParams> for String
source§fn from(
retrieve_inventory_count_parameters: RetrieveInventoryCountParams
) -> Self
fn from(
retrieve_inventory_count_parameters: RetrieveInventoryCountParams
) -> Self
Converts to this type from the input type.