Struct nakadion::api::EventTypeSchema[][src]

pub struct EventTypeSchema {
    pub version: Option<String>,
    pub schema_type: SchemaType,
    pub schema: String,
}

The schema definition of an event type.

These are part of the parametrs used to create a new event type.

For more information see Event Type Schema

Fields

Trait Implementations

impl Debug for EventTypeSchema
[src]

Formats the value using the given formatter. Read more

impl Clone for EventTypeSchema
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations