| Name | Type | Description | Notes |
|---|---|---|---|
| CaptivePortal | []GetClientConfig200ResponseCaptivePortalInner | ||
| Denylist | []GetClientConfig200ResponseDenylistInner | ||
| PremiumDataBytes | float32 | ||
| ReferralRewardBytes | float32 |
func NewGetClientConfig200Response(captivePortal []GetClientConfig200ResponseCaptivePortalInner, denylist []GetClientConfig200ResponseDenylistInner, premiumDataBytes float32, referralRewardBytes float32, ) *GetClientConfig200Response
NewGetClientConfig200Response instantiates a new GetClientConfig200Response 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 NewGetClientConfig200ResponseWithDefaults() *GetClientConfig200Response
NewGetClientConfig200ResponseWithDefaults instantiates a new GetClientConfig200Response 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 *GetClientConfig200Response) GetCaptivePortal() []GetClientConfig200ResponseCaptivePortalInner
GetCaptivePortal returns the CaptivePortal field if non-nil, zero value otherwise.
func (o *GetClientConfig200Response) GetCaptivePortalOk() (*[]GetClientConfig200ResponseCaptivePortalInner, bool)
GetCaptivePortalOk returns a tuple with the CaptivePortal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetClientConfig200Response) SetCaptivePortal(v []GetClientConfig200ResponseCaptivePortalInner)
SetCaptivePortal sets CaptivePortal field to given value.
func (o *GetClientConfig200Response) GetDenylist() []GetClientConfig200ResponseDenylistInner
GetDenylist returns the Denylist field if non-nil, zero value otherwise.
func (o *GetClientConfig200Response) GetDenylistOk() (*[]GetClientConfig200ResponseDenylistInner, bool)
GetDenylistOk returns a tuple with the Denylist field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetClientConfig200Response) SetDenylist(v []GetClientConfig200ResponseDenylistInner)
SetDenylist sets Denylist field to given value.
func (o *GetClientConfig200Response) GetPremiumDataBytes() float32
GetPremiumDataBytes returns the PremiumDataBytes field if non-nil, zero value otherwise.
func (o *GetClientConfig200Response) GetPremiumDataBytesOk() (*float32, bool)
GetPremiumDataBytesOk returns a tuple with the PremiumDataBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetClientConfig200Response) SetPremiumDataBytes(v float32)
SetPremiumDataBytes sets PremiumDataBytes field to given value.
func (o *GetClientConfig200Response) GetReferralRewardBytes() float32
GetReferralRewardBytes returns the ReferralRewardBytes field if non-nil, zero value otherwise.
func (o *GetClientConfig200Response) GetReferralRewardBytesOk() (*float32, bool)
GetReferralRewardBytesOk returns a tuple with the ReferralRewardBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetClientConfig200Response) SetReferralRewardBytes(v float32)
SetReferralRewardBytes sets ReferralRewardBytes field to given value.