pub struct BatchCreateNotesResponse {
pub notes: Option<Vec<Note>>,
}Expand description
Response for creating 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 (response)
Fields§
§notes: Option<Vec<Note>>The notes that were created.
Trait Implementations§
source§impl Clone for BatchCreateNotesResponse
impl Clone for BatchCreateNotesResponse
source§fn clone(&self) -> BatchCreateNotesResponse
fn clone(&self) -> BatchCreateNotesResponse
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 BatchCreateNotesResponse
impl Debug for BatchCreateNotesResponse
source§impl Default for BatchCreateNotesResponse
impl Default for BatchCreateNotesResponse
source§fn default() -> BatchCreateNotesResponse
fn default() -> BatchCreateNotesResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BatchCreateNotesResponse
impl<'de> Deserialize<'de> for BatchCreateNotesResponse
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