/*
* API Documentation
*
* Source of truth and network automation platform
*
* The version of the OpenAPI document: 3.1.0 (3.1)
*
* Generated by: https://openapi-generator.tech
*/
/// BulkWritableRelationshipRequestRequiredOn : Objects on the specified side MUST implement this relationship. Not permitted for symmetric relationships.
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct BulkWritableRelationshipRequestRequiredOn {}
impl BulkWritableRelationshipRequestRequiredOn {
/// Objects on the specified side MUST implement this relationship. Not permitted for symmetric relationships.
pub fn new() -> BulkWritableRelationshipRequestRequiredOn {
BulkWritableRelationshipRequestRequiredOn {}
}
}