Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
game_response_offers_inner_price.rs1.04 kB
/* * GameBrain API * * GameBrain API * * The version of the OpenAPI document: 1.0.1 * Contact: mail@gamebrain.co * Generated by: https://openapi-generator.tech */ use crate::models; use serde::{Deserialize, Serialize}; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GameResponseOffersInnerPrice { #[serde(rename = "currency", skip_serializing_if = "Option::is_none")] pub currency: Option<String>, #[serde(rename = "discount_percent", skip_serializing_if = "Option::is_none")] pub discount_percent: Option<f32>, #[serde(rename = "value", skip_serializing_if = "Option::is_none")] pub value: Option<f32>, #[serde(rename = "initial", skip_serializing_if = "Option::is_none")] pub initial: Option<f32>, } impl GameResponseOffersInnerPrice { pub fn new() -> GameResponseOffersInnerPrice { GameResponseOffersInnerPrice { currency: None, discount_percent: None, value: None, initial: None, } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddsky/gamebrain-api-clients'

If you have feedback or need assistance with the MCP directory API, please join our Discord server