Struct fastly_api::apis::invitations_api::DeleteInvitationParams
source · pub struct DeleteInvitationParams {
pub invitation_id: String,
}
Expand description
struct for passing parameters to the method delete_invitation
Fields§
§invitation_id: String
Alphanumeric string identifying an invitation.
Trait Implementations§
source§impl Clone for DeleteInvitationParams
impl Clone for DeleteInvitationParams
source§fn clone(&self) -> DeleteInvitationParams
fn clone(&self) -> DeleteInvitationParams
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 DeleteInvitationParams
impl Debug for DeleteInvitationParams
source§impl Default for DeleteInvitationParams
impl Default for DeleteInvitationParams
source§fn default() -> DeleteInvitationParams
fn default() -> DeleteInvitationParams
Returns the “default value” for a type. Read more