Class AssignedCountryInfo

java.lang.Object
com.ringcentral.definitions.AssignedCountryInfo

public class AssignedCountryInfo extends Object
Information on a country assigned to an extension user. Returned for the User extension type only
  • Field Details

    • id

      public String id
      Internal identifier of an assigned country
    • uri

      public String uri
      Canonical URI of an assigned country resource
    • isoCode

      public String isoCode
      Country code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html)
    • name

      public String name
      Official name of a country
  • Constructor Details

    • AssignedCountryInfo

      public AssignedCountryInfo()
  • Method Details