Struct google_content2::OrderreturnsListResponse [−][src]
pub struct OrderreturnsListResponse {
pub next_page_token: Option<String>,
pub kind: Option<String>,
pub resources: Option<Vec<MerchantOrderReturn>>,
}There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- list orderreturns (response)
Fields
next_page_token: Option<String>
The token for the retrieval of the next page of returns.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "content#orderreturnsListResponse".
resources: Option<Vec<MerchantOrderReturn>>
no description provided
Trait Implementations
impl Default for OrderreturnsListResponse[src]
impl Default for OrderreturnsListResponsefn default() -> OrderreturnsListResponse[src]
fn default() -> OrderreturnsListResponseReturns the "default value" for a type. Read more
impl Clone for OrderreturnsListResponse[src]
impl Clone for OrderreturnsListResponsefn clone(&self) -> OrderreturnsListResponse[src]
fn clone(&self) -> OrderreturnsListResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for OrderreturnsListResponse[src]
impl Debug for OrderreturnsListResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for OrderreturnsListResponse[src]
impl ResponseResult for OrderreturnsListResponseAuto Trait Implementations
impl Send for OrderreturnsListResponse
impl Send for OrderreturnsListResponseimpl Sync for OrderreturnsListResponse
impl Sync for OrderreturnsListResponse