Struct fastly_api::apis::contact_api::DeleteContactParams
source · Expand description
struct for passing parameters to the method delete_contact
Fields§
§customer_id: String
Alphanumeric string identifying the customer.
contact_id: String
An alphanumeric string identifying the customer contact.
Trait Implementations§
source§impl Clone for DeleteContactParams
impl Clone for DeleteContactParams
source§fn clone(&self) -> DeleteContactParams
fn clone(&self) -> DeleteContactParams
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 DeleteContactParams
impl Debug for DeleteContactParams
source§impl Default for DeleteContactParams
impl Default for DeleteContactParams
source§fn default() -> DeleteContactParams
fn default() -> DeleteContactParams
Returns the “default value” for a type. Read more