Struct fastly_api::apis::invitations_api::ListInvitationsParams
source · Expand description
struct for passing parameters to the method list_invitations
Fields§
§page_number: Option<i32>
Current page.
page_size: Option<i32>
Number of records per page.
Trait Implementations§
source§impl Clone for ListInvitationsParams
impl Clone for ListInvitationsParams
source§fn clone(&self) -> ListInvitationsParams
fn clone(&self) -> ListInvitationsParams
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 ListInvitationsParams
impl Debug for ListInvitationsParams
source§impl Default for ListInvitationsParams
impl Default for ListInvitationsParams
source§fn default() -> ListInvitationsParams
fn default() -> ListInvitationsParams
Returns the “default value” for a type. Read more