Skip to content

BookOpenApiVO

Properties

Name Type Description Notes
ContactId Pointer to string contact id [optional]
ContactName Pointer to string contact name [optional]

Methods

NewBookOpenApiVO

func NewBookOpenApiVO() *BookOpenApiVO

NewBookOpenApiVO instantiates a new BookOpenApiVO 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

NewBookOpenApiVOWithDefaults

func NewBookOpenApiVOWithDefaults() *BookOpenApiVO

NewBookOpenApiVOWithDefaults instantiates a new BookOpenApiVO 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

GetContactId

func (o *BookOpenApiVO) GetContactId() string

GetContactId returns the ContactId field if non-nil, zero value otherwise.

GetContactIdOk

func (o *BookOpenApiVO) GetContactIdOk() (*string, bool)

GetContactIdOk returns a tuple with the ContactId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContactId

func (o *BookOpenApiVO) SetContactId(v string)

SetContactId sets ContactId field to given value.

HasContactId

func (o *BookOpenApiVO) HasContactId() bool

HasContactId returns a boolean if a field has been set.

GetContactName

func (o *BookOpenApiVO) GetContactName() string

GetContactName returns the ContactName field if non-nil, zero value otherwise.

GetContactNameOk

func (o *BookOpenApiVO) GetContactNameOk() (*string, bool)

GetContactNameOk returns a tuple with the ContactName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContactName

func (o *BookOpenApiVO) SetContactName(v string)

SetContactName sets ContactName field to given value.

HasContactName

func (o *BookOpenApiVO) HasContactName() bool

HasContactName returns a boolean if a field has been set.

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