Struct google_youtube3::api::CommentThreadListResponse
source · pub struct CommentThreadListResponse {
pub etag: Option<String>,
pub event_id: Option<String>,
pub items: Option<Vec<CommentThread>>,
pub kind: Option<String>,
pub next_page_token: Option<String>,
pub page_info: Option<PageInfo>,
pub token_pagination: Option<TokenPagination>,
pub visitor_id: Option<String>,
}
Expand description
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 comment threads (response)
Fields§
§etag: Option<String>
Etag of this resource.
event_id: Option<String>
Serialized EventId of the request which produced this response.
items: Option<Vec<CommentThread>>
A list of comment threads that match the request criteria.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#commentThreadListResponse”.
next_page_token: Option<String>
The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
page_info: Option<PageInfo>
General pagination information.
token_pagination: Option<TokenPagination>
no description provided
visitor_id: Option<String>
The visitorId identifies the visitor.
Trait Implementations§
source§impl Clone for CommentThreadListResponse
impl Clone for CommentThreadListResponse
source§fn clone(&self) -> CommentThreadListResponse
fn clone(&self) -> CommentThreadListResponse
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 CommentThreadListResponse
impl Debug for CommentThreadListResponse
source§impl Default for CommentThreadListResponse
impl Default for CommentThreadListResponse
source§fn default() -> CommentThreadListResponse
fn default() -> CommentThreadListResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CommentThreadListResponse
impl<'de> Deserialize<'de> for CommentThreadListResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl ToParts for CommentThreadListResponse
impl ToParts for CommentThreadListResponse
impl ResponseResult for CommentThreadListResponse
Auto Trait Implementations§
impl RefUnwindSafe for CommentThreadListResponse
impl Send for CommentThreadListResponse
impl Sync for CommentThreadListResponse
impl Unpin for CommentThreadListResponse
impl UnwindSafe for CommentThreadListResponse
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more