pub struct UsageCodeInterpreterSessionsResult {
pub num_sessions: Option<i32>,
pub object: String,
pub project_id: Option<String>,
}
Fields§
§num_sessions: Option<i32>
The number of code interpreter sessions.
object: String
§project_id: Option<String>
When group_by=project_id
, this field provides the project ID of the grouped usage result.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UsageCodeInterpreterSessionsResult
impl<'de> Deserialize<'de> for UsageCodeInterpreterSessionsResult
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
Auto Trait Implementations§
impl Freeze for UsageCodeInterpreterSessionsResult
impl RefUnwindSafe for UsageCodeInterpreterSessionsResult
impl Send for UsageCodeInterpreterSessionsResult
impl Sync for UsageCodeInterpreterSessionsResult
impl Unpin for UsageCodeInterpreterSessionsResult
impl UnwindSafe for UsageCodeInterpreterSessionsResult
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