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