Struct google_content2::DatafeedstatusesListResponse [−][src]
pub struct DatafeedstatusesListResponse {
pub next_page_token: Option<String>,
pub kind: Option<String>,
pub resources: Option<Vec<DatafeedStatus>>,
}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 datafeedstatuses (response)
Fields
next_page_token: Option<String>
The token for the retrieval of the next page of datafeed statuses.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesListResponse".
resources: Option<Vec<DatafeedStatus>>
no description provided
Trait Implementations
impl Default for DatafeedstatusesListResponse[src]
impl Default for DatafeedstatusesListResponsefn default() -> DatafeedstatusesListResponse[src]
fn default() -> DatafeedstatusesListResponseReturns the "default value" for a type. Read more
impl Clone for DatafeedstatusesListResponse[src]
impl Clone for DatafeedstatusesListResponsefn clone(&self) -> DatafeedstatusesListResponse[src]
fn clone(&self) -> DatafeedstatusesListResponseReturns 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 DatafeedstatusesListResponse[src]
impl Debug for DatafeedstatusesListResponsefn 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 DatafeedstatusesListResponse[src]
impl ResponseResult for DatafeedstatusesListResponseAuto Trait Implementations
impl Send for DatafeedstatusesListResponse
impl Send for DatafeedstatusesListResponseimpl Sync for DatafeedstatusesListResponse
impl Sync for DatafeedstatusesListResponse