#[non_exhaustive]pub struct ConnectionQueryStringParameter { /* private fields */ }Expand description
Additional query string parameter for the connection. You can include up to 100 additional query string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB.
Implementations§
source§impl ConnectionQueryStringParameter
impl ConnectionQueryStringParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectionQueryStringParameter.
Trait Implementations§
source§impl Clone for ConnectionQueryStringParameter
impl Clone for ConnectionQueryStringParameter
source§fn clone(&self) -> ConnectionQueryStringParameter
fn clone(&self) -> ConnectionQueryStringParameter
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 PartialEq<ConnectionQueryStringParameter> for ConnectionQueryStringParameter
impl PartialEq<ConnectionQueryStringParameter> for ConnectionQueryStringParameter
source§fn eq(&self, other: &ConnectionQueryStringParameter) -> bool
fn eq(&self, other: &ConnectionQueryStringParameter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.