/*
* OneSignal
*
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
*
* The version of the OpenAPI document: 1.2.1
* Contact: devrel@onesignal.com
* Generated by: https://openapi-generator.tech
*/
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct InlineResponse200 {
#[serde(rename = "identity", skip_serializing_if = "Option::is_none")]
pub identity: Option<::std::collections::HashMap<String, serde_json::Value>>,
}
impl InlineResponse200 {
pub fn new() -> InlineResponse200 {
InlineResponse200 {
identity: None,
}
}
}