pub struct GoogleCloudAssuredworkloadsV1WorkloadUpdate {
pub create_time: Option<DateTime<Utc>>,
pub details: Option<GoogleCloudAssuredworkloadsV1UpdateDetails>,
pub name: Option<String>,
pub state: Option<String>,
pub update_time: Option<DateTime<Utc>>,
}Expand description
A workload update is a change to the workload’s compliance configuration.
This type is not used in any activity, and only used as part of another schema.
Fields§
§create_time: Option<DateTime<Utc>>The time the update was created.
details: Option<GoogleCloudAssuredworkloadsV1UpdateDetails>The details of the update.
name: Option<String>Output only. Immutable. Identifier. Resource name of the WorkloadUpdate. Format: organizations/{organization}/locations/{location}/workloads/{workload}/updates/{update}
state: Option<String>Output only. The state of the update.
update_time: Option<DateTime<Utc>>The time the update was last updated.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl Clone for GoogleCloudAssuredworkloadsV1WorkloadUpdate
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1WorkloadUpdate
fn clone(&self) -> GoogleCloudAssuredworkloadsV1WorkloadUpdate
Returns a duplicate 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 Default for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl Default for GoogleCloudAssuredworkloadsV1WorkloadUpdate
Source§fn default() -> GoogleCloudAssuredworkloadsV1WorkloadUpdate
fn default() -> GoogleCloudAssuredworkloadsV1WorkloadUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1WorkloadUpdate
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 GoogleCloudAssuredworkloadsV1WorkloadUpdate
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl Send for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl Sync for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl Unpin for GoogleCloudAssuredworkloadsV1WorkloadUpdate
impl UnwindSafe for GoogleCloudAssuredworkloadsV1WorkloadUpdate
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