pub struct BatchCreateNotesRequest {
pub notes: Option<HashMap<String, Note>>,
}Expand description
Request to create notes in batch.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- notes batch create projects (request)
Fields§
§notes: Option<HashMap<String, Note>>Required. The notes to create. Max allowed length is 1000.
Trait Implementations§
source§impl Clone for BatchCreateNotesRequest
impl Clone for BatchCreateNotesRequest
source§fn clone(&self) -> BatchCreateNotesRequest
fn clone(&self) -> BatchCreateNotesRequest
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 BatchCreateNotesRequest
impl Debug for BatchCreateNotesRequest
source§impl Default for BatchCreateNotesRequest
impl Default for BatchCreateNotesRequest
source§fn default() -> BatchCreateNotesRequest
fn default() -> BatchCreateNotesRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BatchCreateNotesRequest
impl<'de> Deserialize<'de> for BatchCreateNotesRequest
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