Struct fastly_api::apis::service_api::CreateServiceParams
source · pub struct CreateServiceParams {
pub comment: Option<String>,
pub name: Option<String>,
pub customer_id: Option<String>,
pub _type: Option<String>,
}
Expand description
struct for passing parameters to the method create_service
Fields§
§comment: Option<String>
A freeform descriptive note.
name: Option<String>
The name of the service.
customer_id: Option<String>
Alphanumeric string identifying the customer.
_type: Option<String>
The type of this service.
Trait Implementations§
source§impl Clone for CreateServiceParams
impl Clone for CreateServiceParams
source§fn clone(&self) -> CreateServiceParams
fn clone(&self) -> CreateServiceParams
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 CreateServiceParams
impl Debug for CreateServiceParams
source§impl Default for CreateServiceParams
impl Default for CreateServiceParams
source§fn default() -> CreateServiceParams
fn default() -> CreateServiceParams
Returns the “default value” for a type. Read more