# GetPlaylistContentsCountry ## Example Usage ```typescript import { GetPlaylistContentsCountry } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetPlaylistContentsCountry = { tag: "United States of America", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ | | `tag` | *string* | :heavy_minus_sign: | N/A | United States of America |