Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.56 KB

File metadata and controls

114 lines (61 loc) · 3.56 KB

OutputValueAnyOf11

Properties

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.

Methods

NewOutputValueAnyOf11

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

NewOutputValueAnyOf11WithDefaults

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

GetOriginalPhoneNumber

func (o *OutputValueAnyOf11) GetOriginalPhoneNumber() string

GetOriginalPhoneNumber returns the OriginalPhoneNumber field if non-nil, zero value otherwise.

GetOriginalPhoneNumberOk

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.

SetOriginalPhoneNumber

func (o *OutputValueAnyOf11) SetOriginalPhoneNumber(v string)

SetOriginalPhoneNumber sets OriginalPhoneNumber field to given value.

GetCountryCode

func (o *OutputValueAnyOf11) GetCountryCode() string

GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.

GetCountryCodeOk

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.

SetCountryCode

func (o *OutputValueAnyOf11) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

GetPhoneNumber

func (o *OutputValueAnyOf11) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

GetPhoneNumberOk

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.

SetPhoneNumber

func (o *OutputValueAnyOf11) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

GetAttributeType

func (o *OutputValueAnyOf11) GetAttributeType() string

GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.

GetAttributeTypeOk

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.

SetAttributeType

func (o *OutputValueAnyOf11) SetAttributeType(v string)

SetAttributeType sets AttributeType field to given value.

[Back to Model list] [Back to API list] [Back to README]