pub struct AuditLogOrganizationUpdatedChangesRequestedSettings {
pub threads_ui_visibility: Option<String>,
pub usage_dashboard_visibility: Option<String>,
}
Expand description
The organization settings.
Fields§
§threads_ui_visibility: Option<String>
Visibility of the threads page which shows messages created with the Assistants API and Playground. One of ANY_ROLE
, OWNERS
, or NONE
.
usage_dashboard_visibility: Option<String>
Visibility of the usage dashboard which shows activity and costs for your organization. One of ANY_ROLE
or OWNERS
.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AuditLogOrganizationUpdatedChangesRequestedSettings
impl<'de> Deserialize<'de> for AuditLogOrganizationUpdatedChangesRequestedSettings
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 AuditLogOrganizationUpdatedChangesRequestedSettings
impl RefUnwindSafe for AuditLogOrganizationUpdatedChangesRequestedSettings
impl Send for AuditLogOrganizationUpdatedChangesRequestedSettings
impl Sync for AuditLogOrganizationUpdatedChangesRequestedSettings
impl Unpin for AuditLogOrganizationUpdatedChangesRequestedSettings
impl UnwindSafe for AuditLogOrganizationUpdatedChangesRequestedSettings
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