<b>Located at</b><ahref="source-class-GeoIP2.Record.RepresentedCountry.html#5-45"title="Go to source code">GeoIP2/Record/RepresentedCountry.php</a><br/>
</div>
<tableclass="summary"id="magicProperties">
<caption>Magic properties summary</caption>
<trdata-order="confidence"id="m$confidence">
<tdclass="attributes"><code>
public
integer
</code></td>
<tdclass="name">
<ahref="source-class-GeoIP2.Record.RepresentedCountry.html#14-16"title="Go to source code"><var>$confidence</var></a>
</td>
<tdclass="description"><div>
<ahref="#m$confidence"class="anchor">#</a>
<divclass="description short">
<p>A value from 0-100 indicating MaxMind's confidence that the country is
correct. This attribute is only available from the Omni end point.</p>
</div>
<divclass="description detailed hidden">
<p>A value from 0-100 indicating MaxMind's confidence that the country is
correct. This attribute is only available from the Omni end point.</p>
</div>
</div></td>
</tr>
<trdata-order="geonameId"id="m$geonameId">
<tdclass="attributes"><code>
public
integer
</code></td>
<tdclass="name">
<ahref="source-class-GeoIP2.Record.RepresentedCountry.html#18-19"title="Go to source code"><var>$geonameId</var></a>
</td>
<tdclass="description"><div>
<ahref="#m$geonameId"class="anchor">#</a>
<divclass="description short">
<p>The GeoName ID for the country. This attribute is returned by all end
points.</p>
</div>
<divclass="description detailed hidden">
<p>The GeoName ID for the country. This attribute is returned by all end
points.</p>
</div>
</div></td>
</tr>
<trdata-order="isoCode"id="m$isoCode">
<tdclass="attributes"><code>
public
string
</code></td>
<tdclass="name">
<ahref="source-class-GeoIP2.Record.RepresentedCountry.html#21-23"title="Go to source code"><var>$isoCode</var></a>
</td>
<tdclass="description"><div>
<ahref="#m$isoCode"class="anchor">#</a>
<divclass="description short">
<p>The <ahref="http://en.wikipedia.org/wiki/ISO_3166-1">two-character ISO 3166-1 alpha code</a> for the country. This attribute is returned
by all end points.</p>
</div>
<divclass="description detailed hidden">
<p>The <ahref="http://en.wikipedia.org/wiki/ISO_3166-1">two-character ISO 3166-1 alpha code</a> for the country. This attribute is returned
by all end points.</p>
</div>
</div></td>
</tr>
<trdata-order="name"id="m$name">
<tdclass="attributes"><code>
public
string
</code></td>
<tdclass="name">
<ahref="source-class-GeoIP2.Record.RepresentedCountry.html#25-26"title="Go to source code"><var>$name</var></a>
</td>
<tdclass="description"><div>
<ahref="#m$name"class="anchor">#</a>
<divclass="description short">
<p>The name of the country based on the languages list passed to the
constructor. This attribute is returned by all end points.</p>
</div>
<divclass="description detailed hidden">
<p>The name of the country based on the languages list passed to the
constructor. This attribute is returned by all end points.</p>
</div>
</div></td>
</tr>
<trdata-order="names"id="m$names">
<tdclass="attributes"><code>
public
array
</code></td>
<tdclass="name">
<ahref="source-class-GeoIP2.Record.RepresentedCountry.html#28-29"title="Go to source code"><var>$names</var></a>
</td>
<tdclass="description"><div>
<ahref="#m$names"class="anchor">#</a>
<divclass="description short">
<p>An array map where the keys are language codes and the values are names. This
attribute is returned by all end points.</p>
</div>
<divclass="description detailed hidden">
<p>An array map where the keys are language codes and the values are names. This
attribute is returned by all end points.</p>
</div>
</div></td>
</tr>
<trdata-order="type"id="m$type">
<tdclass="attributes"><code>
public
string
</code></td>
<tdclass="name">
<ahref="source-class-GeoIP2.Record.RepresentedCountry.html#31-34"title="Go to source code"><var>$type</var></a>
</td>
<tdclass="description"><div>
<ahref="#m$type"class="anchor">#</a>
<divclass="description short">
<p>A string indicating the type of entity that is representing the country.
Currently we only return <code>military</code> but this could expand to include
other types such as <code>embassy</code> in the future. Returned by all
endpoints.</p>
</div>
<divclass="description detailed hidden">
<p>A string indicating the type of entity that is representing the country.
Currently we only return <code>military</code> but this could expand to include
other types such as <code>embassy</code> in the future. Returned by all