pub struct CreateSipCredentialListMappingParams {
pub account_sid: String,
pub domain_sid: String,
pub credential_list_sid: String,
}
Expand description
struct for passing parameters to the method create_sip_credential_list_mapping
Fields§
§account_sid: String
The unique id of the Account responsible for this resource.
domain_sid: String
A 34 character string that uniquely identifies the SIP Domain for which the CredentialList resource will be mapped.
credential_list_sid: String
A 34 character string that uniquely identifies the CredentialList resource to map to the SIP domain.
Trait Implementations§
Source§impl Clone for CreateSipCredentialListMappingParams
impl Clone for CreateSipCredentialListMappingParams
Source§fn clone(&self) -> CreateSipCredentialListMappingParams
fn clone(&self) -> CreateSipCredentialListMappingParams
Returns a duplicate 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 CreateSipCredentialListMappingParams
impl RefUnwindSafe for CreateSipCredentialListMappingParams
impl Send for CreateSipCredentialListMappingParams
impl Sync for CreateSipCredentialListMappingParams
impl Unpin for CreateSipCredentialListMappingParams
impl UnwindSafe for CreateSipCredentialListMappingParams
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