pub struct GoogleCloudAssuredworkloadsV1ListWorkloadsResponse {
pub next_page_token: Option<String>,
pub workloads: Option<Vec<GoogleCloudAssuredworkloadsV1Workload>>,
}Expand description
Response of ListWorkloads endpoint.
§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).
- locations workloads list organizations (response)
Fields§
§next_page_token: Option<String>The next page token. Return empty if reached the last page.
workloads: Option<Vec<GoogleCloudAssuredworkloadsV1Workload>>List of Workloads under a given parent.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl Clone for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
fn clone(&self) -> GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
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 GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl Default for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
Source§fn default() -> GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
fn default() -> GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
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 GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl Send for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl Sync for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl Unpin for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
impl UnwindSafe for GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
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