pub struct GetLocationAccessCodeBodyDto {
pub company_id: String,
pub location_id: String,
}Available on crate feature
oauth only.Expand description
GetLocationAccessCodeBodyDto from the GoHighLevel OpenAPI spec.
Fields§
§company_id: StringCompany Id of location you want to request token for Required by the API.
location_id: StringThe location ID for which you want to obtain accessToken Required by the API.
Trait Implementations§
Source§impl Clone for GetLocationAccessCodeBodyDto
impl Clone for GetLocationAccessCodeBodyDto
Source§fn clone(&self) -> GetLocationAccessCodeBodyDto
fn clone(&self) -> GetLocationAccessCodeBodyDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetLocationAccessCodeBodyDto
impl Debug for GetLocationAccessCodeBodyDto
Source§impl Default for GetLocationAccessCodeBodyDto
impl Default for GetLocationAccessCodeBodyDto
Source§fn default() -> GetLocationAccessCodeBodyDto
fn default() -> GetLocationAccessCodeBodyDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetLocationAccessCodeBodyDto
impl<'de> Deserialize<'de> for GetLocationAccessCodeBodyDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetLocationAccessCodeBodyDto
impl RefUnwindSafe for GetLocationAccessCodeBodyDto
impl Send for GetLocationAccessCodeBodyDto
impl Sync for GetLocationAccessCodeBodyDto
impl Unpin for GetLocationAccessCodeBodyDto
impl UnsafeUnpin for GetLocationAccessCodeBodyDto
impl UnwindSafe for GetLocationAccessCodeBodyDto
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