pub struct QueryAuditLogsRequest { /* private fields */ }Expand description
查询审计日志请求
Implementations§
Source§impl QueryAuditLogsRequest
impl QueryAuditLogsRequest
Sourcepub fn start_time(self, time: impl Into<String>) -> Self
pub fn start_time(self, time: impl Into<String>) -> Self
设置开始时间
Sourcepub async fn execute_with_options(
self,
_option: RequestOption,
) -> SDKResult<Value>
pub async fn execute_with_options( self, _option: RequestOption, ) -> SDKResult<Value>
执行请求并传入请求选项。
Auto Trait Implementations§
impl !RefUnwindSafe for QueryAuditLogsRequest
impl !UnwindSafe for QueryAuditLogsRequest
impl Freeze for QueryAuditLogsRequest
impl Send for QueryAuditLogsRequest
impl Sync for QueryAuditLogsRequest
impl Unpin for QueryAuditLogsRequest
impl UnsafeUnpin for QueryAuditLogsRequest
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