Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.13 KB

ContactMessagePayloadVcard.md

File metadata and controls

108 lines (59 loc) · 3.13 KB

ContactMessagePayloadVcard

Properties

Name Type Description Notes
FullName Pointer to string [optional]
Organization Pointer to string [optional]
Phone Pointer to string [optional]

Methods

NewContactMessagePayloadVcard

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

NewContactMessagePayloadVcardWithDefaults

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

GetFullName

func (o *ContactMessagePayloadVcard) GetFullName() string

GetFullName returns the FullName field if non-nil, zero value otherwise.

GetFullNameOk

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.

SetFullName

func (o *ContactMessagePayloadVcard) SetFullName(v string)

SetFullName sets FullName field to given value.

HasFullName

func (o *ContactMessagePayloadVcard) HasFullName() bool

HasFullName returns a boolean if a field has been set.

GetOrganization

func (o *ContactMessagePayloadVcard) GetOrganization() string

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

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.

SetOrganization

func (o *ContactMessagePayloadVcard) SetOrganization(v string)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *ContactMessagePayloadVcard) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

GetPhone

func (o *ContactMessagePayloadVcard) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

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.

SetPhone

func (o *ContactMessagePayloadVcard) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *ContactMessagePayloadVcard) HasPhone() bool

HasPhone returns a boolean if a field has been set.

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