Struct epp_client::epp::response::domain::info::DomainInfoData[][src]

pub struct DomainInfoData {
Show 15 fields pub name: StringValue, pub roid: StringValue, pub statuses: Vec<DomainStatus>, pub registrant: StringValue, pub contacts: Vec<DomainContact>, pub ns: Option<DomainNsList>, pub hosts: Option<Vec<StringValue>>, pub client_id: StringValue, pub creator_id: StringValue, pub created_at: StringValue, pub updater_id: StringValue, pub updated_at: StringValue, pub expiring_at: StringValue, pub transferred_at: Option<StringValue>, pub auth_info: Option<AuthInfo>, // some fields omitted
}
Expand description

Type that represents the <infData> tag for domain info response

Fields

name: StringValue

The domain name

roid: StringValue

The domain ROID

statuses: Vec<DomainStatus>

The list of domain statuses

registrant: StringValue

The domain registrant

contacts: Vec<DomainContact>

The list of domain contacts

ns: Option<DomainNsList>

The list of domain nameservers

hosts: Option<Vec<StringValue>>

The list of domain hosts

client_id: StringValue

The epp user who owns the domain

creator_id: StringValue

The epp user who created the domain

created_at: StringValue

The domain creation date

updater_id: StringValue

The epp user who last updated the domain

updated_at: StringValue

The domain last updated date

expiring_at: StringValue

The domain expiry date

transferred_at: Option<StringValue>

The domain transfer date

auth_info: Option<AuthInfo>

The domain auth info

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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.