Struct walmart_partner_api::feed::PartnerFeedResponse[][src]

pub struct PartnerFeedResponse {
    pub feedId: String,
    pub feedStatus: String,
    pub ingestionErrors: IngestionErrors,
    pub itemsReceived: i32,
    pub itemsSucceeded: i32,
    pub itemsFailed: i32,
    pub itemsProcessing: i32,
    pub offset: i32,
    pub limit: i32,
    pub itemDetails: ItemDetails,
}

Fields

Trait Implementations

impl Debug for PartnerFeedResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations