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