//------------------------------------------------------------------------------
//
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
//
//------------------------------------------------------------------------------
#nullable enable
namespace LukeHagar.PlexAPI.SDK.Utils
{
///
/// SDK constants for version information and language identification.
///
public static class Constants
{
///
/// The language identifier for this SDK.
///
public const string Language = "csharp";
///
/// The version of the SDK.
///
public const string SdkVersion = "0.20.0";
///
/// The version of the SDK generator used to create this SDK.
///
public const string SdkGenVersion = "2.767.2";
///
/// The version of the OpenAPI document used to generate this SDK.
///
public const string OpenApiDocVersion = "1.1.1";
}
}