Struct dnsimple::dnsimple::registrar_whois_privacy::WhoisPrivacy[][src]

pub struct WhoisPrivacy {
    pub id: u64,
    pub domain_id: u64,
    pub expires_on: Option<String>,
    pub enabled: Option<bool>,
    pub created_at: String,
    pub updated_at: String,
}
Expand description

Represents the whois privacy data

Fields

id: u64

The whois privacy id in DNSimple

domain_id: u64

The associated domain ID.

expires_on: Option<String>

The date the whois privacy will expire on.

enabled: Option<bool>

Whether the whois privacy is enabled for the domain.

created_at: String

When the whois privacy was created in DNSimple.

updated_at: String

When the whois privacy was created in DNSimple.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.