pub struct BatchDeleteTaskFollowerRequestV1 { /* private fields */ }Expand description
批量删除任务关注者请求(v1)
Implementations§
Source§impl BatchDeleteTaskFollowerRequestV1
impl BatchDeleteTaskFollowerRequestV1
pub fn new(config: Arc<Config>, task_id: impl Into<String>) -> Self
Sourcepub fn follower_ids(self, follower_ids: Vec<impl Into<String>>) -> Self
pub fn follower_ids(self, follower_ids: Vec<impl Into<String>>) -> Self
设置需要删除的关注者用户 ID 列表
Sourcepub async fn execute(self) -> SDKResult<BatchDeleteTaskFollowerResponseV1>
pub async fn execute(self) -> SDKResult<BatchDeleteTaskFollowerResponseV1>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<BatchDeleteTaskFollowerResponseV1>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<BatchDeleteTaskFollowerResponseV1>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for BatchDeleteTaskFollowerRequestV1
impl Clone for BatchDeleteTaskFollowerRequestV1
Source§fn clone(&self) -> BatchDeleteTaskFollowerRequestV1
fn clone(&self) -> BatchDeleteTaskFollowerRequestV1
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BatchDeleteTaskFollowerRequestV1
impl !RefUnwindSafe for BatchDeleteTaskFollowerRequestV1
impl Send for BatchDeleteTaskFollowerRequestV1
impl Sync for BatchDeleteTaskFollowerRequestV1
impl Unpin for BatchDeleteTaskFollowerRequestV1
impl UnsafeUnpin for BatchDeleteTaskFollowerRequestV1
impl !UnwindSafe for BatchDeleteTaskFollowerRequestV1
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