Struct redfish_codegen::models::connection_method::v1_1_0::Links
source · pub struct Links {
pub aggregation_sources: Option<Vec<IdRef>>,
pub aggregation_sources_odata_count: Option<Count>,
pub oem: Option<Oem>,
}
Expand description
The links to other resources that are related to this resource.
Fields§
§aggregation_sources: Option<Vec<IdRef>>
An array of links to the access points using this connection method.
aggregation_sources_odata_count: Option<Count>
§oem: Option<Oem>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Links
impl<'de> Deserialize<'de> for Links
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