pub struct GoogleCloudDataplexV1TriggerOneTime {
pub ttl_after_scan_completion: Option<Duration>,
}Expand description
The scan runs once using create API.
This type is not used in any activity, and only used as part of another schema.
Fields§
§ttl_after_scan_completion: Option<Duration>Optional. Time to live for OneTime scans. default value is 24 hours, minimum value is 0 seconds, and maximum value is 365 days. The time is calculated from the data scan job completion time. If value is set as 0 seconds, the scan will be immediately deleted upon job completion, regardless of whether the job succeeded or failed.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1TriggerOneTime
impl Clone for GoogleCloudDataplexV1TriggerOneTime
Source§fn clone(&self) -> GoogleCloudDataplexV1TriggerOneTime
fn clone(&self) -> GoogleCloudDataplexV1TriggerOneTime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDataplexV1TriggerOneTime
impl Default for GoogleCloudDataplexV1TriggerOneTime
Source§fn default() -> GoogleCloudDataplexV1TriggerOneTime
fn default() -> GoogleCloudDataplexV1TriggerOneTime
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1TriggerOneTime
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1TriggerOneTime
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
impl Part for GoogleCloudDataplexV1TriggerOneTime
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1TriggerOneTime
impl RefUnwindSafe for GoogleCloudDataplexV1TriggerOneTime
impl Send for GoogleCloudDataplexV1TriggerOneTime
impl Sync for GoogleCloudDataplexV1TriggerOneTime
impl Unpin for GoogleCloudDataplexV1TriggerOneTime
impl UnsafeUnpin for GoogleCloudDataplexV1TriggerOneTime
impl UnwindSafe for GoogleCloudDataplexV1TriggerOneTime
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