pub struct RemoveResourceBlockRequestBody {
pub computer_system_e_tag: Option<String>,
pub resource_block: IdRef,
pub resource_block_e_tag: Option<String>,
}
Expand description
This action removes a resource block from a system.
Fields§
§computer_system_e_tag: Option<String>
The current ETag of the system.
resource_block: IdRef
§resource_block_e_tag: Option<String>
The current ETag of the resource block to remove from the system.
Trait Implementations§
source§impl Clone for RemoveResourceBlockRequestBody
impl Clone for RemoveResourceBlockRequestBody
source§fn clone(&self) -> RemoveResourceBlockRequestBody
fn clone(&self) -> RemoveResourceBlockRequestBody
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 Default for RemoveResourceBlockRequestBody
impl Default for RemoveResourceBlockRequestBody
source§fn default() -> RemoveResourceBlockRequestBody
fn default() -> RemoveResourceBlockRequestBody
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RemoveResourceBlockRequestBody
impl<'de> Deserialize<'de> for RemoveResourceBlockRequestBody
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