Struct fastly_api::apis::gzip_api::GetGzipConfigsParams
source · pub struct GetGzipConfigsParams {
pub service_id: String,
pub version_id: i32,
pub gzip_name: String,
}
Expand description
struct for passing parameters to the method get_gzip_configs
Fields§
§service_id: String
Alphanumeric string identifying the service.
version_id: i32
Integer identifying a service version.
gzip_name: String
Name of the gzip configuration.
Trait Implementations§
source§impl Clone for GetGzipConfigsParams
impl Clone for GetGzipConfigsParams
source§fn clone(&self) -> GetGzipConfigsParams
fn clone(&self) -> GetGzipConfigsParams
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 GetGzipConfigsParams
impl Debug for GetGzipConfigsParams
source§impl Default for GetGzipConfigsParams
impl Default for GetGzipConfigsParams
source§fn default() -> GetGzipConfigsParams
fn default() -> GetGzipConfigsParams
Returns the “default value” for a type. Read more