pub struct GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse {
pub next_page_token: Option<String>,
pub workload_updates: Option<Vec<GoogleCloudAssuredworkloadsV1WorkloadUpdate>>,
}Expand description
Response of listing the compliance updates per workload with pagination.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§next_page_token: Option<String>The next page token. Return empty if reached the last page.
workload_updates: Option<Vec<GoogleCloudAssuredworkloadsV1WorkloadUpdate>>The list of workload updates for a given workload.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl Clone for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
fn clone(&self) -> GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
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 GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl Default for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
Source§fn default() -> GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
fn default() -> GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
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 ResponseResult for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl Send for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl Sync for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl Unpin for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
impl UnwindSafe for GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse
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