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 Format: uri
    • isoCode

      public String isoCode
      Two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: US
    • name

      public String name
      Official name of a country
  • Constructor Details

    • AssignedCountryInfo

      public AssignedCountryInfo()
  • Method Details