Struct dnsimple::dnsimple::registrar_whois_privacy::WhoisPrivacyRenewal[][src]

pub struct WhoisPrivacyRenewal {
    pub id: u64,
    pub domain_id: u64,
    pub whois_privacy_id: u64,
    pub state: String,
    pub expires_on: String,
    pub enabled: bool,
    pub created_at: String,
    pub updated_at: String,
}
Expand description

Represents the whois privacy renewal data

Fields

id: u64

The renewal id in DNSimple

domain_id: u64

The associated domain ID.

whois_privacy_id: u64

The associated WHOIS Privacy ID.

state: String

The WHOIS Privacy order state.

expires_on: String

The date the WHOIS Privacy will expire on.

enabled: 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 last updated 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.