pub struct InterceptDeploymentGroupDeployment {
pub name: Option<String>,
pub state: Option<String>,
}Expand description
A deployment belonging to this deployment group.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Output only. The name of the Intercept Deployment, in the format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}.
state: Option<String>Output only. Most recent known state of the deployment.
Trait Implementations§
Source§impl Clone for InterceptDeploymentGroupDeployment
impl Clone for InterceptDeploymentGroupDeployment
Source§fn clone(&self) -> InterceptDeploymentGroupDeployment
fn clone(&self) -> InterceptDeploymentGroupDeployment
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 InterceptDeploymentGroupDeployment
impl Default for InterceptDeploymentGroupDeployment
Source§fn default() -> InterceptDeploymentGroupDeployment
fn default() -> InterceptDeploymentGroupDeployment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterceptDeploymentGroupDeployment
impl<'de> Deserialize<'de> for InterceptDeploymentGroupDeployment
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 InterceptDeploymentGroupDeployment
Auto Trait Implementations§
impl Freeze for InterceptDeploymentGroupDeployment
impl RefUnwindSafe for InterceptDeploymentGroupDeployment
impl Send for InterceptDeploymentGroupDeployment
impl Sync for InterceptDeploymentGroupDeployment
impl Unpin for InterceptDeploymentGroupDeployment
impl UnwindSafe for InterceptDeploymentGroupDeployment
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