Struct epp_client::host::update::HostAddRemove
source · pub struct HostAddRemove<'a> {
pub addresses: Option<&'a [IpAddr]>,
pub statuses: Option<&'a [ObjectStatus<'a>]>,
}
Expand description
Type for data under the <add> and <rem> tags
Fields§
§addresses: Option<&'a [IpAddr]>
The IP addresses to be added to or removed from the host
statuses: Option<&'a [ObjectStatus<'a>]>
The statuses to be added to or removed from the host