Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.88 KB

File metadata and controls

186 lines (101 loc) · 4.88 KB

CustomerGet200Response

Properties

Name Type Description Notes
Email Pointer to string [optional]
Name Pointer to string [optional]
Plan Pointer to string [optional]
Algorithm Pointer to string [optional]
Platform Pointer to string [optional]
MasterId Pointer to string [optional]

Methods

NewCustomerGet200Response

func NewCustomerGet200Response() *CustomerGet200Response

NewCustomerGet200Response instantiates a new CustomerGet200Response 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

NewCustomerGet200ResponseWithDefaults

func NewCustomerGet200ResponseWithDefaults() *CustomerGet200Response

NewCustomerGet200ResponseWithDefaults instantiates a new CustomerGet200Response 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

GetEmail

func (o *CustomerGet200Response) GetEmail() string

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

GetEmailOk

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

SetEmail sets Email field to given value.

HasEmail

func (o *CustomerGet200Response) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetName

func (o *CustomerGet200Response) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CustomerGet200Response) GetNameOk() (*string, bool)

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

SetName

func (o *CustomerGet200Response) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CustomerGet200Response) HasName() bool

HasName returns a boolean if a field has been set.

GetPlan

func (o *CustomerGet200Response) GetPlan() string

GetPlan returns the Plan field if non-nil, zero value otherwise.

GetPlanOk

func (o *CustomerGet200Response) GetPlanOk() (*string, bool)

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

SetPlan

func (o *CustomerGet200Response) SetPlan(v string)

SetPlan sets Plan field to given value.

HasPlan

func (o *CustomerGet200Response) HasPlan() bool

HasPlan returns a boolean if a field has been set.

GetAlgorithm

func (o *CustomerGet200Response) GetAlgorithm() string

GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.

GetAlgorithmOk

func (o *CustomerGet200Response) GetAlgorithmOk() (*string, bool)

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

SetAlgorithm

func (o *CustomerGet200Response) SetAlgorithm(v string)

SetAlgorithm sets Algorithm field to given value.

HasAlgorithm

func (o *CustomerGet200Response) HasAlgorithm() bool

HasAlgorithm returns a boolean if a field has been set.

GetPlatform

func (o *CustomerGet200Response) GetPlatform() string

GetPlatform returns the Platform field if non-nil, zero value otherwise.

GetPlatformOk

func (o *CustomerGet200Response) GetPlatformOk() (*string, bool)

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

SetPlatform

func (o *CustomerGet200Response) SetPlatform(v string)

SetPlatform sets Platform field to given value.

HasPlatform

func (o *CustomerGet200Response) HasPlatform() bool

HasPlatform returns a boolean if a field has been set.

GetMasterId

func (o *CustomerGet200Response) GetMasterId() string

GetMasterId returns the MasterId field if non-nil, zero value otherwise.

GetMasterIdOk

func (o *CustomerGet200Response) GetMasterIdOk() (*string, bool)

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

SetMasterId

func (o *CustomerGet200Response) SetMasterId(v string)

SetMasterId sets MasterId field to given value.

HasMasterId

func (o *CustomerGet200Response) HasMasterId() bool

HasMasterId returns a boolean if a field has been set.

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