pub struct GetTlsActivationParams {
pub tls_activation_id: String,
pub include: Option<String>,
}Expand description
struct for passing parameters to the method get_tls_activation
Fields§
§tls_activation_id: StringAlphanumeric string identifying a TLS activation.
include: Option<String>Include related objects. Optional, comma-separated values. Permitted values: tls_certificate, tls_configuration, and tls_domain.
Trait Implementations§
source§impl Clone for GetTlsActivationParams
impl Clone for GetTlsActivationParams
source§fn clone(&self) -> GetTlsActivationParams
fn clone(&self) -> GetTlsActivationParams
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 GetTlsActivationParams
impl Debug for GetTlsActivationParams
source§impl Default for GetTlsActivationParams
impl Default for GetTlsActivationParams
source§fn default() -> GetTlsActivationParams
fn default() -> GetTlsActivationParams
Returns the “default value” for a type. Read more