Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.14 KB

PortOrderSignatureDelegate.md

File metadata and controls

108 lines (59 loc) · 3.14 KB

PortOrderSignatureDelegate

Properties

Name Type Description Notes
FirstName Pointer to string name of delegate [optional]
LastName Pointer to string last Name of delegate [optional]
Email Pointer to string email of delegate [optional]

Methods

NewPortOrderSignatureDelegate

func NewPortOrderSignatureDelegate() *PortOrderSignatureDelegate

NewPortOrderSignatureDelegate instantiates a new PortOrderSignatureDelegate 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

NewPortOrderSignatureDelegateWithDefaults

func NewPortOrderSignatureDelegateWithDefaults() *PortOrderSignatureDelegate

NewPortOrderSignatureDelegateWithDefaults instantiates a new PortOrderSignatureDelegate 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

GetFirstName

func (o *PortOrderSignatureDelegate) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

func (o *PortOrderSignatureDelegate) GetFirstNameOk() (*string, bool)

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

SetFirstName

func (o *PortOrderSignatureDelegate) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *PortOrderSignatureDelegate) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *PortOrderSignatureDelegate) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

func (o *PortOrderSignatureDelegate) GetLastNameOk() (*string, bool)

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

SetLastName

func (o *PortOrderSignatureDelegate) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *PortOrderSignatureDelegate) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetEmail

func (o *PortOrderSignatureDelegate) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *PortOrderSignatureDelegate) GetEmailOk() (*string, bool)

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

SetEmail

func (o *PortOrderSignatureDelegate) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *PortOrderSignatureDelegate) HasEmail() bool

HasEmail returns a boolean if a field has been set.

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