Struct fastly_api::apis::server_api::DeletePoolServerParams
source · pub struct DeletePoolServerParams {
pub service_id: String,
pub pool_id: String,
pub server_id: String,
}
Expand description
struct for passing parameters to the method delete_pool_server
Fields§
§service_id: String
Alphanumeric string identifying the service.
pool_id: String
Alphanumeric string identifying a Pool.
server_id: String
Alphanumeric string identifying a Server.
Trait Implementations§
source§impl Clone for DeletePoolServerParams
impl Clone for DeletePoolServerParams
source§fn clone(&self) -> DeletePoolServerParams
fn clone(&self) -> DeletePoolServerParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeletePoolServerParams
impl Debug for DeletePoolServerParams
source§impl Default for DeletePoolServerParams
impl Default for DeletePoolServerParams
source§fn default() -> DeletePoolServerParams
fn default() -> DeletePoolServerParams
Returns the “default value” for a type. Read more