pub struct ListInstanceConfigsResponse {
pub next_page_token: Option<String>,
pub instance_configs: Option<Vec<InstanceConfig>>,
}Expand description
The response for ListInstanceConfigs.
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).
- instance configs list projects (response)
Fields§
§next_page_token: Option<String>next_page_token can be sent in a subsequent
ListInstanceConfigs call to
fetch more of the matching instance configurations.
instance_configs: Option<Vec<InstanceConfig>>The list of requested instance configurations.
Trait Implementations§
source§impl Clone for ListInstanceConfigsResponse
impl Clone for ListInstanceConfigsResponse
source§fn clone(&self) -> ListInstanceConfigsResponse
fn clone(&self) -> ListInstanceConfigsResponse
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 ListInstanceConfigsResponse
impl Debug for ListInstanceConfigsResponse
source§impl Default for ListInstanceConfigsResponse
impl Default for ListInstanceConfigsResponse
source§fn default() -> ListInstanceConfigsResponse
fn default() -> ListInstanceConfigsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListInstanceConfigsResponse
impl<'de> Deserialize<'de> for ListInstanceConfigsResponse
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