pub struct Links {
pub created_resources: Option<Vec<IdRef>>,
pub created_resources_odata_count: Option<Count>,
pub oem: Option<Oem>,
}
Expand description
The links to other resources that are related to this resource.
Fields§
§created_resources: Option<Vec<IdRef>>
An array of URIs referencing the resources created as the result of the operation that produced this task.
created_resources_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