pub type UserReportsCollection = Results<ApiObject<UserReportAttributes>>;Aliased Type§
pub struct UserReportsCollection {
pub result: ResultType,
pub response: ResponseType,
pub data: Vec<ApiObject<UserReportAttributes>>,
pub limit: u32,
pub offset: u32,
pub total: u32,
}Fields§
§result: ResultType§response: ResponseType§data: Vec<ApiObject<UserReportAttributes>>§limit: u32§offset: u32§total: u32