pub struct GetObjectSchemaByKeyIdParams {
pub location_id: String,
pub fetch_properties: Option<String>,
}Available on crate feature
objects only.Expand description
Query parameters for ObjectsService::get_object_schema_by_key_id.
Fields§
§location_id: Stringlocation id of the sub account Required by the API.
fetch_properties: Option<String>Fetch Properties , Fetches all the standard / custom fields of the object when set to true
Implementations§
Trait Implementations§
Source§impl Clone for GetObjectSchemaByKeyIdParams
impl Clone for GetObjectSchemaByKeyIdParams
Source§fn clone(&self) -> GetObjectSchemaByKeyIdParams
fn clone(&self) -> GetObjectSchemaByKeyIdParams
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 GetObjectSchemaByKeyIdParams
impl Debug for GetObjectSchemaByKeyIdParams
Source§impl Default for GetObjectSchemaByKeyIdParams
impl Default for GetObjectSchemaByKeyIdParams
Source§fn default() -> GetObjectSchemaByKeyIdParams
fn default() -> GetObjectSchemaByKeyIdParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectSchemaByKeyIdParams
impl RefUnwindSafe for GetObjectSchemaByKeyIdParams
impl Send for GetObjectSchemaByKeyIdParams
impl Sync for GetObjectSchemaByKeyIdParams
impl Unpin for GetObjectSchemaByKeyIdParams
impl UnsafeUnpin for GetObjectSchemaByKeyIdParams
impl UnwindSafe for GetObjectSchemaByKeyIdParams
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