pub struct Links {
pub oem: Option<Oem>,
pub origin_of_condition: Option<IdRef>,
pub related_item: Option<Vec<IdRef>>,
pub related_item_odata_count: Option<Count>,
pub related_log_entries: Option<Vec<IdRef>>,
pub related_log_entries_odata_count: Option<Count>,
}
Expand description
The links to other resources that are related to this resource.
Fields§
§oem: Option<Oem>
§origin_of_condition: Option<IdRef>
An array of links to resources associated with this log entry.
An array of links to other log entries that are related to this log entry.
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