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