Name | Type | Description | Notes |
---|---|---|---|
FullName | Pointer to string | [optional] | |
Organization | Pointer to string | [optional] | |
Phone | Pointer to string | [optional] |
func NewContactMessagePayloadVcard() *ContactMessagePayloadVcard
NewContactMessagePayloadVcard instantiates a new ContactMessagePayloadVcard 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 NewContactMessagePayloadVcardWithDefaults() *ContactMessagePayloadVcard
NewContactMessagePayloadVcardWithDefaults instantiates a new ContactMessagePayloadVcard 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 *ContactMessagePayloadVcard) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *ContactMessagePayloadVcard) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactMessagePayloadVcard) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *ContactMessagePayloadVcard) HasFullName() bool
HasFullName returns a boolean if a field has been set.
func (o *ContactMessagePayloadVcard) GetOrganization() string
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *ContactMessagePayloadVcard) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactMessagePayloadVcard) SetOrganization(v string)
SetOrganization sets Organization field to given value.
func (o *ContactMessagePayloadVcard) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *ContactMessagePayloadVcard) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *ContactMessagePayloadVcard) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactMessagePayloadVcard) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *ContactMessagePayloadVcard) HasPhone() bool
HasPhone returns a boolean if a field has been set.