Struct dnsimple::dnsimple::domains_signer_records::DelegationSignerRecord[][src]

pub struct DelegationSignerRecord {
    pub id: u64,
    pub domain_id: u64,
    pub algorithm: String,
    pub digest: String,
    pub digest_type: String,
    pub keytag: String,
    pub public_key: Option<String>,
    pub created_at: String,
    pub updated_at: String,
}
Expand description

Represents a delegation signer record

Fields

id: u64

The ID of the delegation signer record in DNSimple.

domain_id: u64

The associated domain ID.

algorithm: String

The signing algorithm used.

digest: String

The digest value.

digest_type: String

The digest type used.

keytag: String

The keytag for the associated DNSKEY.

public_key: Option<String>

The public key that references the corresponding DNSKEY record.

created_at: String

When the delegation signing record was created in DNSimple.

updated_at: String

When the delegation signing record 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

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.