pub struct CreateIncomingPhoneNumberAssignedAddOnParams {
pub account_sid: String,
pub resource_sid: String,
pub installed_add_on_sid: String,
}
Expand description
struct for passing parameters to the method create_incoming_phone_number_assigned_add_on
Fields§
§account_sid: String
The SID of the Account that will create the resource.
resource_sid: String
The SID of the Phone Number to assign the Add-on.
installed_add_on_sid: String
The SID that identifies the Add-on installation.
Trait Implementations§
Source§impl Clone for CreateIncomingPhoneNumberAssignedAddOnParams
impl Clone for CreateIncomingPhoneNumberAssignedAddOnParams
Source§fn clone(&self) -> CreateIncomingPhoneNumberAssignedAddOnParams
fn clone(&self) -> CreateIncomingPhoneNumberAssignedAddOnParams
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 moreAuto Trait Implementations§
impl Freeze for CreateIncomingPhoneNumberAssignedAddOnParams
impl RefUnwindSafe for CreateIncomingPhoneNumberAssignedAddOnParams
impl Send for CreateIncomingPhoneNumberAssignedAddOnParams
impl Sync for CreateIncomingPhoneNumberAssignedAddOnParams
impl Unpin for CreateIncomingPhoneNumberAssignedAddOnParams
impl UnwindSafe for CreateIncomingPhoneNumberAssignedAddOnParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more