Struct sendgrid_api::types::TransactionalTemplatesTemplateLean [−][src]
pub struct TransactionalTemplatesTemplateLean { pub generation: Generation, pub id: Uuid, pub name: String, pub updated_at: String, pub versions: Vec<TransactionalTemplatesVersionOutputLean>, }
Fields
generation: Generation
Defines the generation of the template.
id: Uuid
ID of the transactional template version.
name: String
The license key provided with your New Relic account.
updated_at: String
The license key provided with your New Relic account.
versions: Vec<TransactionalTemplatesVersionOutputLean>
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for TransactionalTemplatesTemplateLean
impl Sync for TransactionalTemplatesTemplateLean
impl Unpin for TransactionalTemplatesTemplateLean
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more