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