Expand description
This is a model struct for ListSubscriptionEventsParameters (query parameters)
Fields§
§cursor: Option<String>
When the total number of resulting subscription events exceeds the limit of a paged response, specify the cursor returned from a preceding response here to fetch the next set of results. If the cursor is unset, the response contains the last page of the results.
For more information, see Pagination.
limit: Option<i32>
The upper limit on the number of subscription events to return in a paged response.
Implementations§
source§impl ListSubscriptionEventsParameters
impl ListSubscriptionEventsParameters
pub fn to_query_string(&self) -> String
Trait Implementations§
source§impl Clone for ListSubscriptionEventsParameters
impl Clone for ListSubscriptionEventsParameters
source§fn clone(&self) -> ListSubscriptionEventsParameters
fn clone(&self) -> ListSubscriptionEventsParameters
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 Default for ListSubscriptionEventsParameters
impl Default for ListSubscriptionEventsParameters
source§fn default() -> ListSubscriptionEventsParameters
fn default() -> ListSubscriptionEventsParameters
Returns the “default value” for a type. Read more
source§impl From<ListSubscriptionEventsParameters> for String
impl From<ListSubscriptionEventsParameters> for String
source§fn from(
list_subscription_events_parameters: ListSubscriptionEventsParameters
) -> Self
fn from(
list_subscription_events_parameters: ListSubscriptionEventsParameters
) -> Self
Converts to this type from the input type.