Struct dnsimple::dnsimple::services::Services[][src]

pub struct Services<'a> {
    pub client: &'a Client,
}
Expand description

The Services Service handles the domains services of the DNSimple API.

See API Documentation: services

Fields

client: &'a Client

Implementations

List services

Retrieve a service

Arguments

service: The service name or id

List services applied to a domain.

Arguments

account_id: The account id domain: The domain name or id

Applies a service to a domain.

Arguments

account_id: The account id domain: The domain name or id service: The service name or id

Unapplies a service to a domain.

Arguments

account_id: The account id domain: The domain name or id service: The service name or id

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.