Struct fastly_api::models::version_detail::VersionDetail
source · pub struct VersionDetail {Show 14 fields
pub backends: Option<Vec<BackendResponse>>,
pub cache_settings: Option<Vec<CacheSettingResponse>>,
pub conditions: Option<Vec<ConditionResponse>>,
pub directors: Option<Vec<Director>>,
pub domains: Option<Vec<DomainResponse>>,
pub gzips: Option<Vec<GzipResponse>>,
pub headers: Option<Vec<HeaderResponse>>,
pub healthchecks: Option<Vec<HealthcheckResponse>>,
pub request_settings: Option<Vec<RequestSettingsResponse>>,
pub response_objects: Option<Vec<ResponseObjectResponse>>,
pub settings: Option<Box<VersionDetailSettings>>,
pub snippets: Option<Vec<SchemasSnippetResponse>>,
pub vcls: Option<Vec<VclResponse>>,
pub wordpress: Option<Vec<Value>>,
}
Fields§
§backends: Option<Vec<BackendResponse>>
List of backends associated to this service.
cache_settings: Option<Vec<CacheSettingResponse>>
List of cache settings associated to this service.
conditions: Option<Vec<ConditionResponse>>
List of conditions associated to this service.
directors: Option<Vec<Director>>
List of directors associated to this service.
domains: Option<Vec<DomainResponse>>
List of domains associated to this service.
gzips: Option<Vec<GzipResponse>>
List of gzip rules associated to this service.
headers: Option<Vec<HeaderResponse>>
List of headers associated to this service.
healthchecks: Option<Vec<HealthcheckResponse>>
List of healthchecks associated to this service.
request_settings: Option<Vec<RequestSettingsResponse>>
List of request settings for this service.
response_objects: Option<Vec<ResponseObjectResponse>>
List of response objects for this service.
settings: Option<Box<VersionDetailSettings>>
§snippets: Option<Vec<SchemasSnippetResponse>>
List of VCL snippets for this service.
vcls: Option<Vec<VclResponse>>
List of VCL files for this service.
wordpress: Option<Vec<Value>>
A list of Wordpress rules with this service.
Implementations§
source§impl VersionDetail
impl VersionDetail
pub fn new() -> VersionDetail
Trait Implementations§
source§impl Clone for VersionDetail
impl Clone for VersionDetail
source§fn clone(&self) -> VersionDetail
fn clone(&self) -> VersionDetail
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 VersionDetail
impl Debug for VersionDetail
source§impl Default for VersionDetail
impl Default for VersionDetail
source§fn default() -> VersionDetail
fn default() -> VersionDetail
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VersionDetail
impl<'de> Deserialize<'de> for VersionDetail
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more