Struct fastly_api::apis::enabled_products_api::DisableProductParams
source · pub struct DisableProductParams {
pub product_id: String,
pub service_id: String,
}Expand description
struct for passing parameters to the method disable_product
Fields§
§product_id: String§service_id: StringAlphanumeric string identifying the service.
Trait Implementations§
source§impl Clone for DisableProductParams
impl Clone for DisableProductParams
source§fn clone(&self) -> DisableProductParams
fn clone(&self) -> DisableProductParams
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 DisableProductParams
impl Debug for DisableProductParams
source§impl Default for DisableProductParams
impl Default for DisableProductParams
source§fn default() -> DisableProductParams
fn default() -> DisableProductParams
Returns the “default value” for a type. Read more