Struct dnapi_rs::message::EnrollResponseDataOrg
source · pub struct EnrollResponseDataOrg {
pub id: String,
pub name: String,
}
Expand description
The organization data that this node is now a part of
Fields§
§id: String
The organization ID that this node is now a part of
name: String
The name of the organization that this node is now a part of
Trait Implementations§
source§impl<'de> Deserialize<'de> for EnrollResponseDataOrg
impl<'de> Deserialize<'de> for EnrollResponseDataOrg
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