| Name | Type | Description | Notes |
|---|---|---|---|
| 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] |
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
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
func (o *CustomerGet200Response) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *CustomerGet200Response) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CustomerGet200Response) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *CustomerGet200Response) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *CustomerGet200Response) SetName(v string)
SetName sets Name field to given value.
func (o *CustomerGet200Response) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CustomerGet200Response) GetPlan() string
GetPlan returns the Plan field if non-nil, zero value otherwise.
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.
func (o *CustomerGet200Response) SetPlan(v string)
SetPlan sets Plan field to given value.
func (o *CustomerGet200Response) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (o *CustomerGet200Response) GetAlgorithm() string
GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.
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.
func (o *CustomerGet200Response) SetAlgorithm(v string)
SetAlgorithm sets Algorithm field to given value.
func (o *CustomerGet200Response) HasAlgorithm() bool
HasAlgorithm returns a boolean if a field has been set.
func (o *CustomerGet200Response) GetPlatform() string
GetPlatform returns the Platform field if non-nil, zero value otherwise.
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.
func (o *CustomerGet200Response) SetPlatform(v string)
SetPlatform sets Platform field to given value.
func (o *CustomerGet200Response) HasPlatform() bool
HasPlatform returns a boolean if a field has been set.
func (o *CustomerGet200Response) GetMasterId() string
GetMasterId returns the MasterId field if non-nil, zero value otherwise.
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.
func (o *CustomerGet200Response) SetMasterId(v string)
SetMasterId sets MasterId field to given value.
func (o *CustomerGet200Response) HasMasterId() bool
HasMasterId returns a boolean if a field has been set.