Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2 KB

SubscriberEmailResponse.md

File metadata and controls

72 lines (39 loc) · 2 KB

SubscriberEmailResponse

Properties

Name Type Description Notes
Vid int32
Email string

Methods

NewSubscriberEmailResponse

func NewSubscriberEmailResponse(vid int32, email string, ) *SubscriberEmailResponse

NewSubscriberEmailResponse instantiates a new SubscriberEmailResponse 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

NewSubscriberEmailResponseWithDefaults

func NewSubscriberEmailResponseWithDefaults() *SubscriberEmailResponse

NewSubscriberEmailResponseWithDefaults instantiates a new SubscriberEmailResponse 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

GetVid

func (o *SubscriberEmailResponse) GetVid() int32

GetVid returns the Vid field if non-nil, zero value otherwise.

GetVidOk

func (o *SubscriberEmailResponse) GetVidOk() (*int32, bool)

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

SetVid

func (o *SubscriberEmailResponse) SetVid(v int32)

SetVid sets Vid field to given value.

GetEmail

func (o *SubscriberEmailResponse) GetEmail() string

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

GetEmailOk

func (o *SubscriberEmailResponse) 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 *SubscriberEmailResponse) SetEmail(v string)

SetEmail sets Email field to given value.

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