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