langgraph_api/generated/models/values_1.rs
1/*
2 * LangSmith Deployment
3 *
4 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5 *
6 * The version of the OpenAPI document: 0.1.0
7 *
8 * Generated by: https://openapi-generator.tech
9 */
10
11use crate::models;
12use serde::{Deserialize, Serialize};
13
14/// Values1 : The values to update the state with.
15#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
16pub struct Values1 {}
17
18impl Values1 {
19 /// The values to update the state with.
20 pub fn new() -> Values1 {
21 Values1 {}
22 }
23}