pub struct DeleteDictionaryItemParams {
pub service_id: String,
pub dictionary_id: String,
pub dictionary_item_key: String,
}Expand description
struct for passing parameters to the method delete_dictionary_item
Fields§
§service_id: StringAlphanumeric string identifying the service.
dictionary_id: StringAlphanumeric string identifying a Dictionary.
dictionary_item_key: StringItem key, maximum 256 characters.
Trait Implementations§
source§impl Clone for DeleteDictionaryItemParams
impl Clone for DeleteDictionaryItemParams
source§fn clone(&self) -> DeleteDictionaryItemParams
fn clone(&self) -> DeleteDictionaryItemParams
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 DeleteDictionaryItemParams
impl Debug for DeleteDictionaryItemParams
source§impl Default for DeleteDictionaryItemParams
impl Default for DeleteDictionaryItemParams
source§fn default() -> DeleteDictionaryItemParams
fn default() -> DeleteDictionaryItemParams
Returns the “default value” for a type. Read more