#[non_exhaustive]pub struct ResourceDataSyncOrganizationalUnit { /* private fields */ }Expand description
The Organizations organizational unit data source for the sync.
Implementations§
source§impl ResourceDataSyncOrganizationalUnit
impl ResourceDataSyncOrganizationalUnit
sourcepub fn organizational_unit_id(&self) -> Option<&str>
pub fn organizational_unit_id(&self) -> Option<&str>
The Organizations unit ID data source for the sync.
source§impl ResourceDataSyncOrganizationalUnit
impl ResourceDataSyncOrganizationalUnit
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceDataSyncOrganizationalUnit.
Trait Implementations§
source§impl Clone for ResourceDataSyncOrganizationalUnit
impl Clone for ResourceDataSyncOrganizationalUnit
source§fn clone(&self) -> ResourceDataSyncOrganizationalUnit
fn clone(&self) -> ResourceDataSyncOrganizationalUnit
Returns a copy 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 moresource§impl PartialEq<ResourceDataSyncOrganizationalUnit> for ResourceDataSyncOrganizationalUnit
impl PartialEq<ResourceDataSyncOrganizationalUnit> for ResourceDataSyncOrganizationalUnit
source§fn eq(&self, other: &ResourceDataSyncOrganizationalUnit) -> bool
fn eq(&self, other: &ResourceDataSyncOrganizationalUnit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.