public sealed class PhoneNumber.Types.ShortCode : IMessage<PhoneNumber.Types.ShortCode>, IEquatable<PhoneNumber.Types.ShortCode>, IDeepCloneable<PhoneNumber.Types.ShortCode>, IBufferMessage, IMessage
An object representing a short code, which is a phone number that is
typically much shorter than regular phone numbers and can be used to
address messages in MMS and SMS systems, as well as for abbreviated dialing
(e.g. "Text 611 to see how many minutes you have remaining on your plan.").
Short codes are restricted to a region and are not internationally
dialable, which means the same short code can exist in different regions,
with different usage and pricing, even if those regions share the same
country calling code (e.g. US and CA).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Short codes are abbreviated phone numbers used in MMS, SMS, and for quick dialing, distinct from regular phone numbers."],["Short codes are region-specific and not internationally dialable, meaning the same short code may be valid in multiple regions with differing usage and pricing."],["The `PhoneNumber.Types.ShortCode` object, defined in the `Google.Type` namespace, represents these short codes, including properties for the `Number` and `RegionCode`."],["The latest version for the `PhoneNumber.Types.ShortCode` object is `2.15.0`, with versions `2.10.0` and `2.2.0` also available for reference."]]],[]]