Struct fastly_api::apis::tls_subscriptions_api::GetTlsSubParams
source · Expand description
struct for passing parameters to the method get_tls_sub
Fields§
§tls_subscription_id: String
Alphanumeric string identifying a TLS subscription.
include: Option<String>
Include related objects. Optional, comma-separated values. Permitted values: tls_authorizations
and tls_authorizations.globalsign_email_challenge
.
Trait Implementations§
source§impl Clone for GetTlsSubParams
impl Clone for GetTlsSubParams
source§fn clone(&self) -> GetTlsSubParams
fn clone(&self) -> GetTlsSubParams
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 GetTlsSubParams
impl Debug for GetTlsSubParams
source§impl Default for GetTlsSubParams
impl Default for GetTlsSubParams
source§fn default() -> GetTlsSubParams
fn default() -> GetTlsSubParams
Returns the “default value” for a type. Read more