#[non_exhaustive]pub struct GetSyncJobOutput { /* private fields */ }Implementations§
source§impl GetSyncJobOutput
impl GetSyncJobOutput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace that contains the sync job.
sourcepub fn sync_source(&self) -> Option<&str>
pub fn sync_source(&self) -> Option<&str>
The sync soucre.
Currently the only supported syncSource is SITEWISE .
sourcepub fn status(&self) -> Option<&SyncJobStatus>
pub fn status(&self) -> Option<&SyncJobStatus>
The SyncJob response status.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The creation date and time.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The update date and time.
source§impl GetSyncJobOutput
impl GetSyncJobOutput
sourcepub fn builder() -> GetSyncJobOutputBuilder
pub fn builder() -> GetSyncJobOutputBuilder
Creates a new builder-style object to manufacture GetSyncJobOutput.
Trait Implementations§
source§impl Clone for GetSyncJobOutput
impl Clone for GetSyncJobOutput
source§fn clone(&self) -> GetSyncJobOutput
fn clone(&self) -> GetSyncJobOutput
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 Debug for GetSyncJobOutput
impl Debug for GetSyncJobOutput
source§impl PartialEq<GetSyncJobOutput> for GetSyncJobOutput
impl PartialEq<GetSyncJobOutput> for GetSyncJobOutput
source§fn eq(&self, other: &GetSyncJobOutput) -> bool
fn eq(&self, other: &GetSyncJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSyncJobOutput
impl RequestId for GetSyncJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.