//------------------------------------------------------------------------------ // // 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.Models.Requests { using LukeHagar.PlexAPI.SDK.Utils; /// /// - `0`: The country is divided into regions, and following the key will lead to a list of regions.
/// /// /// - `1`: The county is divided by postal codes, and an example code is returned in `example`.
/// - `2`: The country has a single postal code, returned in `example`.
/// ///
///
public enum Flavor { Zero = 0, One = 1, Two = 2, } }