| Name | Type | Description | Notes |
|---|---|---|---|
| OriginalPhoneNumber | string | The raw, original phone number, as inputted. | |
| CountryCode | string | The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to. | |
| PhoneNumber | string | ||
| AttributeType | string | The attribute type of the value. |
func NewOutputValueAnyOf11(originalPhoneNumber string, countryCode string, phoneNumber string, attributeType string, ) *OutputValueAnyOf11
NewOutputValueAnyOf11 instantiates a new OutputValueAnyOf11 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOutputValueAnyOf11WithDefaults() *OutputValueAnyOf11
NewOutputValueAnyOf11WithDefaults instantiates a new OutputValueAnyOf11 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *OutputValueAnyOf11) GetOriginalPhoneNumber() string
GetOriginalPhoneNumber returns the OriginalPhoneNumber field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf11) GetOriginalPhoneNumberOk() (*string, bool)
GetOriginalPhoneNumberOk returns a tuple with the OriginalPhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf11) SetOriginalPhoneNumber(v string)
SetOriginalPhoneNumber sets OriginalPhoneNumber field to given value.
func (o *OutputValueAnyOf11) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf11) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf11) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *OutputValueAnyOf11) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf11) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf11) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *OutputValueAnyOf11) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf11) GetAttributeTypeOk() (*string, bool)
GetAttributeTypeOk returns a tuple with the AttributeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf11) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.